-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.15 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.15 KB
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
{
"name": "spear3-platform",
"version": "0.3.0",
"description": "The future platform for all ML and EA stuff in SLAC",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "env-cmd node index.js",
"serve:local": "env-cmd nodemon .",
"serve:prod": "env-cmd -f .env.prod node index.js",
"serve:dev": "env-cmd -f .env.dev nodemon ."
},
"keywords": [
"ML",
"EA"
],
"author": "Zhe Zhang",
"license": "ISC",
"dependencies": {
"dateformat": "^3.0.3",
"env-cmd": "^10.1.0",
"immutable": "^4.0.0-rc.12",
"lodash": "^4.17.15",
"mathjs": "^6.6.0",
"project-name-generator": "^2.1.7",
"redux": "^4.0.5",
"redux-immutable": "^4.0.0",
"reselect": "^4.0.0",
"shortid": "^2.2.15",
"url-parse": "^1.4.7",
"winston": "^3.2.1",
"ws": "^7.2.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"nodemon": "^2.0.4"
}
}