mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 01:41:20 +08:00
34 lines
786 B
JSON
34 lines
786 B
JSON
|
{
|
||
|
"name": "@element-plus/tokens",
|
||
|
"version": "0.0.5",
|
||
|
"license": "MIT",
|
||
|
"peerDependencies": {
|
||
|
"vue": "3.1.1"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"clean": "rm -rf lib",
|
||
|
"build": "gulp build"
|
||
|
},
|
||
|
"main": "index.js",
|
||
|
"module": "index.js",
|
||
|
"types": "index.d.js",
|
||
|
"unpkg": "index.js",
|
||
|
"jsdelivr": "index.js",
|
||
|
"dependencies": {
|
||
|
"lodash": "^4.17.20",
|
||
|
"normalize-wheel": "^1.0.1",
|
||
|
"resize-observer-polyfill": "^1.5.1",
|
||
|
"async-validator": "^3.4.0",
|
||
|
"mitt": "^2.1.0"
|
||
|
},
|
||
|
"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"
|
||
|
}
|