-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 868 Bytes
/
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
{
"name": "roadtrip",
"private": true,
"version": "1.0.0",
"description": "",
"main": "package.json",
"author": "shur singh <[email protected]>",
"license": "UNLICENSED",
"scripts": {
"start": "sanity start",
"test": "sanity check",
"build": "sanity build public -y"
},
"keywords": [
"sanity"
],
"dependencies": {
"@sanity/base": "^2.7.1",
"@sanity/components": "^2.2.6",
"@sanity/core": "^2.7.1",
"@sanity/default-layout": "^2.7.1",
"@sanity/default-login": "^2.7.0",
"@sanity/desk-tool": "^2.7.1",
"@sanity/vision": "^2.7.0",
"prop-types": "^15.7",
"react": "^17.0",
"react-dom": "^17.0",
"use-deep-compare-effect": "^1.6.1"
},
"devDependencies": {
"@sanity/cli": "^2.7.2"
},
"repository": {
"type": "git",
"url": "[email protected]:svirs/road-trip.git"
}
}