-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.73 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
53
54
55
56
57
58
{
"name": "lionsgate",
"version": "0.0.3",
"private": true,
"scripts": {
"dev": "concurrently \"bun:next:dev\" \"bun:slicemachine\" --names \"next,slicemachine\" --prefix-colors gray,magenta",
"next:dev": "next -H 0.0.0.0 -p 3000",
"build": "next build",
"start": "next start",
"lint": "next lint",
"slicemachine": "start-slicemachine",
"format": "bunx prettier --write ."
},
"dependencies": {
"@prismicio/client": "latest",
"@prismicio/next": "latest",
"@prismicio/react": "latest",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-slot": "^1.1.1",
"axios": "latest",
"caniuse-lite": "^1.0.30001690",
"class-variance-authority": "^0.7.1",
"embla-carousel-autoplay": "^8.5.1",
"embla-carousel-react": "^8.5.1",
"lucide-react": "^0.373.0",
"motion": "^11.15.0",
"next": "^15.1.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "latest",
"react-icons": "latest",
"react-use-measure": "^2.1.1",
"tailwindcss-animate": "^1.0.7",
"zod": "latest"
},
"devDependencies": {
"@slicemachine/adapter-next": "latest",
"@tailwindcss/aspect-ratio": "latest",
"@tailwindcss/forms": "latest",
"@tailwindcss/typography": "latest",
"@types/node": "^20.17.10",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"concurrently": "latest",
"eslint": "^8.57.1",
"eslint-config-next": "^15.1.2",
"postcss": "^8.4.49",
"prettier": "latest",
"prettier-plugin-tailwindcss": "latest",
"schema-dts": "latest",
"slice-machine-ui": "latest",
"tailwind-merge": "^2.6.0",
"tailwindcss": "latest",
"typescript": "^5.7.2"
}
}