-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.16 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
{
"name": "exchange",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --hot --inline",
"build": "SET NODE_ENV=production & webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gramton/exchange"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/gramton/exchange"
},
"homepage": "https://github.com/gramton/exchange",
"devDependencies": {
"babel-core": "^6.13.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"webpack": "^2.0.0",
"webpack-dev-server": "^2.0.0"
},
"dependencies": {
"axios": "^0.17.1",
"css-loader": "^0.28.9",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.5",
"prop-types": "^15.6.0",
"react": "^15.5.0",
"react-dom": "^15.5.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-transition-group": "^2.2.1",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"style-loader": "^0.19.1"
}
}