-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.93 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@hookform/resolvers": "^3.3.4",
"@internationalized/date": "^3.5.2",
"@nextui-org/react": "^2.3.1",
"@radial-color-picker/react-color-picker": "^4.0.1",
"@react-three/drei": "^9.106.0",
"@react-three/fiber": "^8.16.4",
"@tabler/icons-react": "^2.47.0",
"@tanstack/react-table": "^8.12.0",
"aos": "^3.0.0-beta.6",
"axios": "^1.6.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.1",
"date-fns": "^3.3.1",
"embla-carousel-react": "^8.0.0",
"framer-motion": "^11.0.6",
"framer-motion-3d": "^11.1.9",
"gsap": "^3.12.5",
"leaflet": "^1.9.4",
"lucide-react": "^0.331.0",
"million": "^3.1.5",
"next": "^14.2.3",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-cookie": "^7.1.4",
"react-day-picker": "^8.10.0",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.4",
"react-hook-form": "^7.50.1",
"react-icons": "^5.0.1",
"react-leaflet": "^4.2.1",
"react-resizable-panels": "^2.0.9",
"recharts": "^2.12.0",
"simplex-noise": "^4.0.1",
"sonner": "^1.4.1",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"three": "^0.164.1",
"transition-style": "^0.1.3",
"vaul": "^0.9.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/aos": "^3.0.7",
"@types/leaflet": "^1.9.12",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "^14.2.2",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.3",
"typescript": "^5"
}
}