forked from rdunk/sanity-plugin-table
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.25 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
{
"name": "sanity-plugin-another-table",
"version": "1.0.2",
"description": "Table schema type and input component for Sanity CMS",
"main": "lib/TableComponent.js",
"scripts": {
"build": "sanipack build",
"watch": "sanipack build --watch",
"lint": "eslint . --cache && prettier --check .",
"format": "eslint . --fix --cache && prettier --write ."
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/MathisBullinger/sanity-plugin-another-table.git"
},
"author": "Mathis Bullinger <mathis@bullinger.dev>",
"keywords": [
"sanity",
"sanity-plugin"
],
"license": "MIT",
"peerDependencies": {
"@sanity/base": "^2.30.1",
"@sanity/icons": "^1.3.1",
"@sanity/ui": "^0.37.12",
"@sanity/uuid": "^3.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@types/react": "^17.0.3",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react": "^7.30.0",
"prettier": "^2.7.1",
"sanipack": "^2.1.0"
},
"bugs": {
"url": "https://github.com/MathisBullinger/sanity-plugin-another-table/issues"
},
"homepage": "https://github.com/MathisBullinger/sanity-plugin-another-table#readme"
}