-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 894 Bytes
/
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
{
"name": "L1",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "bash -c 'NODE_PATH=.node_modules node .'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bootstrap": "^4.0.0-beta.2",
"chalk": "^2.3.0",
"clear": "0.0.1",
"color-converter": "^1.4.1",
"css-loader": "^0.28.7",
"eslint": "^4.12.1",
"jquery": "^3.2.1",
"less-loader": "^4.0.5",
"lodash": "^4.17.4",
"mathjs": "^3.16.3",
"p-each-series": "^1.0.0",
"popper.js": "^1.12.6",
"printf": "^0.2.5",
"react": "^16.1.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"style-loader": "^0.19.0",
"supports-color": "^5.0.1",
"vis": "^4.21.0",
"webpack": "^3.8.1",
"wrx": "github:qlba/drawdata",
"yargs": "^10.0.3"
}
}