-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.09 KB
/
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
39
40
41
42
43
44
45
{
"name": "wmpca",
"private": true,
"version": "1.0.0",
"description": "",
"main": "package.json",
"author": "New Front Door <support@newfrontdoor.com>",
"license": "UNLICENSED",
"scripts": {
"start": "sanity start",
"test": "sanity check"
},
"keywords": [
"sanity"
],
"dependencies": {
"@sanity/base": "^2.36.2",
"@sanity/components": "^2.14.0",
"@sanity/core": "^2.36.2",
"@sanity/dashboard": "^2.36.0",
"@sanity/data-aspects": "^2.35.3",
"@sanity/default-layout": "^2.36.2",
"@sanity/default-login": "^2.36.2",
"@sanity/desk-tool": "^2.36.2",
"@sanity/form-builder": "^2.36.2",
"@sanity/structure": "^2.36.2",
"@sanity/vision": "^2.36.2",
"@u-wave/react-vimeo": "^0.8.1",
"get-video-id": "^3.1.4",
"prop-types": "^15.6",
"react": "16.14.0",
"react-audio-player": "^0.11.1",
"react-dom": "16.14.0",
"react-dropzone": "^10.2.1",
"react-icons": "^3.8.0",
"react-props-stream": "^1.0.1",
"react-youtube": "^7.9.0",
"rxjs": "^7.8.1",
"sanity-plugin-dashboard-widget-feed": "^0.1.3",
"styled-components": "^5.2.0"
},
"volta": {
"node": "16.20.2"
}
}