forked from Trust-Support/millieu-sanity-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 924 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": "pohfleppinpractice",
"private": true,
"version": "1.0.0",
"description": "",
"main": "package.json",
"author": "PWR <[email protected]>",
"license": "UNLICENSED",
"scripts": {
"start": "sanity start",
"test": "sanity check",
"build": "sanity build"
},
"keywords": [
"sanity"
],
"dependencies": {
"@sanity/base": "^2.7.2",
"@sanity/color-input": "^2.2.6",
"@sanity/components": "^2.2.6",
"@sanity/core": "^2.7.2",
"@sanity/default-layout": "^2.7.2",
"@sanity/default-login": "^2.7.0",
"@sanity/desk-tool": "^2.7.2",
"@sanity/vision": "^2.7.3",
"classnames": "^2.2.6",
"date-fns": "^2.16.1",
"get-video-id": "^3.1.4",
"prop-types": "^15.6",
"react": "^16.2",
"react-dom": "^16.2",
"react-icons": "^4.1.0",
"sanity-plugin-color-list": "^1.2.1",
"sanity-plugin-mux-input": "^0.2.1"
},
"devDependencies": {}
}