-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
62 lines (62 loc) · 1.48 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "langue",
"version": "0.0.0",
"description": "A modern platform for conlanging.",
"main": "dst/index.js",
"files": [],
"repository": {
"type": "git",
"url": "git+https://github.com/yuhr/langue.git"
},
"keywords": [
"langue",
"conlang",
"language",
"dictionary",
"ontology",
"translation",
"speech-recognition",
"speech-synthesis",
"conworld",
"conscript"
],
"author": "yuhr <[email protected]>",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/yuhr/langue/issues"
},
"homepage": "https://github.com/yuhr/langue#readme",
"dependencies": {
"ajv": "^5.2.2",
"chain-gun": "^0.1.2",
"graphql": "^0.10.3",
"gun": "^0.8.9",
"gun-schema": "^0.1.0",
"nanoid": "^1.0.1"
},
"devDependencies": {
"@types/graphql": "^0.9.3",
"@types/node": "^8.0.10",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
"before-build-webpack": "^0.1.0",
"cross-env": "^5.0.5",
"doca": "^0.3.0",
"gql-loader": "^1.0.0",
"json-schema-loader": "^1.0.0",
"json-schema-to-typescript": "^4.6.5",
"npm-run-all": "^4.1.1",
"ts-loader": "^2.2.2",
"typescript": "^2.4.1",
"webpack": "^3.0.0",
"webpack-node-externals": "^1.6.0"
},
"scripts": {
"build:release": "cross-env NODE_ENV=production webpack",
"build:debug": "webpack",
"test": "node test",
"watch:webpack": "webpack --watch",
"watch": "run-p watch:*"
}
}