-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 899 Bytes
/
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
{
"name": "tradein",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@reduxjs/toolkit": "^2.2.3",
"@supabase/supabase-js": "^2.42.0",
"axios": "^1.6.8",
"firebase": "^10.10.0",
"gsap": "^3.12.5",
"js-confetti": "^0.12.0",
"lightweight-charts": "^4.1.3",
"next": "14.1.4",
"react": "^18",
"react-confetti": "^6.1.0",
"react-dom": "^18",
"react-firebase-hooks": "^5.1.1",
"react-redux": "^9.1.0",
"sweetalert2": "^11.10.7",
"swiper": "^11.1.0",
"swiper-react": "^1.0.0"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}