element-plus/package.json
2020-07-26 14:10:42 +08:00

49 lines
1.2 KiB
JSON

{
"name": "element-plus",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"cz": "npx git-cz",
"test": "jest",
"gen": "bash ./scripts/gc.sh",
"storybook": "start-storybook",
"bootstrap": "yarn && npx lerna bootstrap"
},
"peerDependencies": {
"vue": "^3.0.0-rc.1",
"vue-router": "^4.0.0-beta.2"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@storybook/addon-storysource": "^5.3.19",
"@storybook/html": "^5.3.19",
"@types/jest": "^26.0.7",
"@vue/compiler-sfc": "^3.0.0-rc.1",
"babel-loader": "^8.1.0",
"babel-preset-vue": "^2.0.2",
"cz-conventional-changelog": "^3.2.0",
"jest": "^24.1.0",
"lerna": "^3.22.1",
"ts-jest": "^26.1.3",
"ts-loader": "^8.0.1",
"typescript": "^3.9.7",
"vite": "^1.0.0-rc.1",
"vue-jest": "5.0.0-alpha.1",
"vue-loader": "^v16.0.0-beta.4"
},
"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"
}