-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
112 lines (112 loc) · 3.87 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "steamer-react-ts",
"version": "1.4.9",
"description": "伊的家 react+ts脚手架",
"license": "MIT",
"scripts": {
"lint": "lint-staged",
"dev": "cross-env NODE_ENV=development node ./tools/script.js",
"build:qa": "cross-env NODE_ENV=production APP_ENV=qa node ./tools/script.js",
"deploy:qa": "npm run build:qa && qshell qupload ./qshell.qa.json",
"build:prod": "cross-env NODE_ENV=production APP_ENV=prod node ./tools/script.js",
"deploy:prod": "npm run build:prod && qshell qupload ./qshell.prod.json"
},
"main": "./.steamer/steamer-react-redux-ts.js",
"keywords": [
"steamer starterkit"
],
"pre-commit": [
"lint"
],
"dependencies": {
"antd": "^3.5.0",
"axios": "^0.18.0",
"blueimp-md5": "^2.10.0",
"bourbon": "^5.0.0",
"lodash": "^4.17.10",
"moment": "^2.22.1",
"offline-plugin": "^5.0.3",
"prop-types": "^15.6.1",
"qs": "^6.5.2",
"react": "16.2.0",
"react-dom": "16.2.0",
"react-loadable": "^5.3.1",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"redux": "^3.7.2",
"redux-immutable": "^4.0.0",
"redux-saga": "^0.16.0",
"reselect": "^3.0.1",
"styled-components": "^3.2.6"
},
"devDependencies": {
"@types/lodash": "^4.14.109",
"@types/node": "^10.0.4",
"@types/react": "^16.3.13",
"@types/react-dom": "^16.0.5",
"@types/react-hot-loader": "^4.1.0",
"@types/react-redux": "^6.0.0",
"@types/react-router-dom": "^4.3.0",
"@types/react-router-redux": "^5.0.13",
"@types/webpack-env": "^1.13.6",
"autoprefixer": "^8.3.0",
"awesome-typescript-loader": "^5.0.0",
"browserslist": "^3.2.4",
"cache-loader": "^1.2.2",
"caniuse-db": "^1.0.30000830",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin-hash": "^6.0.0",
"cross-env": "^5.1.4",
"css-loader": "^0.28.11",
"exports-loader": "^0.7.0",
"expose-loader": "^0.7.5",
"express": "^4.16.3",
"file-loader": "^1.1.11",
"file-webpack-plugin": "^2.0.0",
"fs-extra": "^6.0.1",
"hoist-non-react-statics": "^2.5.5",
"html-loader": "^0.5.5",
"html-res-webpack-plugin": "^4.0.0",
"http-proxy-middleware": "^0.18.0",
"identity-obj-proxy": "^3.0.0",
"imports-loader": "^0.8.0",
"invariant": "^2.2.4",
"lint-staged": "^7.2.0",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.9.0",
"optimize-css-assets-webpack-plugin": "^4.0.0",
"postcss-assets": "^5.0.0",
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.4",
"pre-commit": "^1.2.2",
"react-hot-loader": "^4.1.3",
"sanitize.css": "^5.0.0",
"sass-loader": "^7.0.1",
"spritesheet-templates-steamer": "^1.0.2",
"steamer-webpack-utils": "^1.1.0",
"style-loader": "^0.21.0",
"stylelint": "^9.2.0",
"stylelint-config-css-modules": "^1.2.0",
"stylelint-config-ydj": "^0.1.1",
"ts-jest": "^22.4.6",
"tslint": "^5.10.0",
"tslint-config-prettier": "^1.12.0",
"typescript": "^2.8.3",
"typings-for-css-modules-loader": "^1.7.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "^1.0.1",
"webpack": "^4.6.0",
"webpack-dev-middleware": "^3.1.2",
"webpack-hot-middleware": "^2.22.1",
"webpack-manifest-plugin": "^2.0.1",
"webpack-merge": "^4.1.2",
"webpack-spritesmith": "^0.4.1",
"write-file-webpack-plugin": "^4.2.0"
},
"peerDependencies": {},
"engines": {
"node": ">=8.9.4"
}
}