-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.37 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.37 KB
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
{
"name": "UVA-fullstack-v1",
"version": "v1.0.0",
"description": "community-driven website for wine reviews",
"author": "hrsfUVA",
"license": "ISC",
"engines": {
"node": ">=6.4.0"
},
"scripts": {
"start": "node server/index.js",
"react-dev": "webpack -d --watch",
"server-dev": "nodemon server/index.js",
"heroku-postbuild": "webpack --config ./webpack.config.js"
},
"dependencies": {
"assert": "^1.4.1",
"babel-cli": "^6.7.5",
"babel-loader": "^6.4.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.23.0",
"babel-register": "^6.7.2",
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"cors": "^2.8.1",
"crypto": "0.0.3",
"express": "^4.15.0",
"fs": "0.0.1-security",
"heroku": "^0.2.0",
"http": "0.0.0",
"https": "^1.0.0",
"jquery": "^3.1.1",
"mongod": "^2.0.0",
"mongodb": "^2.2.24",
"mongoose": "^4.9.0",
"passport-facebook": "^2.1.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-router": "^4.0.0",
"request": "^2.81.0",
"webpack": "^2.2.1"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint-config-hackreactor": "git://github.com/reactorcore/eslint-config-hackreactor",
"jest": "^19.0.2",
"mocha": "^3.2.0",
"nodemon": "^1.11.0",
"supertest": "^3.0.0"
},
"babel": {
"presets": [
"es2015"
]
}
}