-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.68 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.68 KB
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": "events-booking",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://maxwell882000.github.io/sportia-site",
"scripts": {
"dev": "vite --host",
"build": "tsc -b && vite build --mode production",
"lint": "eslint .",
"preview": "vite preview",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@types/swiper": "^6.0.0",
"@untitled-ui/icons-react": "^0.1.3",
"axios": "^1.7.7",
"downshift": "^9.0.8",
"effector": "^22.7.0",
"effector-forms": "^1.3.4",
"patronum": "^1.7.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-avatar": "^5.0.3",
"react-dom": "^18.3.1",
"react-loader-spinner": "^6.1.6",
"react-modal": "^3.16.1",
"react-slick": "^0.30.2",
"react-svg": "^16.1.34",
"react-toastify": "^10.0.5",
"simplebar-react": "^3.2.6",
"swiper": "^11.1.9",
"vaul": "^0.9.2",
"ymap3-components": "^1.1.6"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-react": "^7.24.7",
"@eslint/js": "^9.8.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@types/axios": "^0.9.36",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-modal": "^3.16.3",
"@types/react-slick": "^0.23.13",
"@types/react-svg": "^3.0.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.8.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"gh-pages": "^6.1.1",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.9",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.0",
"vite": "^5.4.0"
}
}