-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.61 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
{
"name": "client2",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"format:write": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@ant-design/icons": "^5.5.2",
"@reduxjs/toolkit": "^2.5.0",
"@tailwindcss/postcss": "^4.0.0",
"@tailwindcss/vite": "^4.0.0",
"@vercel/speed-insights": "^1.1.0",
"antd": "^5.23.0",
"axios": "^1.8.2",
"i18next": "^23.4.6",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-http-backend": "^2.2.2",
"moment": "^2.29.4",
"prettier": "^3.4.2",
"react": "^18.3.1",
"react-awesome-slider": "^4.1.0",
"react-datepicker": "^4.20.0",
"react-dom": "^18.3.1",
"react-i18next": "^13.2.0",
"react-icons": "^4.11.0",
"react-qr-code": "^2.0.12",
"react-redux": "^8.1.3",
"react-router-dom": "^6.16.0",
"react-scripts": "5.0.1",
"react-signature-canvas": "^1.0.7",
"react-to-print": "^2.14.15",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "10.4.19",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"postcss": "8.4.39",
"sass-embedded": "^1.83.4",
"tailwindcss": "3.4.5",
"vite": "^6.0.5"
}
}