-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
56 lines (56 loc) · 1.49 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": "5.1.0",
"description": "A 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": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@next/third-parties": "^15.0.3",
"@portabletext/to-html": "^2.0.13",
"@sanity/code-input": "^4.1.4",
"@sanity/dashboard": "^4.1.0",
"@sanity/image-url": "^1.1.0",
"@sanity/preview-url-secret": "^2.0.2",
"@sanity/vision": "^3.63.0",
"@vercel/analytics": "^1.3.2",
"@vercel/speed-insights": "^1.1.0",
"clsx": "^2.1.1",
"feed": "^4.2.2",
"next": "^15.0.3",
"next-sanity": "^9.8.10",
"next-sanity-image": "^6.1.1",
"octokit": "^4.0.2",
"react": "^18",
"react-device-detect": "^2.2.3",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-is": "^18.3.1",
"sanity": "^3.63.0",
"sanity-plugin-dashboard-widget-vercel": "^2.0.1",
"shiki": "^1.22.2",
"styled-components": "^6.1.13",
"tailwind-merge": "^2.5.4",
"zustand": "^5.0.1"
},
"devDependencies": {
"@sanity/eslint-config-studio": "^4.0.0",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.14.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
}
}