-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.71 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
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "yarn@1.22.22",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@builder.io/partytown": "^0.10.3",
"@tanstack/react-query": "^5.62.0",
"@tanstack/react-query-devtools": "^5.62.3",
"@types/node": "^22.10.1",
"@types/react-modal": "^3.16.3",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"axios": "^1.7.8",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"framer-motion": "^11.15.0",
"prettier": "^3.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-ga4": "^2.1.0",
"react-intersection-observer": "^9.13.1",
"react-player": "^2.16.0",
"react-router-dom": "^6.28.0",
"react-slick": "^0.30.3",
"slick-carousel": "^1.8.1",
"swiper": "^11.2.0",
"terser": "^5.36.0",
"zustand": "^5.0.1"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"eslint": "8.56.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"msw": "^2.6.6",
"postcss": "^8.4.49",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.15",
"typescript": "~5.6.2",
"typescript-eslint": "^8.14.0",
"vite": "^5.4.11"
},
"msw": {
"workerDirectory": [
"public"
]
}
}