-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.02 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
{
"private": true,
"name": "demo-custom-workflow",
"version": "1.0.0",
"description": "A demonstration of a custom publishing workflow using Sanity.",
"main": "package.json",
"author": "Sanity.io <[email protected]>",
"license": "UNLICENSED",
"scripts": {
"dev": "sanity start",
"start": "sanity start",
"test": "sanity check",
"delete-metadata": "sanity exec --with-user-token app/scripts/deleteWorkflowDocs.js"
},
"keywords": [
"sanity"
],
"dependencies": {
"@sanity/base": "^1.150.3",
"@sanity/components": "^1.150.3",
"@sanity/core": "^1.150.3",
"@sanity/default-layout": "^1.150.3",
"@sanity/default-login": "^1.150.1",
"@sanity/desk-tool": "^1.150.4",
"@sanity/react-hooks": "^1.150.4",
"@sanity/vision": "^1.150.1",
"gatsby-source-sanity": "^6.0.4",
"get-youtube-id": "^1.0.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-use-gesture": "^7.0.4",
"react-youtube": "^7.11.3",
"sanity-plugin-asset-source-unsplash": "^0.1.3"
}
}