-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 960 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
38
{
"name": "gitatest",
"private": true,
"version": "1.0.0",
"description": "",
"main": "package.json",
"author": "Bhargav Ponnapalli <imbhargav5@gmail.com>",
"license": "UNLICENSED",
"scripts": {
"start": "sanity start",
"build": "sanity build"
},
"keywords": [
"sanity"
],
"dependencies": {
"@sanity/base": "^2.8.0",
"@sanity/client": "^2.8.0",
"@sanity/components": "^2.2.6",
"@sanity/core": "^2.8.0",
"@sanity/dashboard": "^2.7.0",
"@sanity/default-layout": "^2.8.0",
"@sanity/default-login": "^2.8.0",
"@sanity/desk-tool": "^2.8.0",
"@sanity/google-maps-input": "^2.8.0",
"@sanity/ui": "^0.33.16",
"@sanity/vision": "^2.8.0",
"lodash": "^4.17.21",
"node-jq": "^1.12.0",
"prop-types": "^15.7",
"react": "^17.0",
"react-dom": "^17.0",
"react-icons": "^3.11.0",
"sanity-plugin-intl-input": "^5.0.6",
"uuid": "^8.3.2"
},
"devDependencies": {}
}