mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-05 04:37:47 +08:00
7fc2d6bc7d
bump lodash from 4.17.20 to 4.17.21 bump url-loader from 4.1.0 to 4.1.1 bump chalk from 4.1.0 to 4.1.2 bump cross-env from 7.0.2 to 7.0.3 bump components-helper from 1.0.2 to 1.0.4 bump @vue/babel-plugin-jsx from 1.0.0 to 1.0.7 bump @vue/compiler-sfc from 3.2.6 to 3.2.8 bump @vue/component-compiler-utils 3.2.0 from to 3.2.2
28 lines
615 B
JSON
28 lines
615 B
JSON
{
|
|
"name": "@element-plus/utils",
|
|
"version": "0.0.5",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"vue": "^3.2.0"
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -rf lib es",
|
|
"build": "gulp build"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "^4.17.21",
|
|
"normalize-wheel": "^1.0.1",
|
|
"resize-observer-polyfill": "^1.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/test-utils": "^2.0.0-beta.3",
|
|
"chalk": "^4.1.2",
|
|
"gulp": "^4.0.2",
|
|
"gulp-typescript": "^6.0.0-alpha.1",
|
|
"sass": "^1.37.0",
|
|
"ts-node": "^10.1.0",
|
|
"typescript": "^4.3.5"
|
|
},
|
|
"gitHead": "c69724230befa8fede0e6b9c37fb0b7e39fd7cdd"
|
|
}
|