-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 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
51
52
{
"name": "developer-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"slicemachine": "start-slicemachine"
},
"dependencies": {
"@prismicio/client": "^7.3.1",
"@prismicio/next": "^1.5.0",
"@prismicio/react": "^2.7.3",
"@react-three/drei": "^9.92.7",
"@react-three/fiber": "^8.15.12",
"@types/three": "^0.160.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"file-loader": "^6.2.0",
"gsap": "^3.12.4",
"lucide-react": "^0.303.0",
"next": "14.0.4",
"next-sitemap": "^4.2.3",
"next-themes": "^0.2.1",
"react": "^18",
"react-dom": "^18",
"react-icons": "^4.12.0",
"resend": "^2.1.0",
"shadcn-ui": "^0.5.0",
"sonner": "^1.3.1",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.160.0"
},
"devDependencies": {
"@slicemachine/adapter-next": "^0.3.31",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"prettier-plugin-tailwindcss": "^0.5.10",
"slice-machine-ui": "^1.22.1",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}