-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.6 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.6 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
56
57
58
{
"name": "sanitypress",
"version": "0.0.141",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"typegen": "sanity schema extract --path=./src/sanity --force && sanity typegen generate",
"format": "prettier --write '**/*.{ts,tsx,js,jsx}'"
},
"dependencies": {
"@portabletext/to-html": "^6.0.0",
"@sanity/asset-utils": "^2.3.0",
"@sanity/assist": "^6.1.21",
"@sanity/block-insert-picker": "^1.0.9",
"@sanity/cli": "^8.7.0",
"@sanity/code-input": "^7.3.8",
"@sanity/dashboard": "^6.0.18",
"@sanity/image-url": "^2.1.1",
"@sanity/vision": "^6.12.0",
"babel-plugin-react-compiler": "^1.0.0",
"clsx": "^2.1.1",
"next": "16.3.4",
"next-sanity": "^13.3.4",
"nuqs": "^2.10.1",
"react": "19.2.8",
"react-dom": "19.2.8",
"react-icons": "^5.7.0",
"sanity": "^6.12.0",
"sanity-plugin-dashboard-widget-vercel": "4.0.28",
"sanity-plugin-media": "^6.1.7",
"shiki": "^4.4.3",
"styled-components": "^6.5.3",
"tailwind-merge": "^3.6.0",
"zustand": "^5.0.15"
},
"overrides": {
"@codemirror/view": "^6.43.4",
"@codemirror/language": "^6.12.4",
"@types/react": "19.2.18",
"@types/react-dom": "19.2.5"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"@tailwindcss/postcss": "^4.3.3",
"@types/node": "^26.4.1",
"@types/react": "19.2.18",
"@types/react-dom": "19.2.5",
"@typescript/native-preview": "^7.0.0-dev.20260707.2",
"prettier": "^3.9.6",
"prettier-plugin-tailwindcss": "^0.8.1",
"tailwindcss": "^4.3.3",
"typescript": "^7.0.2"
}
}