element-plus/package.json

34 lines
736 B
JSON
Raw Normal View History

2020-07-21 18:18:44 +08:00
{
2020-07-22 00:35:23 +08:00
"name": "element-plus",
"private": true,
2020-07-21 18:18:44 +08:00
"version": "0.0.0",
"scripts": {
"dev": "vite",
2020-07-21 20:23:49 +08:00
"build": "vite build",
"cz": "npx git-cz",
"gc": "sh ./scripts/gc.sh"
2020-07-21 18:18:44 +08:00
},
"dependencies": {
2020-07-21 18:37:38 +08:00
"vue": "^3.0.0-rc.1",
"vue-router": "^4.0.0-beta.2"
2020-07-21 18:18:44 +08:00
},
"devDependencies": {
2020-07-21 20:23:49 +08:00
"@vue/compiler-sfc": "^3.0.0-rc.1",
"cz-conventional-changelog": "^3.2.0",
2020-07-22 00:35:23 +08:00
"lerna": "^3.22.1",
2020-07-21 20:23:49 +08:00
"vite": "^1.0.0-rc.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
2020-07-22 00:35:23 +08:00
},
"workspaces": [
"packages/*"
],
"description": "A Component Library for Vue3.0",
"main": "index.js",
"repository": "git@github.com:element-plus/element-plus.git",
"license": "MIT"
2020-07-21 18:18:44 +08:00
}