-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.79 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
{
"name": "account-admin",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"description": "",
"private": true,
"scripts": {
"dev": "webpack-dev-server --config webpack.config.dev.js --progress --color",
"prod": "webpack --config webpack.config.prod.js",
"i18n": "i18next-scanner --config i18next-scanner.config.js",
"analyze": "webpack --config webpack.config.analyze.js",
"type-check": "tsc --noEmit --skipLibCheck",
"lint:eslint": "eslint --ext .ts --ext .tsx app"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.9.6",
"@babel/runtime": "^7.9.6",
"@types/lodash": "^4.14.150",
"@types/numeral": "0.0.26",
"@types/qs": "^6.9.2",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"@types/react-router": "5.1.2",
"@types/react-router-dom": "5.1.2",
"@types/styled-components": "^4.4.3",
"@types/yup": "^0.26.37",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"autoprefixer": "^9.7.6",
"babel-loader": "^8.1.0",
"babel-plugin-import": "^1.13.0",
"babel-plugin-lodash": "^3.3.2",
"babel-plugin-styled-components": "^1.10.7",
"cross-env": "^5.2.0",
"css-loader": "^3.5.3",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-loader": "^3.0.4",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1",
"file-loader": "^4.3.0",
"fork-ts-checker-webpack-plugin": "^3.1.1",
"html-webpack-plugin": "^3.2.0",
"husky": "^3.1.0",
"image-webpack-loader": "^6.0.0",
"lint-staged": "^9.5.0",
"lodash-webpack-plugin": "^0.11.5",
"postcss-loader": "^3.0.0",
"prettier": "^1.19.1",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^2.3.6",
"ts-loader": "^6.2.2",
"typescript": "^3.8.3",
"url-loader": "^2.3.0",
"webpack": "^4.43.0",
"webpack-ant-icon-loader": "^1.0.8",
"webpack-bundle-analyzer": "^3.7.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"antd": "^3.26.16",
"axios": "^0.19.2",
"core-js": "^3.6.5",
"formik": "^2.1.4",
"i18next": "^19.4.4",
"i18next-scanner": "^2.11.0",
"lodash": "^4.17.11",
"moment": "^2.25.3",
"normalize.css": "^8.0.1",
"numeral": "^2.0.6",
"qrcode.react": "^0.9.3",
"qs": "^6.9.4",
"rc-tooltip": "^3.7.2",
"react": "^16.13.1",
"react-datasheet": "^1.4.3",
"react-dom": "^16.13.1",
"react-i18next": "^11.4.0",
"react-router": "5.1.2",
"react-router-dom": "5.1.2",
"styled-components": "^4.4.1",
"universal-cookie": "^4.0.3",
"yup": "^0.27.0"
}
}