-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 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
{
"name": "validCS",
"author": "yujie",
"devDependencies": {
"autoprefixer": "^7.1.0",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"css-loader": "^0.26.1",
"edit-google-spreadsheet": "^0.2.21",
"eslint": "4.18.2",
"eslint-loader": "^1.7.0",
"eslint-plugin-react": "^6.10.3",
"express": "^4.16.2",
"extract-loader": "^0.1.0",
"file-loader": "^0.10.1",
"gulp": "^3.9.1",
"html-loader": "^0.4.5",
"imports-loader": "^0.7.1",
"napajs": "^0.2.3",
"node-getopt": "^0.2.3",
"node-sass": "^4.9.3",
"postcss-loader": "^2.0.5",
"pug": "^2.0.0-beta11",
"pug-html-loader": "^1.1.4",
"require-reload": "^0.2.2",
"sass-loader": "^6.0.3",
"socket.io": "^2.0.4",
"style-loader": "^0.13.1",
"url-loader": "^0.5.8",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^2.0.1",
"webpack-hot-middleware": "^2.21.0"
},
"dependencies": {
"mustache": "^2.3.0",
"plotly.js": "^1.28.3"
},
"resolutions": {
"natives": "1.1.3"
},
"scripts": {
"lint": "./node_modules/.bin/eslint ./bin/**/bin/; exit 0",
"start": "./node_modules/.bin/gulp dev",
"postinstall": "/usr/bin/lsc -c ./lib/crowd.ls"
},
"license": "MIT"
}