-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 870 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 870 Bytes
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
{
"name": "IIT-Heartbeat-Website",
"version": "0.0.1",
"description": "",
"main": "app-server.js",
"dependencies": {
"babel": "^5.8.29",
"babel-core": "^5.8.32",
"babel-loader": "^5.3.2",
"cosmicjs": "^2.0.0",
"events": "^1.1.0",
"express": "^4.13.3",
"flux": "^2.1.1",
"history": "^1.14.0",
"hogan-express": "^0.5.2",
"lodash": "^3.10.1",
"react": "^0.14.1",
"react-dom": "^0.14.1",
"react-router": "^1.0.1",
"webpack": "^1.12.2"
},
"scripts": {
"development": "cp views/index.html public/index.html && NODE_ENV=development webpack && webpack-dev-server --content-base public/ --hot --inline --devtool inline-source-map --history-api-fallback"
},
"author": "Utsav Mangal",
"license": "ISC",
"devDependencies": {
"react-hot-loader": "^1.3.0",
"webpack-dev-server": "^1.12.1"
}
}