-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.63 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
59
{
"name": "bymattlee-sanity-starter-cms",
"description": "ByMattLee Sanity Starter CMS",
"version": "1.0.0",
"private": true,
"engines": {
"node": "16.17.1"
},
"main": "package.json",
"author": "Matt Lee <[email protected]>",
"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.35.5",
"@sanity/cli": "^3.5.1",
"@sanity/components": "^2.14.0",
"@sanity/core": "^2.35.6",
"@sanity/dashboard": "^2.30.0",
"@sanity/default-layout": "^2.35.5",
"@sanity/default-login": "^2.35.5",
"@sanity/desk-tool": "^2.35.5",
"@sanity/vision": "^2.30.1",
"@u-wave/react-vimeo": "^0.9.10",
"get-youtube-id": "^1.0.1",
"luxon": "^3.3.0",
"prop-types": "^15.8",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-youtube": "^10.1.0",
"sanity-plugin-dashboard-widget-netlify": "^1.3.1",
"sanity-plugin-media": "^1.4.13",
"styled-components": "^5.3.8"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^8.35.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-standard-react": "^13.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-standard": "^5.0.0",
"prettier-eslint-cli": "^7.1.0",
"react-icons": "^4.8.0"
}
}