wujie-element-plus-adapter
Version:
element-plus adapter for wujie
80 lines (79 loc) • 1.88 kB
JSON
{
"name": "wujie-element-plus-adapter",
"type": "module",
"version": "0.0.5-beta.0",
"packageManager": "pnpm@8.11.0",
"description": "element-plus adapter for wujie",
"license": "MIT",
"homepage": "https://github.com/dlouxgit/wujie-element-plus-adapter#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/dlouxgit/wujie-element-plus-adapter.git"
},
"bugs": "https://github.com/dlouxgit/wujie-element-plus-adapter/issues",
"keywords": [
"wujie",
"element-plus"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./dist/index.d.ts"
]
}
},
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"dev": "unbuild --stub",
"lint": "eslint .",
"prepublishOnly": "nr build",
"release": "bumpp && npm publish",
"start": "esno src/index.ts",
"test": "vitest",
"typecheck": "tsc --noEmit",
"prepare": "simple-git-hooks"
},
"dependencies": {
"element-plus": "^2.3.8",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@antfu/eslint-config": "^2.2.2",
"@antfu/ni": "^0.21.12",
"@antfu/utils": "^0.7.6",
"@types/node": "^20.10.3",
"bumpp": "^9.2.0",
"eslint": "^8.55.0",
"esno": "^4.0.0",
"lint-staged": "^15.2.0",
"pnpm": "^8.11.0",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.9.0",
"typescript": "^5.3.2",
"unbuild": "^2.0.0",
"vite": "^5.0.5",
"vitest": "^1.0.0-beta.6"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
}
}