-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
47 lines (47 loc) · 1.35 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
{
"name": "admin",
"private": true,
"version": "1.0.0",
"description": "",
"main": "package.json",
"author": "Parminder Klair <perminder.klair@gmail.com>",
"license": "MIT",
"scripts": {
"start": "sanity start",
"test": "sanity check",
"deploy": "sanity deploy",
"deploy-graphql": "sanity graphql deploy",
"now-dev": "http-server -s -p $PORT",
"now-build": "sanity build",
"import": "sanity dataset import production.tar.gz production"
},
"keywords": [
"sanity"
],
"dependencies": {
"@sanity/base": "^2.1.3",
"@sanity/color-input": "^2.1.0",
"@sanity/components": "^2.1.0",
"@sanity/core": "^2.1.2",
"@sanity/dashboard": "^2.1.0",
"@sanity/default-layout": "^2.1.3",
"@sanity/default-login": "^2.1.0",
"@sanity/desk-tool": "^2.1.3",
"@sanity/vision": "^2.1.0",
"http-server": "^0.12.3",
"prop-types": "^15.7",
"react": "^17.0",
"react-barcode": "^1.4.0",
"react-dom": "^17.0",
"sanity-plugin-asset-source-unsplash": "^0.1.3",
"sanity-plugin-content-model-graph": "^1.1.1",
"sanity-plugin-dashboard-widget-netlify": "^1.0.1",
"sanity-plugin-dashboard-widget-notes": "^0.3.2",
"sanity-plugin-markdown": "^1.0.1",
"sanity-plugin-media": "^0.4.0",
"sanity-plugin-seo-tools": "^1.0.6"
},
"devDependencies": {
"@sanity/cli": "^2.1.0"
}
}