forked from priyanshu1976/elementos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.27 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": "elementos",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/axios": "^0.9.36",
"@types/jsonwebtoken": "^9.0.7",
"@types/mongoose": "^5.11.96",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-autoplay": "^8.5.2",
"embla-carousel-react": "^8.5.2",
"firebase": "^11.1.0",
"framer-motion": "^11.17.0",
"html5-qrcode": "^2.3.8",
"jsonwebtoken": "^9.0.2",
"layer": "^0.1.0",
"layers": "^0.0.3",
"lucide-react": "^0.469.0",
"mongoose": "^8.9.4",
"next": "^15.1.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.172.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.172.0",
"autoprefixer": "^10.4.20",
"eslint": "^9",
"eslint-config-next": "15.1.4",
"postcss": "^8.4.49",
"postcss-loader": "^8.1.1",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}