-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.18 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
{
"name": "sportify_frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"preview": "vite preview --port 3000",
"generate-pwa-assets": "pwa-assets-generator --preset minimal public/vite.svg"
},
"dependencies": {
"@eslint/compat": "^1.2.0",
"@radix-ui/react-label": "^2.1.0",
"@react-three/fiber": "^8.17.10",
"@reduxjs/toolkit": "^2.3.0",
"antd": "^5.21.3",
"axios": "^1.7.7",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"framer-motion": "^11.11.17",
"query-string": "^9.1.1",
"react": "^18.3.1",
"react-dadata": "^2.23.3",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5",
"react-redux": "^9.1.2",
"react-router-dom": "^6.27.0",
"tailwind-merge": "^2.5.4",
"three": "^0.170.0",
"uuid": "^10.0.0",
"ymaps": "^0.2.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"@types/lodash": "^4.17.12",
"@types/node": "^22.7.5",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.170.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"@vite-pwa/assets-generator": "^0.2.6",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.9.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.49",
"postcss-loader": "^8.1.1",
"prettier": "3.3.3",
"react-refresh": "^0.14.2",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"tailwindcss": "^3.4.14",
"typescript": "^5.5.3",
"typescript-eslint": "^8.7.0",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.4.8",
"vite-plugin-pwa": "^0.20.5"
}
}