-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 928 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
38
{
"name": "roamzhen.github.io",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@nextui-org/react": "^2.4.8",
"@react-three/drei": "^9.74.15",
"@react-three/fiber": "^8.13.3",
"@types/three": "^0.152.1",
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
"framer-motion": "^11.13.1",
"gray-matter": "^4.0.3",
"next": "^15.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark": "^14.0.3",
"remark-html": "^15.0.2",
"three": "^0.153.0",
"yarn": "^1.22.22"
},
"devDependencies": {
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"autoprefixer": "^10.4.14",
"next-transpile-modules": "^9.0.0",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"typescript": "5.1.3"
}
}