|
3 | 3 | "version": "0.1.1",
|
4 | 4 | "packageManager": "[email protected]",
|
5 | 5 | "description": "Compile Markdown to Vue component",
|
6 |
| - "keywords": [ |
7 |
| - "vite", |
8 |
| - "vite-plugin", |
9 |
| - "markdown-it" |
10 |
| - ], |
| 6 | + "author": "Anthony Fu <[email protected]>", |
11 | 7 | "license": "MIT",
|
| 8 | + "funding": "https://github.com/sponsors/antfu", |
| 9 | + "homepage": "https://github.com/antfu/vite-plugin-vue-markdown", |
12 | 10 | "repository": {
|
13 | 11 | "type": "git",
|
14 | 12 | "url": "https://github.com/antfu/vite-plugin-vue-markdown"
|
15 | 13 | },
|
16 |
| - "funding": "https://github.com/sponsors/antfu", |
17 |
| - "author": "Anthony Fu <[email protected]>", |
18 |
| - "files": [ |
19 |
| - "dist" |
| 14 | + "bugs": "https://github.com/antfu/vite-plugin-vue-markdown/issues", |
| 15 | + "keywords": [ |
| 16 | + "vite", |
| 17 | + "vite-plugin", |
| 18 | + "markdown-it" |
20 | 19 | ],
|
21 |
| - "main": "./dist/index.js", |
22 |
| - "module": "./dist/index.mjs", |
23 | 20 | "exports": {
|
24 | 21 | ".": {
|
25 |
| - "import": "./dist/index.mjs", |
26 |
| - "require": "./dist/index.js" |
| 22 | + "require": "./dist/index.js", |
| 23 | + "import": "./dist/index.mjs" |
27 | 24 | }
|
28 | 25 | },
|
| 26 | + "main": "./dist/index.js", |
| 27 | + "module": "./dist/index.mjs", |
29 | 28 | "types": "./dist/index.d.ts",
|
30 |
| - "homepage": "https://github.com/antfu/vite-plugin-vue-markdown", |
31 |
| - "bugs": "https://github.com/antfu/vite-plugin-vue-markdown/issues", |
| 29 | + "files": [ |
| 30 | + "dist" |
| 31 | + ], |
32 | 32 | "scripts": {
|
33 | 33 | "dev": "npm run build -- --watch",
|
34 | 34 | "example:dev": "cp README.md example/README.md && npm -C example run dev",
|
|
51 | 51 | "markdown-it": "^13.0.1"
|
52 | 52 | },
|
53 | 53 | "devDependencies": {
|
54 |
| - "@antfu/eslint-config": "^0.25.1", |
55 |
| - "@antfu/ni": "^0.16.2", |
| 54 | + "@antfu/eslint-config": "^0.25.2", |
| 55 | + "@antfu/ni": "^0.16.3", |
56 | 56 | "@types/node": "^18.0.0",
|
57 | 57 | "@vue/test-utils": "^2.0.1",
|
58 |
| - "bumpp": "^8.2.0", |
| 58 | + "bumpp": "^8.2.1", |
59 | 59 | "eslint": "^8.18.0",
|
60 |
| - "rollup": "^2.75.6", |
| 60 | + "rollup": "^2.75.7", |
61 | 61 | "tsup": "^6.1.2",
|
62 | 62 | "typescript": "^4.7.4",
|
63 |
| - "vite": "^2.9.12", |
64 |
| - "vitest": "^0.15.1" |
| 63 | + "vite": "^2.9.13", |
| 64 | + "vitest": "^0.16.0" |
65 | 65 | }
|
66 | 66 | }
|
0 commit comments