|
1 | 1 | { |
2 | 2 | "name": "unplugin-lightningcss", |
| 3 | + "type": "module", |
3 | 4 | "version": "0.4.3", |
4 | | - "packageManager": "pnpm@10.17.1", |
| 5 | + "packageManager": "pnpm@10.26.1", |
5 | 6 | "description": "Lightning CSS integration for Vite, Rollup, esbuild, Webpack, Vue CLI, and more.", |
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-lightningcss#readme", |
| 11 | + "repository": { |
| 12 | + "type": "git", |
| 13 | + "url": "git+https://github.com/unplugin/unplugin-lightningcss.git" |
| 14 | + }, |
| 15 | + "bugs": { |
| 16 | + "url": "https://github.com/unplugin/unplugin-lightningcss/issues" |
| 17 | + }, |
7 | 18 | "keywords": [ |
8 | 19 | "unplugin", |
9 | 20 | "css", |
|
15 | 26 | "rspack", |
16 | 27 | "farm" |
17 | 28 | ], |
18 | | - "license": "MIT", |
19 | | - "homepage": "https://github.com/unplugin/unplugin-lightningcss#readme", |
20 | | - "bugs": { |
21 | | - "url": "https://github.com/unplugin/unplugin-lightningcss/issues" |
22 | | - }, |
23 | | - "repository": { |
24 | | - "type": "git", |
25 | | - "url": "git+https://github.com/unplugin/unplugin-lightningcss.git" |
26 | | - }, |
27 | | - "author": "Kevin Deng <sxzz@sxzz.moe>", |
28 | | - "funding": "https://github.com/sponsors/sxzz", |
29 | | - "files": [ |
30 | | - "dist" |
31 | | - ], |
32 | | - "main": "./dist/index.js", |
33 | | - "module": "./dist/index.js", |
34 | | - "types": "./dist/index.d.ts", |
35 | 29 | "exports": { |
36 | | - ".": "./dist/index.js", |
37 | | - "./api": "./dist/api.js", |
38 | | - "./vite": "./dist/vite.js", |
39 | | - "./webpack": "./dist/webpack.js", |
40 | | - "./rspack": "./dist/rspack.js", |
41 | | - "./rollup": "./dist/rollup.js", |
42 | | - "./rolldown": "./dist/rolldown.js", |
43 | | - "./esbuild": "./dist/esbuild.js", |
44 | | - "./farm": "./dist/farm.js", |
| 30 | + ".": "./dist/index.mjs", |
| 31 | + "./api": "./dist/api.mjs", |
| 32 | + "./esbuild": "./dist/esbuild.mjs", |
| 33 | + "./farm": "./dist/farm.mjs", |
| 34 | + "./rolldown": "./dist/rolldown.mjs", |
| 35 | + "./rollup": "./dist/rollup.mjs", |
| 36 | + "./rspack": "./dist/rspack.mjs", |
| 37 | + "./vite": "./dist/vite.mjs", |
| 38 | + "./webpack": "./dist/webpack.mjs", |
45 | 39 | "./package.json": "./package.json" |
46 | 40 | }, |
| 41 | + "main": "./dist/index.mjs", |
| 42 | + "module": "./dist/index.mjs", |
| 43 | + "types": "./dist/index.d.mts", |
47 | 44 | "typesVersions": { |
48 | 45 | "*": { |
49 | 46 | "*": [ |
|
52 | 49 | ] |
53 | 50 | } |
54 | 51 | }, |
| 52 | + "files": [ |
| 53 | + "dist" |
| 54 | + ], |
55 | 55 | "publishConfig": { |
56 | 56 | "access": "public" |
57 | 57 | }, |
| 58 | + "engines": { |
| 59 | + "node": ">=20.19.0" |
| 60 | + }, |
58 | 61 | "scripts": { |
59 | 62 | "lint": "eslint --cache .", |
60 | 63 | "lint:fix": "pnpm run lint --fix", |
|
66 | 69 | "prepublishOnly": "pnpm run build" |
67 | 70 | }, |
68 | 71 | "dependencies": { |
69 | | - "lightningcss": "^1.30.1", |
70 | | - "magic-string": "^0.30.19", |
71 | | - "unplugin": "^2.3.10" |
| 72 | + "lightningcss": "^1.30.2", |
| 73 | + "magic-string": "^0.30.21", |
| 74 | + "unplugin": "^2.3.11" |
72 | 75 | }, |
73 | 76 | "devDependencies": { |
74 | | - "@sxzz/eslint-config": "^7.2.5", |
75 | | - "@sxzz/prettier-config": "^2.2.4", |
76 | | - "@sxzz/test-utils": "^0.5.11", |
77 | | - "@types/node": "^24.5.2", |
| 77 | + "@sxzz/eslint-config": "^7.4.3", |
| 78 | + "@sxzz/prettier-config": "^2.2.6", |
| 79 | + "@sxzz/test-utils": "^0.5.15", |
| 80 | + "@types/node": "^25.0.3", |
78 | 81 | "@types/rollup-plugin-css-only": "^3.1.3", |
79 | | - "bumpp": "^10.2.3", |
80 | | - "eslint": "^9.36.0", |
81 | | - "fast-glob": "^3.3.3", |
82 | | - "prettier": "^3.6.2", |
83 | | - "rollup": "^4.52.2", |
| 82 | + "bumpp": "^10.3.2", |
| 83 | + "eslint": "^9.39.2", |
| 84 | + "prettier": "^3.7.4", |
| 85 | + "rollup": "^4.54.0", |
84 | 86 | "rollup-plugin-css-only": "^4.5.5", |
85 | | - "tsdown": "^0.15.4", |
86 | | - "tsx": "^4.20.6", |
87 | | - "typescript": "^5.9.2", |
88 | | - "vite": "^7.1.7", |
89 | | - "vitest": "^3.2.4", |
90 | | - "vue": "^3.5.22" |
91 | | - }, |
92 | | - "engines": { |
93 | | - "node": ">=20.18.0" |
| 87 | + "tsdown": "^0.18.2", |
| 88 | + "typescript": "^5.9.3", |
| 89 | + "vite": "^7.3.0", |
| 90 | + "vitest": "^4.0.16", |
| 91 | + "vue": "^3.5.26" |
94 | 92 | }, |
95 | 93 | "resolutions": { |
96 | 94 | "@types/rollup-plugin-css-only>rollup": "-" |
|
0 commit comments