-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 939 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
38
39
40
41
42
43
44
{
"name": "materialthemechangelog",
"private": true,
"version": "1.0.0",
"description": "Material Theme Changelog on Sanity.io",
"main": "package.json",
"license": "Apache 2.0",
"scripts": {
"start": "sanity start",
"deploy": "sanity deploy",
"test": "xo && sanity check",
"test-travis": "xo"
},
"keywords": [
"sanity"
],
"dependencies": {
"@sanity/base": "^0.147.6",
"@sanity/components": "^0.147.6",
"@sanity/core": "^0.147.6",
"@sanity/default-layout": "^0.147.6",
"@sanity/default-login": "^0.147.0",
"@sanity/desk-tool": "^0.147.7",
"prop-types": "^15.6",
"react": "^16.2",
"react-dom": "^16.2"
},
"devDependencies": {
"xo": "0.25.3"
},
"xo": {
"space": true,
"rules": {
"max-len": [
"error",
{
"code": 120,
"ignoreUrls": true
}
],
"capitalized-comments": "off"
}
}
}