-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.62 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
{
"name": "planner_app",
"version": "1.0.0",
"description": "planner_app",
"main": "index.js",
"scripts": {
"build": "webpack --config ./webpack.config.js --progress --colors",
"start": "node ./app.js",
"heroku-postbuild": "webpack --config ./webpack.prod.config.js --progress --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trukhilio/planner_app.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/trukhilio/planner_app/issues"
},
"homepage": "https://github.com/trukhilio/planner_app#readme",
"devDependencies": {
"react-hot-loader": "1.3.0",
"webpack-dev-middleware": "1.5.1",
"webpack-hot-middleware": "2.6.4"
},
"dependencies": {
"babel-core": "6.4.5",
"babel-plugin-transform-runtime": "6.4.3",
"babel-preset-es2015": "6.3.13",
"babel-preset-react": "6.3.13",
"babel-preset-stage-0": "6.3.13",
"css-loader": "0.23.1",
"sass-loader": "6.0.6",
"style-loader": "0.13.0",
"file-loader": "0.11.2",
"isomorphic-style-loader": "3.0.0",
"npm-install-webpack-plugin": "4.0.5",
"node-sass": "4.5.3",
"postcss-loader": "0.8.0",
"autoprefixer": "6.3.1",
"babel-loader": "6.2.1",
"babel-polyfill": "6.3.14",
"babel-runtime": "6.3.19",
"express": "4.13.4",
"precss": "1.4.0",
"react": "0.14.9",
"react-dnd": "2.4.0",
"react-dnd-html5-backend": "2.4.1",
"react-dom": "0.14.9",
"react-redux": "4.0.6",
"redux": "3.3.1",
"redux-devtools-extension": "2.13.2",
"redux-persist": "4.9.1",
"redux-thunk": "2.2.0",
"webpack": "1.12.12"
}
}