-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.55 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
{
"name": "stadium-pixie-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fortawesome/fontawesome-free": "^6.5.2",
"@pixi/react": "^7.1.2",
"@pixi/react-animated": "^7.1.3",
"@react-google-maps/api": "^2.19.3",
"@react-three/drei": "^9.107.0",
"@react-three/fiber": "^8.16.8",
"@seatsio/seatsio-react": "^14.14.0",
"aos": "^2.3.4",
"bootstrap": "^5.3.3",
"cannon-es": "^0.20.0",
"cannon-es-debugger": "^1.0.0",
"fortawesome": "^0.0.1-security",
"framer-motion": "^11.2.10",
"pixi.js": "^8.1.6",
"react": "^18.2.0",
"react-bootstrap": "^2.10.2",
"react-dom": "^18.2.0",
"react-icons": "^5.2.1",
"react-image-zoom": "^1.3.1",
"react-router-dom": "^6.23.1",
"react-spring": "^9.7.3",
"swiper": "^11.1.4",
"tailwindcss": "^3.4.3",
"three": "^0.165.0"
},
"devDependencies": {
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"babel-loader": "^9.1.3",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"vite": "^5.2.0"
}
}