-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.36 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
{
"name": "mohamedbechirmejri.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@react-three/drei": "^9.74.6",
"@react-three/fiber": "^8.13.0",
"@react-three/postprocessing": "^2.14.9",
"@types/three": "^0.149.0",
"@vercel/analytics": "^0.1.11",
"framer-motion": "^10.12.16",
"framer-motion-3d": "^10.12.16",
"leva": "^0.9.34",
"next": "13.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.9.0",
"three": "^0.150.1"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^18.16.16",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"autoprefixer": "^10.4.14",
"eslint": "^8.42.0",
"eslint-config-next": "13.2.3",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"tailwindcss": "^3.3.2",
"tailwindcss-elevation": "^1.0.1",
"tailwindcss-no-scrollbar": "^1.0.1",
"typescript": "^4.9.5"
},
"ct3aMetadata": {
"initVersion": "6.11.4"
}
}