UNPKG

@vyuh/sanity-schema-system

Version:

Essential building block schemas for using the Sanity CMS with the Vyuh Framework

64 lines 1.39 kB
{ "name": "@vyuh/sanity-schema-system", "version": "2.0.5", "description": "Essential building block schemas for using the Sanity CMS with the Vyuh Framework", "homepage": "https://vyuh.tech", "repository": { "type": "git", "url": "https://github.com/vyuh-tech/vyuh" }, "bugs": { "url": "https://github.com/vyuh-tech/vyuh/issues" }, "type": "module", "keywords": [ "sanity", "schema", "vyuh", "framework", "system" ], "author": { "name": "Pavan Podila", "url": "https://vyuh.tech" }, "license": "MIT", "dependencies": { "@sanity/icons": "^3.7.0", "@sanity/ui": "^2.15.17", "@vyuh/sanity-schema-core": "^2.0.5", "lodash-es": "^4.17.21", "react-icons": "^5.5.0", "sanity": "^3.88.3" }, "devDependencies": { "@types/lodash-es": "^4.17.12", "@types/node": "^22.15.18", "@types/react": "^19.1.4", "@typescript-eslint/eslint-plugin": "^8.32.1", "@typescript-eslint/parser": "^8.32.1", "eslint": "^9.26.0", "tsup": "^8.4.0", "typescript": "^5.8.3" }, "peerDependencies": { "react": "^18.3.1", "react-dom": "^18.3.1" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "*.md", "dist" ], "publishConfig": { "access": "public" }, "scripts": { "build": "tsup" } }