mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 09:20:51 +08:00
19 lines
386 B
JSON
19 lines
386 B
JSON
{
|
|
"name": "@element-plus/button",
|
|
"version": "0.0.0",
|
|
"main": "dist/index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "jest --config ../../jest.config.js --rootDir ."
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.0.0-rc.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/test-utils": "^2.0.0-beta.0",
|
|
"jest": "^26.1.0",
|
|
"ts-jest": "^26.1.3",
|
|
"vue-jest": "5.0.0-alpha.1"
|
|
}
|
|
}
|