-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 874 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
{
"name": "keystatic-shadcn-starter",
"description": "Keystatic starter template with Shadcn/ui",
"version": "0.0.0",
"license": "MIT",
"contributors": [
{
"name": "Loua",
"email": "loua@0000.codes"
}
],
"dependencies": {
"@keystatic/core": "^0.5.17",
"@keystatic/next": "^5.0.1",
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"next": "^14.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "20.12.12",
"@types/react": "^18.2.8",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start"
}
}