mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
20 lines
403 B
JSON
20 lines
403 B
JSON
{
|
|
"name": "@element-plus/button",
|
|
"version": "0.0.0",
|
|
"main": "dist/index.js",
|
|
"license": "MIT",
|
|
<<<<<<< HEAD
|
|
"scripts": {
|
|
"test": "jest --config ../../jest.config.js --rootDir ."
|
|
},
|
|
"peerDependencies": {
|
|
"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"
|
|
}
|
|
}
|