-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.13 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
{
"name": "venteprivee",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack -d && cp _redirects ./dist/_redirects",
"server:dev": "webpack-dev-server --open --mode development"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"axios": "^0.17.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2git stat",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"classnames": "^2.2.5",
"color": "^3.0.0",
"file-loader": "^1.1.11",
"history": "^4.7.2",
"jss": "^9.8.1",
"jss-global": "^3.0.0",
"jss-preset-default": "^4.3.0",
"md5": "^2.2.1",
"prop-types": "^15.6.1",
"ramda": "^0.25.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-jss": "^8.3.5",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"recompose": "^0.26.0",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"webpack": "^3.11.0"
}
}