UNPKG

vue-cli-plugin-windicss

Version:
72 lines (71 loc) 1.84 kB
{ "name": "vue-cli-plugin-windicss", "version": "1.1.6", "description": "Windi CSS for Vue CLI", "main": "index.js", "types": "dist", "repository": { "type": "git", "url": "git+https://github.com/windicss/vue-cli-plugin-windicss.git" }, "files": [ "/dist", "/README.md", "/index.js", "/package.json", "/generator" ], "keywords": [ "vue", "cli", "windi", "windicss" ], "scripts": { "dev:vue2": "pnpm build && cd examples/vue2 && pnpm serve", "dev:vue3": "pnpm build && cd examples/vue3 && pnpm serve", "build": "pnpm clean && bili src/index.ts", "clean": "rimraf dist", "test": "true", "release": "dotenv release-it --", "lint": "eslint --fix --ext .ts,.js,.vue ." }, "author": "Harlan Wilton", "license": "MIT", "bugs": { "url": "https://github.com/windicss/vue-cli-plugin-windicss/issues" }, "homepage": "https://github.com/windicss/vue-cli-plugin-windicss#readme", "publishConfig": { "access": "public" }, "peerDependencies": { "@vue/cli-service": "^3.0.0 || ^4.0.0-0 || ^5.0.0" }, "devDependencies": { "@antfu/eslint-config": "^0.25.2", "@types/debug": "^4.1.7", "@types/loader-utils": "^2.0.3", "@types/lodash": "^4.14.182", "@types/node": "15.6.0", "@types/webpack": "^5.28.0", "@vue/cli-service": "^5.0.8", "@vue/cli-shared-utils": "^5.0.8", "@windicss/plugin-utils": "^1.8.6", "bili": "^5.0.5", "chalk": "^4.1.2", "dotenv-cli": "^6.0.0", "eslint": "^8.19.0", "loader-utils": "^2.0.0", "lodash": "^4.17.21", "pug": "^3.0.2", "release-it": "^15.1.1", "rollup-plugin-typescript2": "^0.30.0", "typescript": "^4.7.4", "upath": "^2.0.1" }, "dependencies": { "defu": "^6.0.0", "windicss-webpack-plugin": "^1.7.4" } }