|
| 1 | +{ |
| 2 | + "name": "@vuepress/plugin-demo", |
| 3 | + "version": "2.0.0-rc.61", |
| 4 | + "description": "VuePress plugin - demo", |
| 5 | + "keywords": [ |
| 6 | + "vuepress-plugin", |
| 7 | + "vuepress", |
| 8 | + "plugin", |
| 9 | + "markdown", |
| 10 | + "demo" |
| 11 | + ], |
| 12 | + "homepage": "https://ecosystem.vuejs.press/plugins/markdown/demo.html", |
| 13 | + "bugs": { |
| 14 | + "url": "https://github.com/vuepress/ecosystem/issues" |
| 15 | + }, |
| 16 | + "repository": { |
| 17 | + "type": "git", |
| 18 | + "url": "git+https://github.com/vuepress/ecosystem.git", |
| 19 | + "directory": "plugins/markdown/plugin-demo" |
| 20 | + }, |
| 21 | + "license": "MIT", |
| 22 | + "author": { |
| 23 | + "name": "Mr.Hope", |
| 24 | + |
| 25 | + "url": "https://mister-hope.com" |
| 26 | + }, |
| 27 | + "type": "module", |
| 28 | + "exports": { |
| 29 | + ".": "./lib/node/index.js", |
| 30 | + "./package.json": "./package.json" |
| 31 | + }, |
| 32 | + "main": "./lib/node/index.js", |
| 33 | + "types": "./lib/node/index.d.ts", |
| 34 | + "files": [ |
| 35 | + "lib" |
| 36 | + ], |
| 37 | + "scripts": { |
| 38 | + "build": "tsc -b tsconfig.build.json", |
| 39 | + "bundle": "rollup -c rollup.config.ts --configPlugin esbuild", |
| 40 | + "clean": "rimraf --glob ./lib ./*.tsbuildinfo", |
| 41 | + "style": "sass src:lib --embed-sources --style=compressed" |
| 42 | + }, |
| 43 | + "dependencies": { |
| 44 | + "@mdit/plugin-alert": "^0.13.1", |
| 45 | + "@mdit/plugin-container": "^0.13.1", |
| 46 | + "@mdit/plugin-demo": "^0.13.1", |
| 47 | + "@types/markdown-it": "^14.1.2", |
| 48 | + "@vuepress/helper": "workspace:*", |
| 49 | + "@vueuse/core": "^12.0.0", |
| 50 | + "balloon-css": "^1.2.0", |
| 51 | + "vue": "^3.5.13" |
| 52 | + }, |
| 53 | + "peerDependencies": { |
| 54 | + "vuepress": "2.0.0-rc.18" |
| 55 | + }, |
| 56 | + "devDependencies": { |
| 57 | + "@types/babel__core": "7.20.5", |
| 58 | + "markdown-it": "^14.1.0" |
| 59 | + }, |
| 60 | + "publishConfig": { |
| 61 | + "access": "public" |
| 62 | + } |
| 63 | +} |
0 commit comments