element-plus/packages/components/package.json
三咲智子 f9e192535f
refactor: replace yarn with pnpm (#3571)
* refactor: replace yarn with pnpm

* chore: install pnpm

* chore: disable cache

* ignore pnpm-lock.yaml

* resolve deps

* setup pnpm
2021-09-23 08:12:37 +08:00

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"
}