-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 847 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
{
"name": "joey-yax",
"private": true,
"version": "1.0.0",
"description": "",
"main": "package.json",
"author": "Joey Yax <[email protected]>",
"license": "UNLICENSED",
"scripts": {
"start": "sanity start",
"build": "sanity build"
},
"keywords": [
"sanity"
],
"dependencies": {
"@sanity/base": "^2.35.0",
"@sanity/core": "^2.35.0",
"@sanity/default-layout": "^2.35.0",
"@sanity/default-login": "^2.35.0",
"@sanity/desk-tool": "^2.35.1",
"@sanity/eslint-config-studio": "^2.0.0",
"@sanity/orderable-document-list": "^0.0.10",
"@sanity/vision": "^2.35.0",
"eslint": "^8.6.0",
"prop-types": "^15.7",
"react": "^17.0",
"react-dom": "^17.0",
"sanity-plugin-better-slug": "^1.0.0",
"sanity-plugin-color-picker": "^1.0.3",
"styled-components": "^5.2.0"
}
}