|
1 | 1 | { |
2 | 2 | "name": "unplugin-vue", |
| 3 | + "type": "module", |
3 | 4 | "version": "7.0.8", |
4 | | - "packageManager": "pnpm@10.22.0", |
| 5 | + "packageManager": "pnpm@10.24.0", |
5 | 6 | "description": "Transform Vue 3 SFC to JavaScript.", |
6 | | - "type": "module", |
| 7 | + "author": "Kevin Deng <sxzz@sxzz.moe>", |
| 8 | + "license": "MIT", |
| 9 | + "funding": "https://github.com/sponsors/sxzz", |
| 10 | + "homepage": "https://github.com/unplugin/unplugin-vue#readme", |
| 11 | + "repository": { |
| 12 | + "type": "git", |
| 13 | + "url": "git+https://github.com/unplugin/unplugin-vue.git" |
| 14 | + }, |
| 15 | + "bugs": { |
| 16 | + "url": "https://github.com/unplugin/unplugin-vue/issues" |
| 17 | + }, |
7 | 18 | "keywords": [ |
8 | 19 | "vue", |
9 | 20 | "sfc", |
|
13 | 24 | "rollup", |
14 | 25 | "esbuild" |
15 | 26 | ], |
16 | | - "license": "MIT", |
17 | | - "homepage": "https://github.com/unplugin/unplugin-vue#readme", |
18 | | - "bugs": { |
19 | | - "url": "https://github.com/unplugin/unplugin-vue/issues" |
20 | | - }, |
21 | | - "repository": { |
22 | | - "type": "git", |
23 | | - "url": "git+https://github.com/unplugin/unplugin-vue.git" |
24 | | - }, |
25 | | - "author": "Kevin Deng <sxzz@sxzz.moe>", |
26 | | - "funding": "https://github.com/sponsors/sxzz", |
27 | | - "files": [ |
28 | | - "dist" |
29 | | - ], |
30 | | - "main": "./dist/index.mjs", |
31 | | - "module": "./dist/index.mjs", |
32 | | - "types": "./dist/index.d.mts", |
33 | 27 | "exports": { |
34 | 28 | ".": "./dist/index.mjs", |
35 | 29 | "./api": "./dist/api.mjs", |
|
42 | 36 | "./webpack": "./dist/webpack.mjs", |
43 | 37 | "./package.json": "./package.json" |
44 | 38 | }, |
| 39 | + "main": "./dist/index.mjs", |
| 40 | + "module": "./dist/index.mjs", |
| 41 | + "types": "./dist/index.d.mts", |
45 | 42 | "typesVersions": { |
46 | 43 | "*": { |
47 | 44 | "*": [ |
|
50 | 47 | ] |
51 | 48 | } |
52 | 49 | }, |
| 50 | + "files": [ |
| 51 | + "dist" |
| 52 | + ], |
| 53 | + "engines": { |
| 54 | + "node": ">=20.19.0" |
| 55 | + }, |
53 | 56 | "scripts": { |
54 | 57 | "test": "vitest", |
55 | 58 | "build": "tsdown", |
|
65 | 68 | "dependencies": { |
66 | 69 | "@jridgewell/gen-mapping": "^0.3.13", |
67 | 70 | "@jridgewell/trace-mapping": "^0.3.31", |
68 | | - "@vue/reactivity": "^3.5.24", |
69 | | - "obug": "^2.0.0", |
70 | | - "unplugin": "^2.3.10", |
71 | | - "vite": "^7.2.2" |
| 71 | + "@vue/reactivity": "^3.5.25", |
| 72 | + "obug": "^2.1.1", |
| 73 | + "unplugin": "^2.3.11", |
| 74 | + "vite": "^7.2.6" |
72 | 75 | }, |
73 | 76 | "devDependencies": { |
74 | 77 | "@babel/types": "^7.28.5", |
75 | 78 | "@farmfe/core": "2.0.0-nightly-20250411141103", |
76 | | - "@sxzz/eslint-config": "^7.3.0", |
77 | | - "@sxzz/prettier-config": "^2.2.5", |
78 | | - "@sxzz/test-utils": "^0.5.12", |
| 79 | + "@sxzz/eslint-config": "^7.4.1", |
| 80 | + "@sxzz/prettier-config": "^2.2.6", |
| 81 | + "@sxzz/test-utils": "^0.5.13", |
79 | 82 | "@types/node": "^24.10.1", |
80 | 83 | "@vitejs/plugin-vue": "^6.0.2", |
81 | | - "@vitest/ui": "^4.0.10", |
82 | | - "bumpp": "^10.3.1", |
| 84 | + "@vitest/ui": "^4.0.15", |
| 85 | + "bumpp": "^10.3.2", |
83 | 86 | "esbuild": "^0.27.0", |
84 | 87 | "eslint": "^9.39.1", |
85 | 88 | "fast-glob": "^3.3.3", |
86 | 89 | "premove": "^4.0.0", |
87 | | - "prettier": "^3.6.2", |
88 | | - "rollup": "^4.53.2", |
| 90 | + "prettier": "^3.7.3", |
| 91 | + "rollup": "^4.53.3", |
89 | 92 | "slash": "^5.1.0", |
90 | 93 | "source-map-js": "^1.2.1", |
91 | | - "tsdown": "^0.16.5", |
| 94 | + "tsdown": "^0.17.0-beta.5", |
92 | 95 | "typescript": "^5.9.3", |
93 | 96 | "unplugin-oxc": "^0.5.5", |
94 | | - "vitest": "^4.0.10", |
| 97 | + "vitest": "^4.0.15", |
95 | 98 | "vue": "^3.6.0-alpha.2", |
96 | 99 | "webpack": "^5.103.0" |
97 | 100 | }, |
98 | | - "engines": { |
99 | | - "node": ">=20.19.0" |
100 | | - }, |
101 | 101 | "prettier": "@sxzz/prettier-config" |
102 | 102 | } |
0 commit comments