-
-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathpackage.json
56 lines (56 loc) · 1.56 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
{
"name": "sanitypress",
"version": "6.0.1",
"description": "An impressive Next.js + Sanity.io starter template",
"author": "nuotsu <[email protected]> (https://nuotsu.dev)",
"license": "ISC",
"scripts": {
"dev": "next dev",
"dev:turbopack": "next dev --turbopack",
"build": "npm run manifest && next build",
"start": "next start",
"lint": "next lint",
"manifest": "sanity manifest extract --path public/admin/static",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@portabletext/to-html": "^2.0.13",
"@sanity/code-input": "^5.1.2",
"@sanity/dashboard": "^4.1.2",
"@sanity/image-url": "^1.1.0",
"@sanity/preview-url-secret": "^2.1.2",
"@sanity/vision": "^3.71.1",
"@tailwindcss/postcss": "^4.0.0",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"clsx": "^2.1.1",
"feed": "^4.2.2",
"next": "^15.1.6",
"next-sanity": "^9.8.40",
"next-sanity-image": "^6.1.1",
"nuqs": "^2.3.1",
"octokit": "^4.1.0",
"react": "^19.0.0",
"react-device-detect": "^2.2.3",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"sanity": "^3.71.1",
"sanity-plugin-dashboard-widget-vercel": "^2.0.1",
"shiki": "^2.1.0",
"styled-components": "^6.1.14",
"tailwind-merge": "^2.6.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@sanity/eslint-config-studio": "^5.0.1",
"@types/node": "^22.10.8",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"eslint": "^9.18.0",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.10",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.3"
}
}