-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·72 lines (72 loc) · 2.04 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "ozz_web_frontend",
"version": "0.0.1",
"description": "The react frontend for ozz",
"main": "index.js",
"scripts": {
"dev": "npm run prep && npm run server",
"prep": "node dev.js",
"server": "nodemon --watch server --exec babel-node -- server/devIndex.js",
"build": "NODE_ENV=production node_modules/.bin/webpack",
"start": "node server.js",
"deploy": "node deploy.js"
},
"author": "Akshay Kulkarni",
"license": "ISC",
"dependencies": {
"applicationinsights": "^0.18.0",
"axios": "^0.15.3",
"axios-request-handler": "^1.0.3",
"babel-cli": "^6.11.4",
"babel-core": "^6.13.2",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"body-parser": "^1.15.2",
"chart.js": "^2.7.0",
"classnames": "^2.2.5",
"css-loader": "^0.28.4",
"dsmorse-gridster": "^0.7.0",
"ejs": "^2.5.5",
"express": "^4.14.0",
"fs": "0.0.1-security",
"gridstack": "^0.3.0",
"jquery-ui-dist": "^1.12.1",
"js-file-download": "^0.4.1",
"jsonfile": "^4.0.0",
"jsonwebtoken": "^7.2.1",
"lodash": "^4.17.4",
"material-ui": "^0.17.0",
"moment": "^2.20.1",
"mongoose": "^4.7.6",
"prop-types": "^15.5.10",
"react": "^15.3.2",
"react-addons-css-transition-group": "^15.6.0",
"react-dom": "^15.3.2",
"react-intl": "^2.4.0",
"react-json-view": "^1.12.4",
"react-motion": "^0.4.5",
"react-redux": "^5.0.2",
"react-router": "^2.6.1",
"react-tap-event-plugin": "^2.0.1",
"react-vis": "^1.7.9",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"request": "^2.83.0",
"shortid": "^2.2.6",
"style-loader": "^0.18.2",
"validator": "^6.2.1"
},
"devDependencies": {
"babel-loader": "^6.2.10",
"http-server": "^0.9.0",
"json-loader": "^0.5.7",
"node-cmd": "^3.0.0",
"nodemon": "^1.11.0",
"prompt": "^1.0.0",
"react-hot-loader": "^1.3.1",
"uglifyjs-webpack-plugin": "^0.4.6",
"webpack": "^1.13.3",
"webpack-dev-middleware": "^1.9.0",
"webpack-hot-middleware": "^2.15.0"
}
}