-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 904 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": "louisunlimited.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-three/drei": "^9.65.5",
"@react-three/fiber": "^8.12.2",
"@types/node": "18.18.5",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"autoprefixer": "10.4.14",
"eslint": "8.39.0",
"eslint-config-next": "14.1.0",
"framer-motion": "^10.12.4",
"framer-motion-3d": "^10.12.4",
"next": "13.5.4",
"next-plausible": "^3.7.2",
"next-seo": "^6.0.0",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"tailwindcss": "3.3.2",
"three": "^0.152.0",
"three-stdlib": "^2.21.8",
"typescript": "5.2.2"
},
"devDependencies": {
"@types/three": "^0.150.2"
}
}