mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-01 02:37:46 +08:00
19 lines
401 B
JSON
19 lines
401 B
JSON
{
|
|
"name": "@element-plus/directives",
|
|
"description": "Element Plus directives",
|
|
"version": "0.0.5",
|
|
"main": "index.ts",
|
|
"module": "index.ts",
|
|
"unpkg": "index.js",
|
|
"jsdelivr": "index.js",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"vue": "^3.2.0"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf lib",
|
|
"build": "gulp build"
|
|
},
|
|
"gitHead": "c69724230befa8fede0e6b9c37fb0b7e39fd7cdd"
|
|
}
|