-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.66 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
{
"name": "my-sanity-project",
"private": true,
"version": "1.0.9",
"main": "package.json",
"license": "UNLICENSED",
"scripts": {
"dev": "sanity dev --turbo",
"start": "sanity start",
"build": "sanity build --turbo",
"deploy": "vercel --prod",
"deploy-graphql": "sanity graphql deploy"
},
"keywords": [
"sanity"
],
"dependencies": {
"@sanity/client": "^6.15.20",
"@sanity/icons": "^2.11.8",
"@sanity/image-url": "^1.0.2",
"@sanity/ui": "^2.1.4",
"@sanity/vision": "^3.40.0",
"@types/node": "^18.19.33",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"crypto-js": "^4.2.0",
"grapesjs": "^0.21.10",
"grapesjs-blocks-basic": "^1.0.2",
"grapesjs-component-code-editor": "^1.0.20",
"grapesjs-parser-postcss": "^1.0.3",
"grapesjs-plugin-ckeditor": "^1.0.1",
"grapesjs-plugin-forms": "^2.0.6",
"grapesjs-tailwind": "^1.0.11",
"next-auth-sanity": "^1.5.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.1.0",
"react-is": "^18.3.1",
"sanity": "^3.42.1",
"sanity-plugin-media": "^2.2.5",
"split.js": "^1.6.5",
"styled-components": "^6.1.8",
"vite": "^5.2.10"
},
"devDependencies": {
"@sanity/eslint-config-studio": "^3.0.1",
"@types/crypto-js": "^4.2.2",
"@types/react": "^18.3.1",
"eslint": "^8.57.0",
"install": "^0.13.0",
"prettier": "^3.2.5",
"rollup-plugin-web-worker-loader": "^1.6.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"worker-loader": "^3.0.8"
},
"prettier": {
"semi": false,
"printWidth": 100,
"bracketSpacing": true,
"singleQuote": true
}
}