generated from shiftwalk/shiftwalk-sanity-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.14 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
{
"name": "west-of-west-studio",
"private": true,
"version": "1.0.0",
"description": "",
"main": "package.json",
"author": "Sam Goddard <[email protected]>",
"license": "UNLICENSED",
"scripts": {
"start": "sanity start",
"build": "sanity build public -y"
},
"keywords": [
"sanity"
],
"dependencies": {
"@sanity/base": "^2.30.0",
"@sanity/components": "^2.14.0",
"@sanity/core": "^2.30.0",
"@sanity/dashboard": "^2.30.0",
"@sanity/default-layout": "^2.30.0",
"@sanity/default-login": "^2.30.0",
"@sanity/desk-tool": "^2.30.0",
"@sanity/orderable-document-list": "^0.0.10",
"@sanity/production-preview": "^2.29.3",
"@sanity/vision": "^2.30.0",
"prop-types": "^15.7",
"react": "^17.0",
"react-dom": "^17.0",
"react-icons": "^4.2.0",
"react-use": "^17.4.0",
"sanity-mobile-preview": "^1.0.8",
"sanity-plugin-media": "^1.3.1",
"sanity-plugin-note-field": "^1.1.4",
"sanity-plugin-order-documents": "^0.0.19",
"sanity-plugin-vercel-deploy": "^2.0.1",
"styled-components": "^5.2.0"
},
"devDependencies": {
"@sanity/cli": "^2.13.0"
}
}