-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.17 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
{
"name": "casino_app_1",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"animate.css": "^4.1.1",
"bootstrap": "^4.1.1",
"jquery": "^3.6.0",
"micro-slider": "^1.1.0",
"normalize.css": "^8.0.1",
"popper.js": "^1.16.1",
"prop-types": "^15.8.1",
"react": "^19.0.0",
"react-calendar": "^6.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"react-lazy-load-image-component": "^1.6.3",
"react-router-dom": "^7.2.0",
"react-slideshow-image": "^4.3.2",
"react-toastify": "^11.0.5",
"sweetalert2": "^11.17.2",
"sweetalert2-react-content": "^5.1.0",
"swiper": "^12.0.2",
"vite-plugin-static-copy": "^2.3.0"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.19.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"vite": "^6.1.0"
}
}