-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
133 lines (133 loc) · 4.55 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "react-intl",
"version": "1.2.5",
"remoteStaticUrl": "git@git.com:static.git",
"filePath": "/mc-static/js/",
"cdnPath": "/mc-static/js/",
"betacdnPath": "/mc-static/js/",
"scripts": {
"dev": "node config/server.js",
"deploy": "babel-node tools/run deployStatic",
"publish": "babel-node tools/run deployStatic master --publish",
"precommit": "lint-staged",
"build": "babel-node tools/run build",
"dll": "babel-node tools/run dll",
"analyzer": "babel-node tools/run build --analyzer",
"zip": "babel-node tools/run zip"
},
"lint-staged": {
"linters": {
"src/**/*.{js,jsx}": [
"eslint --no-ignore --fix",
"git add --force"
]
},
"ignore": [
"src/assets/**/*.{js,jsx}"
]
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"dependencies": {
"@types/react": "^16.4.6",
"all": "^0.0.0",
"babel-core": "^6.26.3",
"babel-plugin-import": "^1.7.0",
"babel-polyfill": "^6.26.0",
"babel-preset-stage-3": "^6.24.1",
"compression": "^1.7.2",
"copy-webpack-plugin": "^4.5.1",
"core-decorators": "^0.20.0",
"history": "^4.7.2",
"html-webpack-plugin": "^3.2.0",
"humps": "^0.6.0",
"lodash": "^4.0.0",
"moment": "^2.22.2",
"normalizr": "^2.0.0",
"postcss": "^7.0.2",
"qs": "^6.5.2",
"react": "^16.3.2",
"react-content-loader": "^3.1.2",
"react-dom": "^16.2.0",
"react-loadable": "^5.4.0",
"react-quill": "^1.3.3",
"react-redux": "^4.2.1",
"react-router-dom": "^4.3.1",
"react-router-redux": "^5.0.0-alpha.9",
"redux": "^3.2.1",
"redux-logger": "^2.4.0",
"redux-thunk": "^1.0.3",
"uglifyjs-webpack-plugin": "^1.2.5",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"antd": "^3.16.5",
"archiver": "^3.0.0",
"autoprefixer": "^9.1.5",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-loader": "^7.1.4",
"babel-plugin-dynamic-import-webpack": "^1.0.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"base64-font-loader": "0.0.4",
"classnames": "^2.2.5",
"clean-webpack-plugin": "^0.1.17",
"css": "^2.2.1",
"css-loader": "^0.28.11",
"es6-promise": "^4.2.4",
"eslint": "^5.15.3",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.0.1",
"eslint-import-resolver-node": "^0.3.2",
"eslint-plugin-compat": "^2.5.1",
"eslint-plugin-css-modules": "^2.8.1",
"eslint-plugin-flowtype": "^2.50.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsdoc": "^3.8.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-react": "^7.11.1",
"express": "^4.16.4",
"file-loader": "^1.1.11",
"html-webpack-harddisk-plugin": "^1.0.1",
"http-proxy-middleware": "^0.18.0",
"husky": "^0.14.3",
"less": "^2.6.1",
"less-loader": "^4.1.0",
"lint-staged": "^7.2.2",
"postcss-loader": "^3.0.0",
"preload-webpack-plugin": "^3.0.0-beta.2",
"prettier": "^1.14.2",
"prop-types": "^15.6.0",
"react-beautiful-dnd": "^10.1.1",
"react-content-loader": "^3.1.2",
"react-intl": "^2.8.0",
"react-quill": "^1.3.3",
"redux-devtools": "^3.5.0",
"redux-devtools-dock-monitor": "^1.1.3",
"redux-devtools-log-monitor": "^1.4.0",
"redux-thunk": "^2.3.0",
"script-ext-html-webpack-plugin": "^2.0.1",
"style-loader": "^0.21.0",
"url-loader": "^1.0.1",
"webpack": "^4.8.3",
"webpack-bundle-analyzer": "^3.0.2",
"webpack-cli": "^3.1.1",
"webpack-dev-middleware": "^3.6.0",
"webpack-hot-middleware": "^2.24.3",
"webpack-merge": "^4.2.1",
"webpackbar": "^3.1.3"
}
}