-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.06 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
{
"name": "infinity-2022",
"version": "0.0.0",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"serve": "vite preview",
"firebase-preview": "firebase hosting:channel:deploy infinity-2k20",
"firebase-deploy": "firebase deploy"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@supabase/supabase-js": "^2.0.5",
"axios": "^0.24.0",
"email-validator": "^2.0.4",
"firebase": "^9.6.1",
"framer-motion": "^5.3.3",
"react": "^17.0.0",
"react-card-flip": "^1.1.4",
"react-circular-progressbar": "^2.0.4",
"react-countdown": "^2.3.2",
"react-dom": "^17.0.0",
"react-icons": "^4.3.1",
"react-router-dom": "^6.1.1",
"react-scroll": "^1.8.4"
},
"devDependencies": {
"@vitejs/plugin-react": "^1.0.0",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.4",
"tailwindcss": "^3.0.1",
"vite": "^2.7.2"
}
}