-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.33 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
{
"name": "internewton-comp-submission",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/react": "^3.3.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.4.1",
"@mui/material": "^6.4.1",
"@supabase/supabase-js": "^2.48.1",
"@types/mapbox-gl": "^3.4.1",
"autoplay": "^0.0.4",
"bootstrap": "^5.3.3",
"classnames": "^2.5.1",
"cors": "^2.8.5",
"express": "^4.21.2",
"framer-motion": "^11.16.4",
"gsap": "^3.12.7",
"jquery": "^3.7.1",
"mapbox-gl": "^3.8.0",
"packages": "^0.0.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"react-map-gl": "^7.1.7",
"react-router-dom": "^7.0.2",
"react-transition-group": "^4.4.5",
"swiper": "^11.2.0",
"tsparticles": "^3.7.1"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.15.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"vite": "^6.0.1"
}
}