mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* chore(deps): update lodash and related type definitions * chore(deps): update lodash type definitions and lodash-unified version * chore(deps): update lodash type definitions
33 lines
745 B
JSON
33 lines
745 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": "pnpm run \"/^build:/\"",
|
|
"build:contributor": "tsx src/contributor.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.12",
|
|
"chalk": "^5.3.0",
|
|
"consola": "^2.15.3",
|
|
"fast-glob": "^3.3.2",
|
|
"lodash-es": "^4.17.21",
|
|
"octokit": "^2.1.0",
|
|
"tsx": "^4.7.1"
|
|
}
|
|
}
|