forked from bymattlee/bymattlee-sanity-studio-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.59 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "bymattlee-sanity-starter-cms",
"private": true,
"version": "1.0.0",
"description": "ByMattLee Sanity Starter CMS",
"main": "package.json",
"author": "Matt Lee <[email protected]>",
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"start": "sanity start",
"build": "sanity build",
"deploy": "sanity deploy",
"format": "prettier-eslint --write $PWD/\"**/*.js\" $PWD/\"!node_modules/**\"",
"lint": "eslint .",
"test": "sanity check"
},
"keywords": [
"bymattlee",
"sanity",
"starter",
"cms"
],
"dependencies": {
"@sanity/base": "^2.2.3",
"@sanity/cli": "^2.2.3",
"@sanity/components": "^2.1.4",
"@sanity/core": "^2.2.3",
"@sanity/dashboard": "^2.1.4",
"@sanity/default-layout": "^2.2.3",
"@sanity/default-login": "^2.1.4",
"@sanity/desk-tool": "^2.2.3",
"@sanity/vision": "^2.1.4",
"@u-wave/react-vimeo": "^0.9.2",
"get-youtube-id": "^1.0.1",
"luxon": "^1.25.0",
"prop-types": "^15.7",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-youtube": "^7.13.1",
"sanity-plugin-dashboard-widget-netlify": "^1.0.1",
"sanity-plugin-media": "^1.0.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.18.0",
"eslint-config-standard": "^16.0.2",
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-standard": "^5.0.0",
"prettier-eslint-cli": "^5.0.0",
"react-icons": "^4.1.0"
}
}