-
Notifications
You must be signed in to change notification settings - Fork 450
/
Copy pathpackage.json
72 lines (72 loc) · 2.32 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "sanity-test-studio",
"version": "3.78.0",
"private": true,
"license": "MIT",
"author": "Sanity.io <[email protected]>",
"scripts": {
"build": "run-s workshop:build sanity:build",
"clean": "rimraf .sanity dist",
"dev": "run-p workshop:dev sanity:dev",
"lint": "eslint --cache .",
"sanity:build": "../.bin/sanity build --source-maps",
"sanity:dev": "../.bin/sanity dev",
"start": "../.bin/sanity start",
"workshop:build": "node -r esbuild-register scripts/workshop/build.ts",
"workshop:dev": "node -r esbuild-register scripts/workshop/dev.ts"
},
"dependencies": {
"@portabletext/block-tools": "^1.1.12",
"@portabletext/editor": "^1.36.6",
"@portabletext/react": "^3.0.0",
"@sanity/assist": "^3.1.0",
"@sanity/client": "^6.28.2",
"@sanity/color": "^3.0.0",
"@sanity/color-input": "^4.0.1",
"@sanity/google-maps-input": "^4.0.0",
"@sanity/icons": "^3.7.0",
"@sanity/image-url": "^1.0.2",
"@sanity/locale-ko-kr": "^1.0.1",
"@sanity/locale-nb-no": "^1.0.1",
"@sanity/locale-nn-no": "^1.0.1",
"@sanity/locale-pt-pt": "^1.0.1",
"@sanity/locale-sv-se": "^1.0.1",
"@sanity/logos": "^2.1.2",
"@sanity/migrate": "workspace:*",
"@sanity/preview-url-secret": "^2.1.5",
"@sanity/react-loader": "^1.10.35",
"@sanity/tsdoc": "1.0.169",
"@sanity/types": "workspace:*",
"@sanity/ui": "^2.15.2",
"@sanity/ui-workshop": "^1.0.0",
"@sanity/util": "workspace:*",
"@sanity/uuid": "^3.0.1",
"@sanity/vision": "workspace:*",
"@sanity/visual-editing": "2.13.7",
"@turf/helpers": "^6.0.1",
"@turf/points-within-polygon": "^5.1.5",
"@vercel/stega": "0.1.2",
"chokidar": "^3.5.3",
"globby": "^11.1.0",
"history": "^5.3.0",
"lodash": "^4.17.21",
"qs": "^6.10.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-refractor": "^2.1.6",
"refractor": "^3.6.0",
"rxjs": "^7.8.0",
"sanity": "workspace:*",
"sanity-plugin-hotspot-array": "^2.0.0",
"sanity-plugin-markdown": "^5.0.0",
"sanity-plugin-media": "^2.3.1",
"sanity-plugin-mux-input": "^2.5.0",
"styled-components": "^6.1.11"
},
"devDependencies": {
"@million/lint": "1.0.14",
"babel-plugin-react-compiler": "19.0.0-beta-40c6c23-20250301",
"chokidar": "^3.6.0",
"vite": "^6.2.0"
}
}