mirror of
https://github.com/wassname/keras-js.git
synced 2026-09-12 12:33:40 +08:00
update package scripts
This commit is contained in:
+4
-1
@@ -6,6 +6,9 @@
|
||||
"lint": "standard src test",
|
||||
"watch": "webpack --watch --config webpack.dev.config.js",
|
||||
"build": "npm run lint && webpack --config webpack.prod.config.js",
|
||||
"watch:demos": "cd demos && webpack --watch --config webpack.dev.config.js",
|
||||
"build:demos": "cd demos && webpack --config webpack.prod.config.js",
|
||||
"publish:demos": "",
|
||||
"server": "http-server . -p 3000"
|
||||
},
|
||||
"repository": {
|
||||
@@ -31,7 +34,6 @@
|
||||
},
|
||||
"homepage": "https://github.com/transcranial/keras-js#readme",
|
||||
"dependencies": {
|
||||
"babel-polyfill": "^6.13.0",
|
||||
"cwise": "^1.0.9",
|
||||
"lodash": "^4.15.0",
|
||||
"ndarray": "^1.0.18",
|
||||
@@ -50,6 +52,7 @@
|
||||
"babel-loader": "^6.2.5",
|
||||
"babel-plugin-transform-class-properties": "^6.11.5",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.8.0",
|
||||
"babel-polyfill": "^6.13.0",
|
||||
"babel-preset-latest": "^6.14.0",
|
||||
"http-server": "^0.9.0",
|
||||
"standard": "^8.1.0",
|
||||
|
||||
Reference in New Issue
Block a user