mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
40 lines
902 B
JSON
40 lines
902 B
JSON
{
|
|
"name": "element-plus",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"cz": "npx git-cz",
|
|
"test": "jest",
|
|
"gc": "bash ./scripts/gc.sh"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "^3.0.0-rc.1",
|
|
"vue-router": "^4.0.0-beta.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^26.0.7",
|
|
"@vue/compiler-sfc": "^3.0.0-rc.1",
|
|
"cz-conventional-changelog": "^3.2.0",
|
|
"lerna": "^3.22.1",
|
|
"typescript": "^3.9.7",
|
|
"jest": "^24.1.0",
|
|
"ts-jest": "^26.1.3",
|
|
"vue-jest": "5.0.0-alpha.1",
|
|
"vite": "^1.0.0-rc.1"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"description": "A Component Library for Vue3.0",
|
|
"main": "index.js",
|
|
"repository": "git@github.com:element-plus/element-plus.git",
|
|
"license": "MIT"
|
|
}
|