forked from astonishingowls/bougiebatz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.68 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
{
"name": "bougiebatz",
"version": "1.0.0",
"description": "visual news application",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js",
"build": "webpack -p",
"dev": "webpack -d --watch",
"webpack": "webpack --progress --colors --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bougiebatz/bougiebatz.git"
},
"author": "jake smith, sam gowda, nav ghuman, julia frandall",
"license": "ISC",
"bugs": {
"url": "https://github.com/bougiebatz/bougiebatz/issues"
},
"homepage": "https://github.com/bougiebatz/bougiebatz#readme",
"dependencies": {
"axios": "^0.15.0",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"body-parser": "^1.15.2",
"bootstrap": "^3.3.7",
"cors": "^2.8.1",
"express": "^4.14.0",
"express-router": "0.0.1",
"express-session": "^1.14.1",
"jquery": "^3.1.1",
"inline-style-prefixer": "^2.0.4",
"mongoose": "^4.6.4",
"nodemon": "^1.11.0",
"parse": "^1.9.2",
"passport": "^0.3.2",
"path": "^0.12.7",
"react": "^15.3.2",
"react-bootstrap": "^0.30.5",
"react-burger-menu": "^1.10.8",
"react-dom": "^15.3.2",
"react-emoji-react": "^0.3.0",
"react-fade": "^1.1.1",
"react-image-layout": "^1.0.0",
"react-router": "^2.8.1",
"react-select": "^1.0.0-rc.2",
"request": "^2.75.0",
"webpack": "^1.13.2"
},
"devDependencies": {
"chai": "^3.5.0",
"css-loader": "^0.25.0",
"mocha": "^3.1.2",
"style-loader": "^0.13.1"
}
}