forked from moeumwy/v2board-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
178 lines (178 loc) · 5.2 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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
{
"name": "v2net",
"version": "beta-1.5",
"private": true,
"license": "AGPL-3.0",
"readme": "README.md",
"packageManager": "pnpm@7.14.1",
"engineStrict": true,
"engines": {
"node": ">=16.0.0||>=18.0.0",
"pnpm": ">=7.14.1"
},
"dependencies": {
"@ahooksjs/use-url-state": "^3.5.1",
"@ant-design/colors": "^7.0.0",
"@ant-design/icons": "^5.0.0",
"@babel/plugin-transform-class-properties": "^7.24.1",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.1",
"@babel/plugin-transform-numeric-separator": "^7.24.1",
"@babel/plugin-transform-optional-chaining": "^7.24.1",
"@babel/plugin-transform-private-methods": "^7.24.1",
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/roboto": "^4.5.8",
"@mui/base": "5.0.0-alpha.113",
"@mui/icons-material": "^5.15.15",
"@mui/lab": "5.0.0-alpha.115",
"@mui/material": "^5.15.15",
"@mui/styled-engine-sc": "6.0.0-alpha.18",
"@mui/system": "^5.11.4",
"@mui/x-data-grid": "^5.17.19",
"@mui/x-date-pickers": "^5.0.14",
"@reduxjs/toolkit": "^1.9.1",
"ahooks": "^3.7.4",
"apexcharts": "^3.36.3",
"axios": "^1.2.2",
"bfj": "^7.0.2",
"browserslist": "^4.21.4",
"buffer": "^6.0.3",
"camelcase": "^7.0.1",
"constate": "^3.3.2",
"core-js": "^3.27.1",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.7",
"dotenv": "^16.0.3",
"dotenv-expand": "^10.0.0",
"emoji-picker-react": "^4.9.2",
"filesize": "^10.0.6",
"flag-icons": "^6.6.6",
"formik": "^2.2.9",
"framer-motion": "^8.4.5",
"fs-extra": "^11.1.0",
"history": "^5.3.0",
"i18next": "^22.4.9",
"i18next-browser-languagedetector": "^7.0.1",
"identity-obj-proxy": "^3.0.0",
"lodash-es": "^4.17.21",
"markdown-to-jsx": "^7.1.8",
"mui-markdown": "^0.5.6",
"notistack": "^2.0.8",
"pnpm": "^7.33.7",
"postcss": "^8.4.21",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.8.3",
"prism-react-renderer": "^1.3.5",
"process": "^0.11.10",
"prompts": "^2.4.2",
"qrcode.react": "^3.1.0",
"qs": "^6.11.0",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-app-polyfill": "^3.0.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-ga4": "^1.4.1",
"react-google-recaptcha": "^2.1.0",
"react-i18next": "^12.1.4",
"react-material-ui-carousel": "^3.4.2",
"react-redux": "^8.0.5",
"react-refresh": "^0.14.0",
"react-router": "^6.6.2",
"react-router-dom": "^6.6.2",
"react-timer-hook": "^3.0.5",
"react-turnstile": "^1.1.3",
"react18-input-otp": "^1.1.2",
"redux": "^4.2.0",
"resize-observer-polyfill": "^1.5.1",
"resolve": "^1.22.1",
"sass": "^1.57.1",
"semver": "^7.3.8",
"simplebar": "^6.1.0",
"simplebar-react": "^3.1.0",
"stream-browserify": "^3.0.0",
"styled-components": "^6.1.8",
"stylis": "^4.1.3",
"stylis-plugin-rtl": "^2.1.1",
"terser": "^5.16.1",
"tss-react": "^4.5.2",
"ua-parser-js": "^1.0.32",
"vite": "^4.0.4",
"web-vitals": "^3.1.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-syntax-flow": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.20.7",
"@rollup/plugin-image": "^3.0.1",
"@types/crypto-js": "^4.1.1",
"@types/lodash-es": "^4.17.6",
"@types/node": "^18.19.31",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/react-google-recaptcha": "^2.1.5",
"@types/ua-parser-js": "^0.7.36",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@typescript-eslint/parser": "^5.48.2",
"@vitejs/plugin-legacy": "^3.0.1",
"@vitejs/plugin-react": "^3.0.1",
"babel-plugin-named-asset-import": "^0.3.8",
"babel-preset-react-app": "^10.0.1",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.6.0",
"immutable": "^4.2.2",
"prettier": "^2.8.3",
"prettier-eslint-cli": "^7.1.0",
"react-error-overlay": "6.0.11",
"rollup-plugin-visualizer": "^5.9.0",
"typescript": "^4.9.4"
},
"scripts": {
"start": "vite",
"build": "vite build --config vite.config.ts",
"format": "prettier --write src/**/*.{js,jsx,ts,tsx,css}",
"type-check": "tsc --noEmit"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"rules": {
"react/jsx-uses-react": "off",
"react/react-in-jsx-scope": "off"
}
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}