forked from intel/webml-polyfill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.34 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
{
"name": "webml-polyfill",
"version": "0.0.2",
"description": "WebML API polyfill",
"main": "dist/webml-polyfill.js",
"directories": {
"lib": "lib"
},
"scripts": {
"watch": "webpack --watch",
"start": "webpack-dev-server --open",
"build": "webpack",
"build-wasm": "node build.js --build-wasm",
"test": "node test-ci.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/intel/webml-polyfill.git"
},
"keywords": [],
"author": "[email protected]",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/intel/webml-polyfill/issues"
},
"homepage": "https://github.com/intel/webml-polyfill#readme",
"devDependencies": {
"@tensorflow/tfjs-backend-wasm": "1.5.1-alpha5",
"@tensorflow/tfjs-core": "1.5.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"chromedriver": "83.0.0",
"fast-csv": "^2.4.1",
"file-loader": "^5.0.2",
"globby": "^8.0.1",
"http-server": "^0.12.1",
"ndarray": "^1.0.18",
"ndarray-ops": "^1.2.2",
"ndarray-squeeze": "^1.0.2",
"npmlog": "^4.1.2",
"portfinder": "^1.0.20",
"rimraf": "^2.6.2",
"selenium-webdriver": "^4.0.0-alpha.5",
"webpack": "^4.26.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
}
}