forked from PolymerLabs/arcs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
130 lines (130 loc) · 4.43 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "arcs",
"version": "0.0.0",
"private": true,
"config": {
"port": "8786"
},
"browser": "dist/webmain.js",
"module": "dist/webmain.js",
"main": "dist/index.es.js",
"scripts": {
"prepare": "cross-env tools/sigh check && cd devtools && npm install",
"sigh-install": "cross-env tools/sigh install",
"test-with-start": "run-p --print-name --race start test",
"test": "run-s --print-name --continue-on-error test-no-web test-wdio-shells",
"test-no-web": "run-s --print-name --continue-on-error test-sigh test-extension",
"test-shells": "run-p --print-name --race start test-wdio-shells",
"test-sigh": "cross-env tools/sigh",
"test-health": "cross-env tools/sigh health",
"test-extension": "mocha-chrome extension/tests/index.test.html",
"test:licenses": "jsgl --local . && npm --prefix devtools run test:licenses && npm --prefix server run test:licenses",
"start": "cross-env tools/sigh devServer --port $npm_package_config_port",
"test-wdio-shells": "wdio --baseUrl http://localhost:8786/ shells/tests/wdio.conf.js",
"build:rollup": "rollup -c --sourcemap",
"watch:rollup": "rollup -c --sourcemap --watch",
"build:typedoc": "typedoc --ignoreCompilerErrors --mode file --downLevelIteration -out dist/apidocs",
"server": "npm install && cross-env tools/sigh && npm run build:rollup && npm --prefix server install && npm --prefix server run test",
"server:start": "npm --prefix server start",
"build:tsc": "tsc",
"watch:tsc": "tsc -w",
"build:webpack": "webpack",
"build:webpack-tools": "webpack --config ./src/tools/webpack.config.js",
"build:webpack-languageserver": "webpack --config ./src/tools/language-server/webpack.config.js",
"watch:webpack": "webpack --watch",
"watch": "concurrently npm:watch:*"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/express": "^4.17.0",
"@types/jszip": "^3.1.6",
"@types/minimist": "^1.2.0",
"@types/mocha": "^5.2.7",
"@types/morgan": "^1.7.36",
"@types/node": "^10.12.24",
"@types/pouchdb": "^6.4.0",
"@types/pouchdb-core": "^7.0.3",
"@types/ws": "~6.0.1",
"@typescript-eslint/eslint-plugin": "^1.12.0",
"@typescript-eslint/parser": "^1.12.0",
"@wdio/cli": "^5.11.1",
"@wdio/local-runner": "^5.11.2",
"@wdio/mocha-framework": "^5.11.0",
"@wdio/spec-reporter": "^5.11.0",
"@wdio/sync": "^5.11.0",
"c8": "^4.1.5",
"chai": "^4.2.0",
"chromedriver": "^75.1.0",
"concurrently": "^4.1.0",
"cross-env": "^5.2.0",
"eslint": "^6.0.1",
"eslint-config-google": "^0.13.0",
"eslint-plugin-header": "^3.0.0",
"express": "^4.17.1",
"glob": "^7.1.4",
"grammkit": "0.7.0",
"js-green-licenses": "^1.1.0",
"minimist": "^1.2.0",
"mocha": "^5.2.0",
"mocha-chrome": "^2.0.0",
"morgan": "^1.9.1",
"node-webcrypto-ossl": "^1.0.39",
"npm-run-all": "^4.1.5",
"pegjs": "^0.10.0",
"rollup": "^1.17.0",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-ignore": "^1.0.5",
"rollup-plugin-multi-entry": "^2.1.0",
"rollup-plugin-node-resolve": "^4.2.4",
"rollup-plugin-typescript2": "^0.21.2",
"sloc": "^0.2.1",
"ts-pegjs": "^0.2.6",
"tslint": "^5.18.0",
"type-coverage": "^2.0.1",
"typedoc": "^0.15.0",
"wdio-chromedriver-service": "^5.0.2",
"webdriverio": "^5.11.1",
"webpack": "^4.32.2",
"webpack-cli": "^3.2.3"
},
"dependencies": {
"@tensorflow/tfjs": "^1.2.3",
"assert": "^1.4.1",
"esm": "^3.0.84",
"firebase": "^6.0.4",
"idb": "^2.1.3",
"jsrsasign": "^8.0.12",
"jsrsasign-util": "^1.0.0",
"jszip": "^3.2.1",
"node-fetch": "^2.3.0",
"pouchdb": "^7.1.1",
"pouchdb-adapter-memory": "^7.1.1",
"pouchdb-debug": "^7.1.1",
"source-map-support": "^0.5.12",
"sourcemapped-stacktrace": "^1.1.9",
"typescript": "^3.4.5",
"ws": "~6.0.0"
},
"sighDependencies": {
"chokidar": "^3.0.2",
"emsdk-npm": "github:mykmartin/emsdk-npm#arcs",
"request": "^2.88.0",
"vscode-jsonrpc": "^4.0.0",
"vscode-languageserver": "^5.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/PolymerLabs/arcs.git"
},
"author": "The Polymer Project Authors",
"license": "BSD-3-Clause",
"homepage": "https://github.com/PolymerLabs/arcs",
"bugs": {
"url": "https://github.com/PolymerLabs/arcs/issues"
},
"engines": {
"node": ">= 10.13.0",
"npm": ">= 6.9.0",
"emsdk": ">= 1.38.42"
}
}