element-plus/package.json
2020-08-14 09:54:27 +08:00

94 lines
2.7 KiB
JSON

{
"name": "element-plus",
"private": true,
"version": "0.0.0",
"scripts": {
"cz": "git add -A && npx git-cz",
"test": "jest",
"gen": "bash ./scripts/gc.sh",
"storybook": "start-storybook",
"bootstrap": "yarn && npx lerna bootstrap",
"build": "yarn bootstrap && yarn build-storybook",
"lint": "eslint ./packages --ext .vue,.js,.ts",
"website-build": "webpack --config ./website/webpack.config.js",
"website-dev": "webpack-dev-server --config ./website/webpack.config.js"
},
"peerDependencies": {
"vue": "^3.0.0-rc.1"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"@storybook/addon-storysource": "^5.3.19",
"@storybook/html": "^5.3.19",
"@swc-node/jest": "^0.1.9",
"@types/jest": "^26.0.7",
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
"@vue/compiler-sfc": "^3.0.0-rc.1",
"@vue/component-compiler-utils": "^3.2.0",
"algoliasearch": "^4.4.0",
"babel-loader": "^8.1.0",
"babel-preset-vue": "^2.0.2",
"css-loader": "^4.2.1",
"cz-conventional-changelog": "^3.2.0",
"eslint": "^7.5.0",
"eslint-plugin-vue": "^7.0.0-beta.0",
"file-loader": "^6.0.0",
"highlight.js": "^10.1.2",
"html-webpack-plugin": "^4.3.0",
"husky": "^4.2.5",
"jest": "^24.1.0",
"lerna": "^3.22.1",
"lint-staged": "^10.2.11",
"markdown-it": "^11.0.0",
"markdown-it-anchor": "^5.3.0",
"markdown-it-chain": "^1.3.0",
"markdown-it-container": "^3.0.0",
"sass": "^1.26.10",
"sass-loader": "^9.0.3",
"style-loader": "^1.2.1",
"throttle-debounce": "1.0.1",
"transliteration": "^2.1.11",
"ts-loader": "^8.0.1",
"typescript": "^3.9.7",
"url-loader": "^4.1.0",
"vite": "^1.0.0-rc.1",
"vue-jest": "5.0.0-alpha.1",
"vue-loader": "16.0.0-beta.5",
"vue-router": "^4.0.0-beta.4",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"pre-push-todo-open": "npm run test",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"*.{js,ts,vue}": "eslint --fix"
},
"workspaces": [
"packages/*"
],
"description": "A Component Library for Vue3.0",
"main": "index.js",
"repository": "git@github.com:element-plus/element-plus.git",
"license": "MIT",
"dependencies": {
"@popperjs/core": "^2.4.4",
"lodash": "^4.17.20",
"mitt": "^2.1.0"
}
}