UNPKG

vue-flags-webpack-plugin

Version:
74 lines (73 loc) 1.51 kB
{ "name": "vue-flags-webpack-plugin", "version": "1.1.3", "description": "remove useless code by setting flags in .vue SFC file", "main": "index.js", "directories": { "lib": "lib" }, "files": [ "lib" ], "engines": { "node": ">=8.9.0" }, "scripts": { "test": "npm run lint && npx tape test/*.test.js", "lint": "npx standard --fix", "check": "npx npm-check-updates" }, "repository": { "type": "git", "url": "git+https://github.com/lovetingyuan/vue-flags-webpack-plugin.git" }, "keywords": [ "vue", "webpack", "plugin", "flag", "flags", "toggle", "toggles", "feature", "features", "postcss", "loader", "sfc", "remove", "code", "ignore", "optimization" ], "author": "tingyuan", "license": "MIT", "bugs": { "url": "https://github.com/lovetingyuan/vue-flags-webpack-plugin/issues" }, "homepage": "https://github.com/lovetingyuan/vue-flags-webpack-plugin#readme", "dependencies": { "chalk": "^3.0.0", "clear-module": "^4.0.0", "find-cache-dir": "^3.2.0", "fs-extra": "^8.1.0", "loader-utils": "^1.2.3", "schema-utils": "^2.6.1", "semver": "^7.0.0", "slash": "^3.0.0", "watchpack": "^1.6.0" }, "peerDependencies": { "webpack": "^4.1.0" }, "devDependencies": { "husky": "^3.1.0", "standard": "^14.3.1", "tape": "^4.11.0" }, "husky": { "hooks": { "pre-commit": "npm run lint" } }, "standard": {} }