This repository has been archived by the owner on Feb 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
65 lines (65 loc) · 2.11 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
61
62
63
64
65
{
"name": "react-redux-saga-4",
"version": "1.0.0",
"description": "https://github.com/paulxuca/react-router-redux-saga-4",
"main": "webpack.base.config.js",
"scripts": {
"start": "node ./webpack/webpack_devServer.js",
"build": "rimraf ./dist && webpack --config ./webpack/webpack.prod.config.js",
"preview": "http-server ./dist -p 3001 -c-1 -o",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paulxuca/react-router-redux-saga-4.git"
},
"author": "Paul Xu <[email protected]> (https://github.com/paulxuca)",
"license": "ISC",
"bugs": {
"url": "https://github.com/paulxuca/react-router-redux-saga-4/issues"
},
"homepage": "https://github.com/paulxuca/react-router-redux-saga-4#readme",
"dependencies": {
"immutable": "^3.8.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-redux": "^4.4.5",
"react-router": "^4.0.0-alpha.4",
"react-router-redux": "^4.0.6",
"redux": "^3.6.0",
"redux-immutable": "^3.0.8",
"redux-saga": "^0.12.0",
"reselect": "^2.5.4",
"sanitize.css": "^4.1.0",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"auto-prefixer": "^0.4.2",
"autoprefixer": "^6.5.1",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"css-loader": "^0.25.0",
"eslint": "^3.8.0",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"html-webpack-plugin": "^2.22.0",
"http-server": "^0.9.0",
"image-webpack-loader": "^3.0.0",
"postcss-loader": "^1.0.0",
"precss": "^1.4.0",
"react-hot-loader": "^3.0.0-beta.6",
"react-router-loader": "^0.5.4",
"rimraf": "^2.5.4",
"style-loader": "^0.13.1",
"webpack": "^2.1.0-beta.25",
"webpack-dev-server": "^2.1.0-beta.9",
"webpack-module-hot-accept": "^1.0.4"
}
}