-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.35 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
{
"name": "gin-react",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"axios": "^0.16.1",
"babel": "^6.23.0",
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.3.3",
"babel-preset-es2015": "^6.24.1",
"bootstrap": "^4.0.0-alpha.6",
"formsy-react": "^0.19.2",
"formsy-react-components": "^0.10.1",
"moment": "^2.18.1",
"qs": "^6.4.0",
"react": "^15.5.4",
"react-addons-css-transition-group": "^15.5.2",
"react-addons-transition-group": "^15.5.2",
"react-dom": "^15.5.4",
"react-hot-loader": "^3.0.0-beta.6",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"reactstrap": "^4.5.0",
"webpack": "^2.3.3"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.3.3",
"babel-preset-es2015": "^6.24.1",
"react": "^15.5.3",
"react-hot-loader": "^1.3.1",
"webpack": "^2.3.3"
},
"scripts": {
"start": "webpack-dev-server --hot",
"test": "echo \"Error: no test specified\" && exit 1",
"heroku-postbuild": "NODE_ENV=production webpack --config ./webpack.config.js --progress --colors"
},
"author": "",
"license": "ISC"
}