|
1 | 1 | { |
2 | 2 | "name": "unplugin-vue-named-export", |
| 3 | + "type": "module", |
3 | 4 | "version": "0.9.2", |
4 | | - "packageManager": "pnpm@10.23.0", |
| 5 | + "packageManager": "pnpm@10.26.0", |
5 | 6 | "description": "Named export for Vue SFC.", |
6 | | - "type": "module", |
7 | | - "keywords": [ |
8 | | - "unplugin", |
9 | | - "rollup", |
10 | | - "vite", |
11 | | - "esbuild", |
12 | | - "webpack" |
13 | | - ], |
| 7 | + "author": "Kevin Deng <sxzz@sxzz.moe>", |
14 | 8 | "license": "MIT", |
| 9 | + "funding": "https://github.com/sponsors/sxzz", |
15 | 10 | "homepage": "https://github.com/unplugin/unplugin-vue-named-export#readme", |
16 | | - "bugs": { |
17 | | - "url": "https://github.com/unplugin/unplugin-vue-named-export/issues" |
18 | | - }, |
19 | 11 | "repository": { |
20 | 12 | "type": "git", |
21 | 13 | "url": "git+https://github.com/unplugin/unplugin-vue-named-export.git" |
22 | 14 | }, |
23 | | - "author": "Kevin Deng <sxzz@sxzz.moe>", |
24 | | - "funding": "https://github.com/sponsors/sxzz", |
25 | | - "files": [ |
26 | | - "dist" |
| 15 | + "bugs": { |
| 16 | + "url": "https://github.com/unplugin/unplugin-vue-named-export/issues" |
| 17 | + }, |
| 18 | + "keywords": [ |
| 19 | + "unplugin", |
| 20 | + "rollup", |
| 21 | + "vite", |
| 22 | + "esbuild", |
| 23 | + "webpack" |
27 | 24 | ], |
28 | | - "main": "./dist/index.mjs", |
29 | | - "module": "./dist/index.mjs", |
30 | | - "types": "./dist/index.d.mts", |
31 | 25 | "exports": { |
32 | 26 | ".": "./dist/index.mjs", |
33 | 27 | "./esbuild": "./dist/esbuild.mjs", |
|
40 | 34 | "./webpack": "./dist/webpack.mjs", |
41 | 35 | "./package.json": "./package.json" |
42 | 36 | }, |
| 37 | + "main": "./dist/index.mjs", |
| 38 | + "module": "./dist/index.mjs", |
| 39 | + "types": "./dist/index.d.mts", |
43 | 40 | "typesVersions": { |
44 | 41 | "*": { |
45 | 42 | "*": [ |
|
48 | 45 | ] |
49 | 46 | } |
50 | 47 | }, |
| 48 | + "files": [ |
| 49 | + "dist" |
| 50 | + ], |
51 | 51 | "publishConfig": { |
52 | 52 | "access": "public" |
53 | 53 | }, |
| 54 | + "engines": { |
| 55 | + "node": ">=20.19.0" |
| 56 | + }, |
54 | 57 | "scripts": { |
55 | 58 | "lint": "eslint --cache .", |
56 | 59 | "lint:fix": "pnpm run lint --fix", |
|
62 | 65 | "prepublishOnly": "pnpm run build" |
63 | 66 | }, |
64 | 67 | "dependencies": { |
65 | | - "@vue/language-core": "^3.1.4", |
| 68 | + "@vue/language-core": "^3.1.8", |
66 | 69 | "ast-kit": "^2.2.0", |
67 | 70 | "magic-string-ast": "^1.0.3", |
68 | 71 | "muggle-string": "^0.4.1", |
69 | 72 | "unplugin": "^2.3.11" |
70 | 73 | }, |
71 | 74 | "devDependencies": { |
72 | 75 | "@babel/types": "^7.28.5", |
73 | | - "@sxzz/eslint-config": "^7.3.2", |
74 | | - "@sxzz/prettier-config": "^2.2.5", |
75 | | - "@sxzz/test-utils": "^0.5.13", |
76 | | - "@types/node": "^24.10.1", |
77 | | - "bumpp": "^10.3.1", |
| 76 | + "@sxzz/eslint-config": "^7.4.3", |
| 77 | + "@sxzz/prettier-config": "^2.2.6", |
| 78 | + "@sxzz/test-utils": "^0.5.14", |
| 79 | + "@types/node": "^25.0.2", |
| 80 | + "bumpp": "^10.3.2", |
78 | 81 | "change-case": "^5.4.4", |
79 | | - "eslint": "^9.39.1", |
80 | | - "prettier": "^3.6.2", |
81 | | - "tsdown": "^0.16.6", |
82 | | - "tsx": "^4.20.6", |
| 82 | + "eslint": "^9.39.2", |
| 83 | + "prettier": "^3.7.4", |
| 84 | + "tsdown": "^0.18.0", |
83 | 85 | "typescript": "^5.9.3", |
84 | | - "unplugin-oxc": "^0.5.5", |
85 | | - "unplugin-vue": "^7.0.8", |
86 | | - "vite": "^7.2.4", |
87 | | - "vitest": "^4.0.13", |
88 | | - "vue": "^3.5.24", |
89 | | - "vue-tsc": "^3.1.4" |
90 | | - }, |
91 | | - "engines": { |
92 | | - "node": ">=20.18.0" |
| 86 | + "unplugin-oxc": "^0.5.6", |
| 87 | + "unplugin-vue": "^7.1.0", |
| 88 | + "vite": "^7.3.0", |
| 89 | + "vitest": "^4.0.15", |
| 90 | + "vue": "^3.5.25", |
| 91 | + "vue-tsc": "^3.1.8" |
93 | 92 | }, |
94 | 93 | "prettier": "@sxzz/prettier-config", |
95 | 94 | "tsdown": { |
96 | 95 | "entry": "./src/*.ts", |
97 | | - "exports": true |
| 96 | + "exports": true, |
| 97 | + "inlineOnly": [ |
| 98 | + "change-case" |
| 99 | + ] |
98 | 100 | } |
99 | 101 | } |
0 commit comments