forked from RobotRivalry/RobotRivalry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.03 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
{
"name": "robotrivalry",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"clean": "rm -rf dist && rm -rf node_modules",
"heroku-prebuild": "scripts/deployment_react.sh",
"heroku-postbuild": "scripts/deployment_cleanup.sh",
"start": "webpack-dev-server --inline --content-base . --history-api-fallback",
"rebuild": "webpack -d --progress --colors",
"watch": "webpack -d --progress --watch --history-api-fallback"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Debikasarkar713/RobotRivalry.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Debikasarkar713/RobotRivalry/issues"
},
"homepage": "https://github.com/Debikasarkar713/RobotRivalry#readme",
"dependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"bcryptjs": "^2.3.0",
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"crypto": "0.0.3",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"express-jwt": "^5.1.0",
"express-session": "^1.14.2",
"http-server": "^0.9.0",
"jsonwebtoken": "^7.1.9",
"method-override": "^2.3.7",
"morgan": "^1.7.0",
"path": "^0.12.7",
"pg-promise": "^5.4.3",
"react-router": "^3.0.0",
"underscore": "^1.8.3",
"watch": "^1.0.1",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-strict-mode": "^6.11.3",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"css-loader": "^0.23.1",
"dotenv": "^2.0.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.22.0",
"html-webpack-template": "^5.0.0",
"postcss-loader": "^1.1.1",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.1"
}
}