UNPKG

nuxt-toc

Version:

A nuxt.js module for Table of Contents (TOC)

87 lines (86 loc) 2.9 kB
{ "name": "nuxt-toc", "version": "2.7.2", "description": "A nuxt.js module for Table of Contents (TOC)", "repository": "https://github.com/hanyujie2002/nuxt-toc", "author": "hanyujie2002", "keywords": [ "Nuxt", "TOC", "Table of Contents" ], "license": "MIT", "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 test && npm run prepack && changelogen --release --minor && npm publish && git push --follow-tags", "release:patch": "npm run lint && npm run test && npm run prepack && changelogen --release --patch && npm publish && git push --follow-tags", "release:minor": "npm run lint && npm run test && npm run prepack && changelogen --release --minor && npm publish && git push --follow-tags", "release:major": "npm run lint && npm run test && npm run prepack && changelogen --release --major && npm publish && git push --follow-tags", "lint": "eslint .", "test": "vitest run", "test:watch": "vitest watch", "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit" }, "dependencies": { "@nuxt/kit": "^3.12.4" }, "devDependencies": { "@nuxt/devtools": "^1.3.9", "@nuxt/eslint-config": "^0.3.13", "@nuxt/module-builder": "^0.8.1", "@nuxt/schema": "^3.12.4", "@nuxt/test-utils": "^3.14.1", "@types/node": "^20.14.11", "changelogen": "^0.5.5", "nuxt": "^3.12.4", "typescript": "latest", "vitest": "^2.0.3", "vue-tsc": "^2.0.26", "@iconify-json/catppuccin": "1.2.0", "@iconify-json/mdi": "1.2.0", "@iconify-json/tabler": "^1.2.2", "@nuxt/eslint": "^0.5.7", "@nuxt/icon": "^1.5.1", "@nuxt/image": "1.8.0", "@nuxtjs/i18n": "^8.5.3", "autoprefixer": "^10.4.20", "eslint": "^9.10.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-vue": "^9.28.0", "postcss": "^8.4.45", "prettier": "^3.3.3", "prettier-plugin-tailwindcss": "^0.6.6", "tailwindcss": "^3.4.10", "vue": "^3.5.3", "vue-router": "^4.4.5", "@nuxt/content": "^2.10.0", "mermaid": "^11.1.1", "postcss-custom-properties": "^14.0.0", "rehype-katex": "^7.0.0", "remark-gfm": "^4.0.0", "remark-math": "^6.0.0", "remark-mermaid": "^0.2.0", "shiki": "^1.17.6", "ufo": "^1.5.4", "unist-util-visit": "^5.0.0", "vue-awesome-paginate": "^1.2.0" }, "packageManager": "npm@10.8.1" }