UNPKG

@winner-fed/plugin-element-ui

Version:

A WinJS plugin for Element UI to automatically import components and use tree-shaking to reduce the size of the bundle.

81 lines 1.91 kB
{ "name": "@winner-fed/plugin-element-ui", "description": "A WinJS plugin for Element UI to automatically import components and use tree-shaking to reduce the size of the bundle.", "keywords": [ "winjs", "plugin", "element-ui", "vue", "vue2", "auto-import", "ui-library", "components", "winner-fed", "typescript", "unplugin-vue-components", "tree-shaking" ], "version": "1.0.2", "repository": { "type": "git", "url": "git+https://github.com/winjs-dev/winjs-plugin-element-ui.git" }, "license": "MIT", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "simple-git-hooks": { "pre-commit": "npm run lint:write" }, "devDependencies": { "@biomejs/biome": "^2.1.1", "@playwright/test": "^1.53.2", "@rsbuild/core": "^1.4.2", "@rslib/core": "^0.10.4", "@types/node": "^22.15.34", "@winner-fed/winjs": "*", "playwright": "^1.53.2", "simple-git-hooks": "^2.13.0", "unplugin-vue-components": "28.4.1", "typescript": "^5.8.3" }, "peerDevDependencies": { "@winner-fed/winjs": "*", "unplugin-vue-components": "28.4.1" }, "peerDependencies": { "@winner-fed/utils": "*", "element-ui": "^2.15.13" }, "peerDependenciesMeta": { "@rsbuild/core": { "optional": true }, "@winner-fed/utils": { "optional": true } }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "build": "rslib build", "dev": "rslib build --watch", "lint": "biome check .", "lint:write": "biome check . --write", "test": "playwright test", "bump": "npx bumpp" } }