UNPKG

sanity-plugin-grid

Version:

A custom input component for displaying an array of grid objects.

52 lines (51 loc) 1.36 kB
{ "name": "sanity-plugin-grid", "version": "0.0.1", "description": "A custom input component for displaying an array of grid objects.", "main": "lib/index.js", "scripts": { "build": "babel src -d lib --copy-files", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/KimPaow/sanity-plugin-grid.git" }, "keywords": [ "sanity", "grid", "sanityio", "sanity.io", "input component", "array", "array input component" ], "author": "Kim Björkman", "license": "ISC", "bugs": { "url": "https://github.com/KimPaow/sanity-plugin-grid/issues" }, "homepage": "https://github.com/KimPaow/sanity-plugin-grid#readme", "peerDependencies": { "@sanity/form-builder": "^0.144.0", "@sanity/components": "^0.144.0", "@sanity/util": "^0.147.0", "react": "^16.12.0", "prop-types": "^15.7.2" }, "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.8.4", "@babel/plugin-proposal-object-rest-spread": "^7.8.3", "@babel/preset-env": "^7.8.4", "@babel/preset-react": "^7.8.3", "babel-plugin-react-css-modules": "^5.2.6" }, "dependencies": { "get-random-values": "^1.2.0", "gsap": "^3.1.1", "plugin": "^0.3.3", "prop-types": "^15.7.2", "sanity": "^0.147.0" } }