forked from shubhamqweasd/account-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 961 Bytes
/
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
{
"name": "cloudboost-account-ui",
"version": "0.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"start": "node server.js",
"client": "webpack --progress --watch"
},
"author": "",
"license": "BSD-2-Clause",
"dependencies": {
"axios": "^0.14.0",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"ejs": "^2.5.5",
"express": "^4.14.0",
"history": "^4.3.0",
"material-ui": "^0.16.0",
"react": "~15.2.1",
"react-addons-css-transition-group": "^15.4.2",
"react-cookie": "^0.4.8",
"react-dom": "~15.2.1",
"react-router": "^2.8.1",
"react-tap-event-plugin": "^1.0.0",
"webpack": "~1.13.1",
"webpack-dev-server": "~1.14.1"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-preset-env": "^1.1.8",
"babel-preset-react": "^6.22.0",
"babel-register": "^6.22.0"
}
}