-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
124 lines (124 loc) · 3.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
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
{
"name": "moeflow-frontend",
"version": "1.1.2",
"dependencies": {
"@emotion/core": "^10.0.27",
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-regular-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.7",
"@jokester/ts-commonutil": "^0.5.0",
"@reduxjs/toolkit": "^1.2.5",
"@zip.js/zip.js": "^2.7.20",
"antd": "^4.15.1",
"antd-img-crop": "^3.13.2",
"antd-mobile": "^2.3.1",
"axios": "^0.19.2",
"blueimp-load-image": "^5.14.0",
"bowser": "^2.9.0",
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.3.1",
"dayjs": "^1.9.4",
"debug": "^4.3.7",
"filepond": "^4.18.0",
"immer": "^9.0.1",
"jwt-decode": "^2.2.0",
"lodash-es": "^4.17.15",
"pepjs": "^0.5.2",
"polished": "^4.0.5",
"qs": "^6.9.4",
"rc-upload": "^3.2.0",
"react": "17.0.2",
"react-cookie": "^4.0.3",
"react-dom": "17.0.2",
"react-filepond": "^7.0.1",
"react-intl": "^5",
"react-redux": "^7.2.0",
"react-resize-detector": "^4.2.1",
"react-router-dom": "^5.1.2",
"react-use": "^15.3.8",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-saga": "^1.1.3",
"store": "^2.0.12",
"use-debounce": "^6.0.1",
"uuid": "^7.0.0"
},
"scripts": {
"build": "vite build",
"start": "vite",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"format": "prettier --check src",
"format:fix": "prettier --write src",
"build:locale": "tsx scripts/generate-locale-json.ts",
"test": "jest",
"test:coverage": "jest --coverage",
"typecheck": "tsc --noEmit",
"typecheck:watch": "tsc --noEmit --watch"
},
"jest": {
"setupFilesAfterEnv": [
"./src/test/setup.ts"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@tsconfig/strictest": "^2.0.3",
"@types/blueimp-load-image": "^2.23.8",
"@types/classnames": "^2.2.9",
"@types/debug": "^4.1.12",
"@types/jest": "^29",
"@types/js-yaml": "^4.0.9",
"@types/jwt-decode": "^2.2.1",
"@types/lodash-es": "^4.14.149",
"@types/node": "^20",
"@types/qs": "^6.9.5",
"@types/react": "<18",
"@types/react-dom": "<18",
"@types/react-filepond": "^5.0.5",
"@types/react-redux": "^7.1.7",
"@types/react-resize-detector": "^4.2.0",
"@types/react-router-dom": "^5.1.3",
"@types/store": "^2.0.2",
"@types/uuid": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@vitejs/plugin-react": "^4.3.4",
"@welldone-software/why-did-you-render": "^4.0.3",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"fontmin": "^0.9.8",
"jest": "^29",
"js-yaml": "^4.1.0",
"less": "^3.10.3",
"postcss": "^8.4.33",
"prettier": "^3.2.5",
"rollup-plugin-visualizer": "^5.12.0",
"ts-jest": "^29",
"tsx": "^4.19.2",
"typescript": "^5.6",
"vite": "^6.0.3",
"vite-plugin-imp": "^2.4.0"
},
"overrides": {
"typescript": "^5.6",
"react": "17.0.2",
"react-dom": "17.0.2",
"debug": "^4.3.7"
}
}