mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-05 20:58:22 +08:00
f9e192535f
* refactor: replace yarn with pnpm * chore: install pnpm * chore: disable cache * ignore pnpm-lock.yaml * resolve deps * setup pnpm
25 lines
598 B
JSON
25 lines
598 B
JSON
{
|
|
"name": "@element-plus/components",
|
|
"version": "0.0.5",
|
|
"description": "all components are settled here",
|
|
"dependencies": {
|
|
"@element-plus/icons": "^0.0.11",
|
|
"@popperjs/core": "^2.10.1",
|
|
"@vueuse/core": "~6.1.0",
|
|
"async-validator": "^3.4.0",
|
|
"dayjs": "1.x",
|
|
"lodash": "^4.17.21",
|
|
"memoize-one": "^5.2.1"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "^3.2.0"
|
|
},
|
|
"main": "index.ts",
|
|
"module": "index.ts",
|
|
"types": "index.d.ts",
|
|
"unpkg": "index.js",
|
|
"jsdelivr": "index.js",
|
|
"sideEffects": false,
|
|
"gitHead": "c69724230befa8fede0e6b9c37fb0b7e39fd7cdd"
|
|
}
|