-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.35 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.35 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
{
"name": "sanitypress",
"version": "0.0.103",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build --webpack",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"typegen": "sanity schema extract --path=./src/sanity && sanity typegen generate",
"format": "prettier --write '**/*.{ts,tsx,js,jsx}'"
},
"dependencies": {
"@portabletext/to-html": "^5.0.2",
"@sanity/assist": "^6.0.7",
"@sanity/cli": "^7.0.2",
"@sanity/code-input": "^7.1.2",
"@sanity/dashboard": "^5.0.1",
"@sanity/image-url": "^2.1.1",
"@sanity/vision": "^5.30.0",
"babel-plugin-react-compiler": "^1.0.0",
"clsx": "^2.1.1",
"next": "16.2.7",
"next-sanity": "^13.0.11",
"node-html-markdown": "^2.0.0",
"nuqs": "^2.8.9",
"react": "19.2.7",
"react-dom": "19.2.7",
"react-icons": "^5.6.0",
"sanity": "^5.30.0",
"sanity-plugin-dashboard-widget-vercel": "^3.1.6",
"sanity-plugin-media": "^4.3.0",
"shiki": "^4.2.0",
"styled-components": "^6.4.2",
"tailwind-merge": "^3.6.0",
"zustand": "^5.0.14"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"@tailwindcss/postcss": "^4.3.0",
"@types/node": "^25.9.2",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.8.0",
"tailwindcss": "^4.3.0",
"typescript": "^6.0.3"
}
}