-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.75 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
{
"name": "redux-react-explain",
"version": "0.0.0",
"description": "A Redux tutorail built with Redux",
"scripts": {
"start": "node server.js",
"build": "NODE_ENV=production webpack --config webpack.config.prod.js --progress --profile --colors",
"storybook": "start-storybook -p 9001"
},
"repository": {
"type": "git",
"url": "https://github.com/crysislinux/redux-react-explain.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/crysislinux/redux-react-explain/issues"
},
"dependencies": {
"aphrodite": "^0.3.1",
"babel-polyfill": "^6.7.2",
"babel-preset-stage-2": "^6.5.0",
"bezier-js": "^2.0.2",
"lodash": "^4.6.1",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-icons": "^2.1.0",
"react-redux": "^4.4.1",
"react-router": "^2.0.1",
"react-router-redux": "^4.0.0",
"redux": "^3.3.1",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.0.1"
},
"devDependencies": {
"babel-core": "^6.7.2",
"babel-eslint": "^6.0.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"css-loader": "^0.23.1",
"eslint": "~2.10.2",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.0",
"eslint-plugin-jsx-a11y": "^1.2.2",
"eslint-plugin-react": "^5.1.1",
"express": "^4.13.4",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^2.14.0",
"react-hot-loader": "^3.0.0-beta.1",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
"webpack-dev-middleware": "^1.5.1",
"webpack-hot-middleware": "^2.10.0"
}
}