-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 897 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
{
"name": "salmondotterel",
"private": true,
"version": "1.0.0",
"description": "",
"main": "package.json",
"author": "CrypticzXI",
"license": "UNLICENSED",
"scripts": {
"start": "sanity start",
"test": "sanity check",
"build": "sanity build --output public -y"
},
"keywords": [
"sanity"
],
"dependencies": {
"@sanity/base": "^2.29.8",
"@sanity/core": "^2.29.5",
"@sanity/default-layout": "^2.29.8",
"@sanity/default-login": "^2.29.8",
"@sanity/desk-tool": "^2.29.8",
"@sanity/eslint-config-studio": "^2.0.0",
"@sanity/orderable-document-list": "^0.0.10",
"@sanity/vision": "^2.29.8",
"eslint": "^8.6.0",
"prop-types": "^15.7",
"react": "^17.0",
"react-dom": "^17.0",
"sanity-plugin-color-picker": "^1.0.3",
"styled-components": "^5.2.0"
},
"devDependencies": {
"@sanity/cli": "^2.29.8"
}
}