-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
60 lines (60 loc) · 1.6 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
{
"name": "client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prepare": "husky"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx}": [
"prettier --write",
"eslint --fix"
]
},
"dependencies": {
"@panzoom/panzoom": "^4.5.1",
"@types/jwt-decode": "^3.1.0",
"aos": "^3.0.0-beta.6",
"axios": "^1.7.2",
"dayjs": "^1.11.13",
"i18next": "^23.12.2",
"i18next-browser-languagedetector": "^8.0.0",
"jwt-decode": "^4.0.0",
"lottie-react": "^2.4.0",
"props-type": "^1.0.1",
"react": "^18.3.1",
"react-camera-pro": "^1.4.0",
"react-dom": "^18.3.1",
"react-i18next": "^15.0.0",
"react-router-dom": "^6.25.1",
"react-slick": "^0.30.2",
"react-use": "^17.5.1",
"react-zoom-pan-pinch": "^3.6.1",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.11",
"styled-reset": "^4.5.2",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"husky": "^9.1.4",
"lint-staged": "^15.2.9",
"prettier": "3.3.2",
"vite": "^5.4.6",
"vite-plugin-svgr": "^4.2.0"
},
"packageManager": "[email protected]"
}