forked from react-love/react-latest-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.42 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "react-latest-framework",
"version": "3.3.0",
"description": "",
"scripts": {
"start": "node server.js",
"lint": "eslint src",
"build-mac": "export NODE_ENV=production && webpack --progress --hide-modules --config webpack.pro.js",
"build-win": "set NODE_ENV=production&& webpack --progress --hide-modules --config webpack.pro.js",
"build-analyzer": "export NODE_ENV=production && webpack --progress --hide-modules --config webpack.pro.js --json"
},
"pre-commit": [
"lint"
],
"repository": {
"type": "git",
"url": "https://github.com/hyy1115/react-latest-framework.git"
},
"author": "hyy",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.3",
"babel-loader": "^7.1.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"compression": "^1.6.2",
"css-loader": "^0.22.0",
"eslint": "^4.13.1",
"eslint-plugin-react": "^7.5.1",
"expect": "^1.12.0",
"express": "^4.15.2",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.8.4",
"html-loader": "^0.5.4",
"html-webpack-plugin": "^2.30.1",
"image-webpack-loader": "^3.1.0",
"less": "^2.7.1",
"less-loader": "^2.2.2",
"postcss-loader": "^0.7.0",
"pre-commit": "^1.2.2",
"react-error-overlay": "^1.0.9",
"react-transition-group": "^1.1.1",
"redux-thunk": "^2.2.0",
"style-loader": "^0.13.2",
"uglifyjs-webpack-plugin": "^1.1.6",
"url-loader": "^0.5.6",
"webpack": "^3.10.0",
"webpack-bundle-analyzer": "^2.9.1",
"webpack-dev-server": "^2.9.4",
"webpack-merge": "^4.1.1",
"yargs": "^10.0.3"
},
"dependencies": {
"axios": "^0.16.2",
"create-portal": "^1.2.0",
"fastclick": "^1.0.6",
"history": "^4.7.2",
"http-proxy-middleware": "^0.17.4",
"lazy-load-component": "^1.1.2",
"preact": "^8.2.7",
"preact-compat": "^3.17.0",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-hot-loader": "^3.1.2",
"react-redux": "^5.0.6",
"react-roll-container": "^1.0.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.0"
}
}