UNPKG

phantomcms

Version:

PhantomCMS is provider of on page text editing functionality for React components.

49 lines (48 loc) 939 B
{ "name": "phantomcms", "version": "1.0.8", "description": "PhantomCMS is provider of on page text editing functionality for React components.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/Junkiez/PhantomCMS.git" }, "files": [ "LICENCE", "README.md", "tsconfig.json", "dist", "src" ], "keywords": [ "cms", "react", "next", "headless", "kv", "content", "edit", "database", "unstorage", "upstash", "typescript", "ssr" ], "author": "KAZE", "license": "ISC", "bugs": { "url": "https://github.com/Junkiez/PhantomCMS/issues" }, "homepage": "https://github.com/Junkiez/PhantomCMS#readme", "dependencies": { "react": "latest" }, "devDependencies": { "@types/react": "^18.2.48", "typescript": "^5.3.3" } }