-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
59 lines (59 loc) · 1.57 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
{
"name": "makedream",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@react-three/fiber": "^8.17.9",
"@tabler/icons-react": "^3.13.0",
"@types/node": "^20",
"@types/react-dom": "^18",
"axios": "^1.7.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"eslint": "^8",
"eslint-config-next": "^14.2.6",
"framer-motion": "^11.11.1",
"lucide-react": "^0.436.0",
"next": "^14.2.14",
"node-appwrite": "^13.0.0",
"postcss": "^8",
"react": "^18",
"react-dom": "^18",
"react-markdown": "^9.0.1",
"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1",
"tailwind-merge": "^2.5.3",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"three": "^0.169.0",
"tw-merge": "^0.0.1-alpha.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "18.3.11",
"@types/react-dom": "^18",
"@types/react-slick": "^0.23.13",
"@types/three": "^0.169.0",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.6",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"typescript": "5.6.2"
}
}