UNPKG

nuxt-codemirror

Version:
82 lines (81 loc) 2.47 kB
{ "name": "nuxt-codemirror", "version": "0.0.16", "description": "Nuxt codemirror module", "repository": "https://github.com/ThimoDEV/nuxt-codemirror", "homepage": "https://github.com/ThimoDEV/nuxt-codemirror#readme", "license": "MIT", "type": "module", "author": { "name": "ThimoDEV", "url": "https://github.com/ThimoDEV" }, "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 test && npm run prepack && changelogen --release && npm publish && git push --follow-tags", "client:build": "nuxt prepare client && nuxi generate client", "client:dev": "nuxi dev client --port 3300", "docs": "nuxt dev docs", "docs:build": "nuxt build docs", "docs:prepare": "nuxt prepare docs", "docs:dev": "nuxt dev docs", "docs:preview": "nuxt preview docs", "docs:start": "node .output/server/index.mjs", "lint": "eslint .", "lint:fix": "eslint --fix .", "test": "vitest run", "test:watch": "vitest watch", "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit" }, "dependencies": { "@babel/runtime": "^7.26.10", "@codemirror/autocomplete": "^6.18.6", "@codemirror/commands": "^6.8.0", "@codemirror/language": "^6.10.8", "@codemirror/lint": "^6.8.4", "@codemirror/search": "^6.5.10", "@codemirror/state": "6.5.2", "@codemirror/theme-one-dark": "^6.1.2", "@codemirror/view": "6.36.4", "@nuxt/kit": "^3.16.1" }, "devDependencies": { "@nuxt/devtools": "^2.2.1", "@nuxt/devtools-ui-kit": "^1.6.4", "@nuxt/eslint-config": "^1.2.0", "@nuxt/module-builder": "^0.8.4", "@nuxt/schema": "^3.16.0", "@nuxt/test-utils": "^3.17.2", "@types/node": "^22.13.10", "changelogen": "^0.6.1", "eslint": "^9.22.0", "nuxt": "^3.16.0", "typescript": "5.3.2", "vitest": "^3.0.8", "vue-tsc": "2.0.29" }, "resolutions": { "vue-tsc": "2.2.2" }, "keywords": [ "nuxt", "codemirror", "vue" ], "packageManager": "pnpm@10.6.5" }