-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.52 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
{
"name": "producthuntapp",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/lucasbarros/producthuntapp.git"
},
"author": "[email protected]",
"license": "MIT",
"homepage": "https://bitbucket.org/lucasbarros/producthuntapp#readme",
"devDependencies": {
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.23.1",
"eslint": "^2.10.2",
"eslint-config-google": "^0.5.0",
"eslint-plugin-react": "^5.1.1",
"express": "^4.13.4",
"node-sass": "^3.7.0",
"redux-devtools": "^3.3.1",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.0.11",
"redux-logger": "^2.6.1",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.0",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0"
},
"dependencies": {
"babel-polyfill": "^6.8.0",
"bootstrap": "^4.0.0-alpha.2",
"es6-promise": "^3.2.1",
"isomorphic-fetch": "^2.2.1",
"react": "^15.0.2",
"react-bootstrap": "^0.29.4",
"react-dom": "^15.0.2",
"react-redux": "^4.4.5",
"react-router": "^2.4.0",
"react-router-redux": "^4.0.4",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0"
}
}