-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
44 lines (44 loc) · 1.35 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
{
"name": "todos",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server -d --history-api-fallback --hot --inline --progress --colors --port 3000",
"production": "NODE_ENV=production webpack --progress --colors",
"build": "BABEL_DISABLE_CACHE=1 node_modules/.bin/babel-node client/prod-index.js && npm run production"
},
"license": "MIT",
"devDependencies": {
"aphrodite": "^0.4.0",
"autoprefixer": "^6.3.7",
"babel-cli": "^6.10.1",
"babel-core": "^6.5.2",
"babel-loader": "^6.2.3",
"babel-plugin-ramda": "^1.1.5",
"babel-plugin-transform-runtime": "^6.5.2",
"babel-plugin-webpack-loaders": "^0.7.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.5.0",
"classnames": "^2.2.3",
"file-loader": "^0.9.0",
"json-loader": "^0.5.4",
"postcss": "^5.0.21",
"postcss-js": "^0.1.3",
"ramda": "^0.21.0",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-hot-loader": "^1.3.0",
"react-redux": "^4.4.0",
"react-router": "^2.0.0",
"react-router-redux": "^4.0.0",
"redux": "^3.3.1",
"redux-actions": "^0.9.1",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1",
"webpack-hot-middleware": "^2.7.1"
},
"dependencies": {}
}