UNPKG

vite-plugin-style-modules

Version:

⭐️⭐️⭐️ Support CSS Modules, not only in xx.module.xx, but also in the custom named file. like xx.(css|less|sass|stylus)

54 lines (53 loc) 1.49 kB
{ "name": "vite-plugin-style-modules", "version": "0.0.10", "description": "⭐️⭐️⭐️ Support CSS Modules, not only in xx.module.xx, but also in the custom named file. like xx.(css|less|sass|stylus)", "main": "dist/bundle.js", "module": "dist/bundle-esm.js", "types": "dist/type.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "test:core": "node test/index.js", "build": "yarn run rollup -c" }, "keywords": [ "vite plugin", "postcss", "css", "less", "sass", "stylus", "css modules", "react-css-modules" ], "repository": { "type": "git", "url": "git@github.com:Highnesslin/vite-plugin-style-modules.git" }, "author": "Lin<2212477518@qq.com>", "license": "ISC", "bugs": { "url": "https://github.com/Highnesslin/vite-plugin-style-modules/issues" }, "homepage": "https://github.com/Highnesslin/vite-plugin-style-modules", "dependencies": { "@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-node-resolve": "^13.1.1", "@rollup/pluginutils": "^4.1.2", "postcss": "^8.4.5", "postcss-modules": "^4.2.2", "postcss-nested": "^5.0.6", "rollup-plugin-dts": "^4.0.1", "rollup-plugin-typescript2": "^0.31.1" }, "peerDependencies": { "vite": "^2.7.4", "postcss-less": "^5.0.0", "postcss-scss": "^4.0.2", "postcss-stylus": "^0.0.1" }, "devDependencies": { "rollup": "^2.45.2", "typescript": "^3.9.2" } }