-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.57 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
{
"name": "hb-showcase",
"private": false,
"version": "1.0.0",
"description": "Showcase for Hackbright final projects",
"repository": "https://github.com/sloloris/hb-showcase",
"license": "",
"main": "server.js",
"devDependencies": {
"nodemon": "^1.11.0",
"webpack": "^2.1.0-beta.22"
},
"scripts": {
"prestart": "npm install",
"start:dev": "nodemon ./bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "0.12.x",
"npm": "4.4.4"
},
"dependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-env": "^1.3.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"body-parser": "^1.17.2",
"cookie-parser": "^1.4.3",
"css-loader": "^0.28.0",
"express": "^4.15.2",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"immutable": "^3.8.1",
"json-loader": "^0.5.4",
"jsx-loader": "^0.13.2",
"minireset.css": "0.0.3",
"morgan": "^1.8.2",
"node-sass": "^4.5.2",
"normalize.css": "^6.0.0",
"nunjucks": "^3.0.0",
"pg": "^7.1.0",
"pg-hstore": "^2.3.2",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-router": "^4.0.0",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"request": "^2.81.0",
"sass-loader": "^6.0.3",
"sequelize": "^4.4.2",
"style-loader": "^0.16.1",
"url-loader": "^0.5.8",
"webpack": "^2.7.0",
"whatwg-fetch": "^2.0.3"
}
}