UNPKG

unplugin-lightningcss

Version:

Lightning CSS integration for Vite, Rollup, esbuild, Webpack, Vue CLI, and more.

97 lines 2.39 kB
{ "name": "unplugin-lightningcss", "version": "0.4.1", "description": "Lightning CSS integration for Vite, Rollup, esbuild, Webpack, Vue CLI, and more.", "type": "module", "keywords": [ "unplugin", "css", "rollup", "rolldown", "vite", "esbuild", "webpack", "rspack", "farm" ], "license": "MIT", "homepage": "https://github.com/unplugin/unplugin-lightningcss#readme", "bugs": { "url": "https://github.com/unplugin/unplugin-lightningcss/issues" }, "repository": { "type": "git", "url": "git+https://github.com/unplugin/unplugin-lightningcss.git" }, "author": "三咲智子 Kevin Deng <sxzz@sxzz.moe>", "funding": "https://github.com/sponsors/sxzz", "files": [ "dist" ], "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js", "./api": "./dist/api.js", "./vite": "./dist/vite.js", "./webpack": "./dist/webpack.js", "./rspack": "./dist/rspack.js", "./rollup": "./dist/rollup.js", "./rolldown": "./dist/rolldown.js", "./esbuild": "./dist/esbuild.js", "./farm": "./dist/farm.js", "./package.json": "./package.json" }, "typesVersions": { "*": { "*": [ "./dist/*", "./*" ] } }, "publishConfig": { "access": "public" }, "dependencies": { "lightningcss": "^1.30.1", "magic-string": "^0.30.17", "unplugin": "^2.3.4" }, "devDependencies": { "@sxzz/eslint-config": "^7.0.1", "@sxzz/prettier-config": "^2.2.1", "@sxzz/test-utils": "^0.5.6", "@types/node": "^22.15.21", "@types/rollup-plugin-css-only": "^3.1.3", "bumpp": "^10.1.1", "eslint": "^9.27.0", "fast-glob": "^3.3.3", "prettier": "^3.5.3", "rollup": "^4.41.0", "rollup-plugin-css-only": "^4.5.2", "tsdown": "^0.12.1", "tsx": "^4.19.4", "typescript": "^5.8.3", "vite": "^6.3.5", "vitest": "^3.1.4", "vue": "^3.5.14" }, "engines": { "node": ">=20.18.0" }, "resolutions": { "@types/rollup-plugin-css-only>rollup": "-" }, "prettier": "@sxzz/prettier-config", "scripts": { "lint": "eslint --cache .", "lint:fix": "pnpm run lint --fix", "build": "tsdown", "dev": "tsdown --watch", "test": "vitest", "typecheck": "tsc --noEmit", "release": "bumpp && pnpm publish" } }