-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.19 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 2.19 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "gazi786.github.io",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "concurrently \"npm:next:dev\" \"npm:slicemachine\" \"npm:open-browser\" --names \"next,slicemachine,browser\" --prefix-colors blue,magenta,green",
"next:dev": "next dev -p 3005",
"open-browser": "wait-on http://localhost:3005 && node -e \"import('open').then(o => o.default('http://localhost:3005'))\"",
"build": "next build",
"start": "next start",
"lint": "next lint",
"slicemachine": "start-slicemachine",
"format": "prettier --write ."
},
"dependencies": {
"@gsap/react": "^2.1.2",
"@hookform/resolvers": "^5.2.1",
"@mui/icons-material": "^7.3.1",
"@mui/system": "^7.3.1",
"@prismicio/client": "^7.20.1",
"@prismicio/helpers": "^2.3.9",
"@prismicio/next": "^2.0.1",
"@prismicio/react": "^3.2.1",
"@prismicio/richtext": "^2.1.5",
"@react-three/drei": "^10.7.4",
"@react-three/fiber": "^9.3.0",
"@tailwindcss/postcss": "^4.1.12",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^24.2.1",
"@types/react-dom": "^19.1.6",
"@types/three": "^0.179.0",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"autoprefixer": "^10.4.21",
"clsx": "^2.1.1",
"framer-motion": "^12.23.12",
"gsap": "^3.13.0",
"lucide-react": "^0.542.0",
"next": "15.5.2",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-hook-form": "^7.62.0",
"react-icons": "^5.5.0",
"react-scroll": "^1.9.3",
"three": "^0.179.1",
"zod": "^4.1.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@slicemachine/adapter-next": "^0.3.83",
"@tailwindcss/postcss": "^4.1.12",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^24",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-scroll": "^1.8.10",
"autoprefixer": "^10.4.21",
"concurrently": "^9.2.1",
"eslint": "^9",
"eslint-config-next": "15.5.2",
"open": "^10.2.0",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"slice-machine-ui": "^2.18.1",
"tailwind-merge": "^3.3.1",
"typescript": "^5",
"wait-on": "^8.0.4"
}
}