-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.21 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
{
"private": true,
"scripts": {
"start": "webpack",
"dev": "webpack -w",
"build": "webpack -p"
},
"devDependencies": {
"assets-webpack-plugin": "^3.5.1",
"axios": "^0.16.0",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"bootstrap": "^4.0.0-alpha.6",
"classnames": "^2.2.5",
"compression-webpack-plugin": "^0.4.0",
"css-loader": "^0.27.3",
"debounce": "^1.0.2",
"jquery": "^3.2.1",
"node-sass": "^4.5.1",
"pre-commit": "^1.2.2",
"react": "^15.4.2",
"react-autosuggest": "^9.0.1",
"react-dom": "^15.4.2",
"react-modal": "^1.7.7",
"react-rating": "^0.7.0",
"react-redux": "^5.0.3",
"react-render-html": "^0.1.6",
"react-router-dom": "^4.0.0",
"react-spinkit": "^2.1.1",
"redux": "^3.6.0",
"redux-devtools-extension": "^2.13.2",
"redux-actions": "^2.0.3",
"redux-thunk": "^2.2.0",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.0",
"webpack": "^2.3.1"
},
"dependencies": {}
}