-
-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.52 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.52 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
{
"name": "sanitypress",
"version": "7.2.4",
"description": "An impressive Sanity.io starter template with Next.js 16 and Tailwind 4",
"author": "nuotsu <[email protected]> (https://nuotsu.dev)",
"license": "ISC",
"scripts": {
"dev": "next dev --webpack",
"build": "next build --webpack",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@portabletext/to-html": "^5.0.0",
"@sanity/code-input": "^7.0.2",
"@sanity/dashboard": "^5.0.1",
"@sanity/document-internationalization": "^4.1.1",
"@sanity/image-url": "^2.0.2",
"@sanity/preview-url-secret": "^4.0.1",
"@sanity/vision": "^5.1.0",
"@tailwindcss/postcss": "^4.1.18",
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"clsx": "^2.1.1",
"feed": "^5.1.0",
"next": "^16.1.1",
"next-sanity": "^12.0.5",
"next-sanity-image": "^6.2.0",
"nuqs": "^2.8.6",
"octokit": "^5.0.5",
"react": "^19.2.3",
"react-device-detect": "^2.2.3",
"react-dom": "^19.2.3",
"react-icons": "^5.5.0",
"sanity": "^5.1.0",
"sanity-plugin-dashboard-widget-vercel": "^3.1.4",
"shiki": "^3.20.0",
"styled-components": "^6.1.19",
"tailwind-merge": "^3.4.0",
"zustand": "^5.0.9"
},
"devDependencies": {
"@sanity/eslint-config-studio": "^5.0.2",
"@types/node": "^25.0.3",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.2",
"postcss": "^8.5.6",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
}
}