mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-05 04:37:47 +08:00
d0eb6c3d1a
* feat: support node 18+ & update tsx and vitest * chore: update * chore: remove * fix: update dep * test: fix autocomplete * test: update * test: update * chore: update * chore: update * chore: update
35 lines
817 B
JSON
35 lines
817 B
JSON
{
|
|
"name": "@element-plus/metadata",
|
|
"version": "0.0.1",
|
|
"description": "Metadata for Element Plus",
|
|
"keywords": [
|
|
"element-plus"
|
|
],
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "run-p \"build:*\"",
|
|
"build:contributor": "tsx src/contributor.ts",
|
|
"build:components": "tsx src/components.ts",
|
|
"dev": "DEV=1 pnpm run build"
|
|
},
|
|
"devDependencies": {
|
|
"@element-plus/build": "workspace:*",
|
|
"@element-plus/build-constants": "workspace:*",
|
|
"@element-plus/build-utils": "workspace:*",
|
|
"@types/lodash-es": "^4.17.6",
|
|
"chalk": "^5.3.0",
|
|
"consola": "^2.15.3",
|
|
"fast-glob": "^3.3.2",
|
|
"lodash-es": "^4.17.21",
|
|
"npm-run-all": "^4.1.5",
|
|
"octokit": "^2.1.0",
|
|
"tsx": "^4.7.1"
|
|
}
|
|
}
|