Files
element-plus/packages/element-plus/package.json
三咲智子 23ab0e61a8 chore(project): update package.json (#3246)
* chore(project): update package.json

* chore(project): add browserslist
2021-09-05 21:42:37 +08:00

59 lines
1.3 KiB
JSON

{
"name": "element-plus",
"version": "0.0.0-dev.1",
"description": "A Component Library for Vue 3",
"homepage": "https://github.com/element-plus/element-plus#readme",
"keywords": [
"element-plus",
"element",
"component library",
"ui framework",
"ui",
"vue"
],
"license": "MIT",
"main": "lib/index.js",
"module": "es/index.js",
"style": "dist/index.css",
"unpkg": "dist/index.full.js",
"jsdelivr": "dist/index.full.js",
"sideEffects": [
"dist/*",
"theme-chalk/*.css",
"theme-chalk/src/*.scss"
],
"repository": {
"type": "git",
"url": "git+https://github.com/element-plus/element-plus.git"
},
"bugs": {
"url": "https://github.com/element-plus/element-plus/issues"
},
"peerDependencies": {
"vue": "^3.2.0"
},
"dependencies": {
"@element-plus/icons": "^0.0.11",
"@popperjs/core": "^2.10.1",
"async-validator": "^3.4.0",
"dayjs": "1.x",
"lodash": "^4.17.21",
"mitt": "^2.1.0",
"normalize-wheel": "^1.0.1",
"resize-observer-polyfill": "^1.5.1"
},
"devDependencies": {
"@element-plus/test-utils": "^0.0.5"
},
"vetur": {
"tags": "tags.json",
"attributes": "attributes.json"
},
"web-types": "web-types.json",
"browserslist": [
"> 1%",
"not ie 11",
"not op_mini all"
]
}