@maxlkatze/cms
Version:
A git based Nuxt Module CMS - zero effort, zero cost
78 lines (77 loc) • 2.19 kB
JSON
{
"name": "@maxlkatze/cms",
"version": "0.0.70",
"description": "A git based Nuxt Module CMS - zero effort, zero cost",
"repository": {
"type": "git",
"url": "git+https://github.com/maxlkatze/katzen-core.git"
},
"license": "GPL-3.0-or-later",
"type": "module",
"exports": {
".": {
"types": "./dist/types.d.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"files": [
"dist"
],
"scripts": {
"prepack": "nuxt-module-build build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release": "npm run lint && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest run",
"test:watch": "vitest watch",
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
},
"dependencies": {
"@nuxt/kit": "^3.16.1",
"@tiptap/extension-highlight": "^2.11.5",
"@tiptap/extension-placeholder": "^2.11.5",
"@tiptap/extension-link": "^2.11.5",
"@tiptap/extension-hard-break": "^2.11.5",
"@tiptap/pm": "^2.11.5",
"@tiptap/starter-kit": "^2.11.5",
"@tiptap/vue-3": "^2.11.5",
"jose": "^6.0.10",
"@nuxtjs/tailwindcss": "^6.13.2",
"unstorage": "^1.15.0"
},
"devDependencies": {
"@nuxt/devtools": "^2.3.1",
"@nuxt/eslint-config": "^1.2.0",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.16.1",
"@nuxt/test-utils": "^3.17.2",
"@types/node": "latest",
"changelogen": "^0.6.1",
"eslint": "^9.22.0",
"nuxt": "^3.16.1",
"typescript": "~5.8.2",
"vitest": "^3.0.9",
"vue-tsc": "^2.2.8"
},
"bugs": {
"url": "https://github.com/maxlkatze/katzen-core/issues"
},
"unbuild": {
"failOnWarn": false
},
"homepage": "https://github.com/maxlkatze/katzen-core#readme",
"keywords": [
"nuxt",
"katze",
"cms",
"git-based",
"filesystem"
],
"author": "maxlkatze"
}