-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.17 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
{
"name": "fumadocs-sanity",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"typegen": "sanity schema extract --path=sanity/extract.json && sanity typegen generate",
"postinstall": "pnpm run typegen"
},
"dependencies": {
"@portabletext/react": "^3.1.0",
"@portabletext/toolkit": "^2.0.16",
"@sanity/asset-utils": "^2.2.1",
"@sanity/client": "^6.24.1",
"@sanity/code-input": "^5.0.0",
"@sanity/icons": "^3.5.0",
"@sanity/image-url": "1",
"@sanity/presentation": "^1.19.4",
"@sanity/vision": "3",
"@sanity/visual-editing": "^2.10.3",
"fumadocs-core": "14.5.6",
"fumadocs-ui": "14.5.6",
"hast-util-to-jsx-runtime": "^2.3.2",
"next": "15.0.3",
"next-sanity": "9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "^3.65.1",
"shiki": "^1.24.0",
"styled-components": "6"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
}
}