UNPKG

sanity-plugin-another-table

Version:
44 lines (43 loc) 1.28 kB
{ "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" }