UNPKG

@zougt/vite-plugin-theme-preprocessor

Version:
80 lines (79 loc) 2.27 kB
{ "name": "@zougt/vite-plugin-theme-preprocessor", "version": "1.4.8", "description": "css theme preprocessor plugin for vite", "license": "MIT", "repository": "GitOfZGT/vite-plugin-theme-preprocessor", "author": "zougt", "homepage": "https://github.com/GitOfZGT/vite-plugin-theme-preprocessor", "bugs": "https://github.com/GitOfZGT/vite-plugin-theme-preprocessor/issues", "main": "dist/index.js", "types": "dist/index.d.ts", "engines": { "node": ">= 12.0.0" }, "scripts": { "start": "npm run build -- -w", "clean": "del-cli dist", "prebuild": "npm run clean", "build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/browser-utils.js','src/toBrowerEnvs.js' --copy-files", "commitlint": "commitlint --from=master", "security": "npm audit", "lint:prettier": "prettier --list-different .", "lint:js": "eslint --cache .", "lint": "npm-run-all -l -p \"lint:**\"", "pretest": "npm run lint", "prepare": "npm run build", "release": "standard-version" }, "files": [ "dist" ], "dependencies": { "@zougt/some-loader-utils": "^1.4.3", "cac": "^6.7.12", "chalk": "^5.0.0", "fs-extra": "^10.0.0", "string-hash": "^1.1.3" }, "devDependencies": { "@babel/cli": "^7.12.10", "@babel/core": "^7.12.10", "@babel/preset-env": "^7.12.11", "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", "@webpack-contrib/defaults": "^6.3.0", "@webpack-contrib/eslint-config-webpack": "^3.0.0", "babel-jest": "^26.6.3", "cross-env": "^7.0.3", "del": "^6.0.0", "del-cli": "^3.0.1", "enhanced-resolve": "^5.5.0", "eslint": "^7.13.0", "eslint-config-prettier": "^7.1.0", "eslint-plugin-import": "^2.22.1", "foundation-sites": "^6.6.3", "husky": "^4.3.6", "jest": "^26.6.3", "less": "^4.1.1", "lint-staged": "^10.5.4", "npm-run-all": "^4.1.5", "prettier": "^2.2.1", "sass": "^1.32.8", "semver": "^7.3.4", "standard-version": "^9.1.0", "stylus": "^0.54.8" }, "keywords": [ "vite-plugin", "theme", "css", "less", "sass", "stylus", "preprocessor" ], "publishConfig": { "registry": "https://registry.npmjs.org" } }