-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1005 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
39
{
"name": "wayfarers.space",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fontsource/cardo": "^4.5.9",
"@fontsource/cormorant-garamond": "^4.5.10",
"@headlessui/react": "^1.7.18",
"@studio-freight/react-lenis": "^0.0.38",
"@types/node": "18.15.11",
"@types/react": "18.0.34",
"@types/react-dom": "18.0.11",
"autoprefixer": "10.4.14",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"framer-motion": "^10.18.0",
"lucide": "^0.274.0",
"lucide-react": "^0.274.0",
"next": "^13.5.6",
"postcss": "8.4.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-player": "^2.15.1",
"tailwindcss": "3.3.1",
"three": "^0.159.0",
"typescript": "5.0.4"
},
"devDependencies": {
"@types/three": "^0.159.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12"
}
}