-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
128 lines (128 loc) · 3.72 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
{
"name": "antd-custom",
"version": "0.0.1",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/ctq123/antd-custom.git"
},
"main": "dist/main.js",
"scripts": {
"lint": "./node_modules/standard/bin/cmd.js",
"start": "npm run local",
"local": "webpack-dev-server --mode development --port 3001",
"build:dev": "webpack --mode production",
"build:test": "webpack --mode production",
"build:pre": "webpack --mode production",
"build:prod": "webpack --mode production"
},
"eslintConfig": {
"extends": "react-app"
},
"pre-commit": [
"lint"
],
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@lingui/macro": "^2.8.3",
"@lingui/react": "^2.8.3",
"@loadable/component": "^5.10.3",
"ant-virtual-table": "^0.1.8",
"antd": "^3.24.3",
"autoprefixer": "9.3.1",
"axios": "^0.19.0",
"react": "^16.12.0",
"react-dom": "^16.9.0",
"bizcharts": "^3.5.5",
"cf-mock-server": "^1.0.14",
"enzyme": "3.1.0",
"enzyme-adapter-react-16": "1.0.2",
"intl": "^1.2.5",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"os": "^0.1.1",
"react-intl": "^3.3.2",
"react-redux": "^7.1.1",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"redux": "^4.0.4",
"redux-actions": "^2.6.5",
"redux-saga": "^1.1.1",
"standard": "^12.0.1",
"xlsx": "^0.15.1"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.4.2",
"babel-upgrade": "^1.0.1",
"jest": "21.2.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.0",
"babel-plugin-import": "1.9.1",
"css-loader": "1.0.0",
"clean-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^4.6.0",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"less": "3.8.1",
"less-loader": "4.1.0",
"postcss-loader": "3.0.0",
"happypack": "^5.0.1",
"html-webpack-plugin": "^4.0.0-beta.8",
"style-loader": "0.23.1",
"uglifyjs-webpack-plugin": "^2.1.3",
"url-loader": "^1.1.2",
"mini-css-extract-plugin": "0.4.5",
"progress-bar-webpack-plugin": "^1.11.0",
"file-loader": "2.0.0",
"git-repo-info": "^2.1.0",
"webpack": "^4.26.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.11"
},
"standard": {
"globals": [
"HOST",
"RELEASE"
],
"ignore": [
"*.min.js",
"*.test.js",
"node_modules/**"
],
"parser": "babel-eslint",
"validate": [
"javascript",
"javascriptreact"
]
},
"keywords": [
"generator-antd-custom"
]
}