|
3 | 3 | "type": "module", |
4 | 4 | "version": "0.5.0", |
5 | 5 | "packageManager": "pnpm@9.10.0", |
6 | | - "description": "Vue 3 component library starter template, provides VitePress documentation, supports building ESM, CJS and IIFE formats. ", |
| 6 | + "description": "Vue 3 component library starter template, provides VitePress documentation, supports building ESM, CJS and UMD formats. ", |
7 | 7 | "author": "Kieran Wang <kieranwme@gmail.com> (https://github.com/kieranwv/)", |
8 | 8 | "license": "MIT", |
9 | 9 | "homepage": "https://github.com/starter-collective/starter-lib-vue3#readme", |
|
25 | 25 | ], |
26 | 26 | "exports": { |
27 | 27 | ".": { |
28 | | - "types": "./dist/index.d.ts", |
29 | | - "import": "./dist/index.js", |
30 | | - "require": "./dist/index.cjs" |
| 28 | + "types": "./dist/es/index.d.ts", |
| 29 | + "import": "./dist/es/index.js", |
| 30 | + "require": "./dist/lib/index.cjs" |
31 | 31 | }, |
32 | 32 | "./*": "./*", |
33 | | - "./volar": "./dist/volar.d.ts", |
34 | | - "./style.css": "./dist/style.css" |
| 33 | + "./volar": "./dist/volar.d.ts" |
35 | 34 | }, |
36 | | - "main": "dist/index.cjs", |
37 | | - "module": "dist/index.js", |
38 | | - "unpkg": "dist/index.global.js", |
39 | | - "jsdelivr": "dist/index.global.js", |
40 | | - "types": "dist/index.d.ts", |
| 35 | + "main": "dist/lib/index.cjs", |
| 36 | + "module": "dist/es/index.js", |
| 37 | + "unpkg": "dist/umd/index.js", |
| 38 | + "jsdelivr": "dist/umd/index.js", |
| 39 | + "types": "dist/es/index.d.ts", |
41 | 40 | "files": [ |
42 | 41 | "dist" |
43 | 42 | ], |
|
64 | 63 | "vue": "^3.2.0" |
65 | 64 | }, |
66 | 65 | "devDependencies": { |
67 | | - "@antfu/eslint-config": "^4.12.0", |
| 66 | + "@antfu/eslint-config": "^4.13.0", |
68 | 67 | "@types/jsdom": "^21.1.7", |
69 | 68 | "@types/markdown-it": "^14.1.2", |
70 | | - "@types/node": "^22.14.0", |
| 69 | + "@types/node": "^22.15.14", |
71 | 70 | "@vitejs/plugin-vue": "^5.2.3", |
72 | 71 | "@vitejs/plugin-vue-jsx": "^4.1.2", |
73 | 72 | "@vue/test-utils": "^2.4.6", |
74 | 73 | "@vueuse/core": "^13.1.0", |
75 | 74 | "bumpp": "^10.1.0", |
76 | | - "eslint": "^9.24.0", |
77 | | - "jsdom": "^26.0.0", |
78 | | - "lint-staged": "^15.5.0", |
| 75 | + "cssnano": "^7.0.7", |
| 76 | + "eslint": "^9.26.0", |
| 77 | + "jsdom": "^26.1.0", |
| 78 | + "lint-staged": "^15.5.2", |
79 | 79 | "markdown-it": "^14.1.0", |
80 | 80 | "markdown-it-container": "^4.0.0", |
| 81 | + "postcss": "^8.5.3", |
81 | 82 | "rimraf": "^6.0.1", |
82 | | - "shiki": "^3.2.2", |
83 | | - "simple-git-hooks": "^2.12.1", |
| 83 | + "shiki": "^3.4.0", |
| 84 | + "simple-git-hooks": "^2.13.0", |
84 | 85 | "typescript": "^5.8.3", |
85 | | - "unplugin-vue-components": "^28.4.1", |
86 | | - "vite": "^6.2.6", |
| 86 | + "unplugin-vue-components": "^28.5.0", |
| 87 | + "vite": "^6.3.5", |
| 88 | + "vite-plugin-bundle-styles": "0.1.0-beta.1", |
87 | 89 | "vite-plugin-dts": "^4.5.3", |
88 | 90 | "vite-plugin-static-copy": "^2.3.1", |
89 | 91 | "vitepress": "^1.6.3", |
90 | | - "vitest": "^3.1.1", |
| 92 | + "vitest": "^3.1.3", |
91 | 93 | "vue": "^3.5.13", |
92 | | - "vue-tsc": "^2.2.8" |
| 94 | + "vue-tsc": "^2.2.10" |
93 | 95 | }, |
94 | 96 | "simple-git-hooks": { |
95 | 97 | "pre-commit": "pnpm lint-staged" |
|
0 commit comments