-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.15 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
{
"devDependencies": {
"autoprefixer": "^7.1.2",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.4",
"eslint": "^4.2.0",
"file-loader": "^0.11.2",
"gh-pages": "^1.0.0",
"html-webpack-plugin": "^2.29.0",
"node-sass": "^4.5.3",
"postcss": "^6.0.6",
"postcss-assets": "^4.0.1",
"postcss-loader": "^2.0.6",
"postcss-svgo": "^2.1.6",
"sass-loader": "^6.0.6",
"standard": "^10.0.2",
"style-loader": "^0.18.2",
"webpack": "^3.2.0",
"webpack-dev-server": "^2.5.1"
},
"dependencies": {
"d3": "^4.9.1",
"forerunnerdb": "^2.0.5",
"lodash": "^4.17.4",
"marked": "^0.3.5",
"qhistory": "^1.0.0",
"qs": "^6.5.0",
"react": "^15.6.1",
"react-document-title": "^2.0.3",
"react-dom": "^15.6.1",
"react-router-dom": "^4.1.1",
"whatwg-fetch": "^2.0.3"
},
"scripts": {
"build": "webpack --config webpack.config.babel.js",
"deploy": "gh-pages -d question-viewer",
"watch": "webpack-dev-server --config webpack.config.babel.js"
}
}