Files
element-plus/packages/element-plus/package.json
JeremyWuuuuu eebc688669 fix(build): marking side effects for webpack importing styles
- Marking file under `dist` and `theme-chalk/*.css` `theme-chalk/*.scss`
2021-08-26 20:55:57 +08:00

52 lines
1.3 KiB
JSON

{
"name": "element-plus",
"version": "0.0.0-dev.1",
"description": "> TODO: description",
"author": "Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>",
"homepage": "https://github.com/element-plus/element-plus#readme",
"license": "MIT",
"main": "lib/index.js",
"module": "es/index.js",
"style": "dist/index.css",
"unpkg": "dist/index.full.js",
"jsdevlivr": "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.4.4",
"async-validator": "^3.4.0",
"dayjs": "1.x",
"lodash": "^4.17.20",
"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"
]
}