-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.77 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
{
"name": "fight-tree",
"version": "0.0.0",
"private": true,
"nodemonConfig": {
"ignore": [
"App/*",
"public/*"
]
},
"scripts": {
"start": "npm-run-all -p start-watch start-demon start-mongodemon",
"start-demon": "nodemon ./bin/www",
"start-mongodemon": "node ./node_modules/mongo-express/app.js",
"start-watch": "watchify App/root.js -o runtime/bundle.js -v -t [ babelify --presets [ es2015 react stage-2] ]"
},
"dependencies": {
"Faker": "^0.7.2",
"babel-cli": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"babelify": "^7.3.0",
"body-parser": "~1.17.1",
"browserify": "^14.5.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"ejs": "^2.5.7",
"eslint": "^4.9.0",
"eslint-plugin-jsx": "0.0.2",
"eslint-plugin-react": "^7.4.0",
"express": "~4.15.2",
"express-fileupload": "^0.3.0",
"jade": "~1.11.0",
"jsog": "^1.0.7",
"lodash.findwhere": "^3.1.0",
"moment": "^2.19.1",
"mongo-express": "^0.43.1",
"mongodb": "^2.2.33",
"morgan": "~1.8.1",
"node-excel-to-json": "0.0.3",
"nodemon": "^1.12.1",
"npm-run-all": "^4.1.1",
"react": "^16.0.0",
"react-bootstrap-table": "^4.1.0",
"react-dom": "^16.0.0",
"react-json-table": "^0.1.1",
"react-numeric-input": "^2.2.0",
"react-signup-login-component": "^1.0.2",
"react-tournament-bracket": "^0.1.0",
"reload": "^2.2.2",
"serve-favicon": "~2.4.2",
"uuid": "^3.1.0",
"watchify": "^3.9.0"
},
"devDependencies": {
"uglify-es": "github:mishoo/UglifyJS2#harmony"
}
}