|
| 1 | +{ |
| 2 | + "name": "@nolebase/sidecar-annotations", |
| 3 | + "type": "module", |
| 4 | + "version": "1.1.1", |
| 5 | + "description": "A VitePress plugin that adds a inline popup to help you preview links while reading.", |
| 6 | + "author": { |
| 7 | + "name": "Nólëbase", |
| 8 | + "email": "nolebase@ayaka.moe", |
| 9 | + "url": "https://github.com/nolebase" |
| 10 | + }, |
| 11 | + "license": "MIT", |
| 12 | + "homepage": "https://nolebase-integrations.ayaka.io/pages/en/integrations/vitepress-plugin-inline-link-preview/", |
| 13 | + "repository": { |
| 14 | + "type": "git", |
| 15 | + "url": "https://github.com/nolebase/integrations.git", |
| 16 | + "directory": "packages/vitepress-plugin-inline-link-preview" |
| 17 | + }, |
| 18 | + "keywords": [ |
| 19 | + "vitepress", |
| 20 | + "nolebase", |
| 21 | + "a11y", |
| 22 | + "readabilities", |
| 23 | + "markdown", |
| 24 | + "vitepress-plugin", |
| 25 | + "nolebase-integration" |
| 26 | + ], |
| 27 | + "sideEffects": false, |
| 28 | + "exports": { |
| 29 | + ".": { |
| 30 | + "types": "./dist/index.d.ts", |
| 31 | + "import": "./dist/index.js", |
| 32 | + "require": "./dist/index.umd.cjs" |
| 33 | + }, |
| 34 | + "./dist/style.css": "./dist/style.css" |
| 35 | + }, |
| 36 | + "main": "./dist/index.umd.cjs", |
| 37 | + "module": "./dist/index.js", |
| 38 | + "types": "./dist/index.d.ts", |
| 39 | + "files": [ |
| 40 | + "dist", |
| 41 | + "package.json", |
| 42 | + "README.md" |
| 43 | + ], |
| 44 | + "scripts": { |
| 45 | + "stub": "concurrently \"nr dev\" \"nr emit-types\"", |
| 46 | + "dev": "vite build --mode development --watch", |
| 47 | + "emit-types": "vue-tsc --declaration --emitDeclarationOnly", |
| 48 | + "build": "vite build && vue-tsc --declaration --emitDeclarationOnly" |
| 49 | + }, |
| 50 | + "peerDependencies": { |
| 51 | + "vue": ">=3.2.0" |
| 52 | + }, |
| 53 | + "devDependencies": { |
| 54 | + "@iconify-json/tabler": "^1.1.92", |
| 55 | + "@vitejs/plugin-vue": "^4.3.4", |
| 56 | + "@vueuse/core": "^10.4.1", |
| 57 | + "less": "^4.2.0", |
| 58 | + "unocss": "^0.55.7", |
| 59 | + "vite": "^4.4.9", |
| 60 | + "vue": "^3.3.4", |
| 61 | + "vue-tsc": "^1.8.11" |
| 62 | + } |
| 63 | +} |
0 commit comments