-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
61 lines (61 loc) · 1.78 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
{
"name": "fis3-react-redux-spa",
"version": "1.0.1",
"description": "基于 fis3+react+redux+react-router移动端单页面应用",
"main": "index.js",
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/younth/fis3-react-redux-spa.git"
},
"keywords": [
"react",
"redux",
"fis3"
],
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/younth/fis3-react-redux-spa/issues"
},
"homepage": "https://github.com/younth/fis3-react-redux-spa#readme",
"devDependencies": {
"babel-eslint": "^7.0.0",
"eslint": "^2.10.2",
"eslint-plugin-react": "^5.1.1",
"fis-parser-babel-5.x": "^1.4.0",
"fis-parser-less": "^0.1.3",
"fis-postprocessor-autoprefixer": "0.0.5",
"fis-postprocessor-px2rem": "^1.0.4",
"fis3-deploy-http-push": "^1.0.3",
"fis3-hook-commonjs": "^0.1.15",
"fis3-hook-node_modules": "^2.2.7",
"fis3-packager-deps-pack": "^0.0.2",
"fis3-parser-typescript": "^0.2.3",
"fis3-postpackager-loader": "^1.3.17",
"fis3-preprocessor-js-require-css": "^0.1.0",
"fis3-preprocessor-js-require-file": "^0.1.0",
"process": "^0.11.2"
},
"dependencies": {
"classnames": "^2.2.5",
"es6-promise": "^3.1.2",
"fetch-jsonp": "^1.0.0",
"react": "^15.3.1",
"react-addons-css-transition-group": "^15.3.1",
"react-addons-perf": "^15.3.1",
"react-addons-pure-render-mixin": "^15.3.1",
"react-addons-update": "^15.3.1",
"react-dom": "^15.3.1",
"react-redux": "^4.4.4",
"react-router": "^2.2.2",
"react-swipes": "^1.0.4",
"redux": "^3.4.0",
"redux-thunk": "^2.1.0",
"whatwg-fetch": "^1.0.0"
}
}