element-plus/package.json

143 lines
4.5 KiB
JSON
Raw Normal View History

2020-07-21 18:18:44 +08:00
{
2020-09-15 18:25:32 +08:00
"private": true,
"packageManager": "pnpm@6.32.4",
"workspaces": [
"packages/*",
"play",
"docs"
],
"engines": {
"node": ">= 16"
},
2020-07-21 18:18:44 +08:00
"scripts": {
"cz": "git-cz",
"test": "pnpm test:jest && pnpm test:vitest",
"test:jest": "jest",
"test:vitest": "vitest",
"test:coverage": "vitest --coverage",
"test:ssr": "rimraf ./ssr-testing/screenshots/* && vitest --config ./ssr-testing/vitest.config.ts",
"prepare:e2e": "if [ ! -d \"docs/.vitepress/dist\" ]; then pnpm run docs:build; fi;",
"dev": "pnpm -C play dev",
"gen": "bash ./scripts/gc.sh",
"gen:version": "sucrase-node scripts/gen-version.ts",
"diff:table": "sucrase-node scripts/build-table.ts",
"update:version": "sucrase-node scripts/update-version.ts",
"clean": "pnpm run clean:dist && pnpm run clean --filter ./packages/ --stream",
"clean:dist": "rimraf dist",
"build": "pnpm run start -C internal/build",
"build:theme": "pnpm run build -C packages/theme-chalk",
"format": "prettier --write .",
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx,.md,.json --max-warnings 0 && pretty-quick --check --branch dev",
"lint:fix": "eslint --fix . --ext .vue,.js,.ts,.jsx,.tsx,.md,.json && pretty-quick --branch dev",
"docs:dev": "pnpm run -C docs dev",
"docs:build": "pnpm run -C docs build",
"docs:serve": "pnpm run -C docs serve",
"docs:gen-locale": "pnpm run -C docs gen-locale",
"docs:crowdin-credentials": "pnpm run -C docs crowdin-credentials",
"stub": "pnpm run -C internal/build stub",
2021-09-18 13:46:40 +08:00
"prepare": "husky install",
"postinstall": "pnpm gen:version && pnpm stub",
"preinstall": "npx only-allow pnpm -y"
2020-07-21 18:18:44 +08:00
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"lint-staged": {
"*.{vue,js,ts,jsx,tsx,md,json}": "eslint --fix"
},
"browserslist": [
"> 1%",
"not ie 11",
"not op_mini all"
],
2020-07-24 15:15:28 +08:00
"peerDependencies": {
"vue": "^3.2.0"
2020-07-21 18:18:44 +08:00
},
"dependencies": {
"@element-plus/components": "workspace:*",
"@element-plus/constants": "workspace:*",
"@element-plus/directives": "workspace:*",
"@element-plus/hooks": "workspace:*",
"@element-plus/icons-vue": "^1.1.4",
"@element-plus/locale": "workspace:*",
"@element-plus/test-utils": "workspace:*",
"@element-plus/theme-chalk": "workspace:*",
"@element-plus/tokens": "workspace:*",
"@element-plus/utils": "workspace:*",
"@floating-ui/dom": "^0.4.2",
"@popperjs/core": "^2.11.4",
"@types/lodash": "^4.14.181",
"@types/lodash-es": "^4.17.6",
"@vueuse/core": "^8.2.4",
2021-10-22 12:35:28 +08:00
"async-validator": "^4.0.7",
"dayjs": "^1.11.0",
"escape-html": "^1.0.3",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"lodash-unified": "^1.0.2",
2021-10-22 12:35:28 +08:00
"memoize-one": "^6.0.0",
"normalize-wheel-es": "^1.1.2"
},
2020-07-21 18:18:44 +08:00
"devDependencies": {
"@babel/core": "^7.17.8",
2022-02-21 15:35:45 +08:00
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@commitlint/cli": "^16.2.3",
2022-02-21 15:35:45 +08:00
"@commitlint/config-conventional": "^16.2.1",
"@element-plus/build": "workspace:^0.0.1",
"@element-plus/eslint-config": "workspace:*",
"@pnpm/find-workspace-packages": "^4.0.0",
2022-02-21 15:35:45 +08:00
"@pnpm/logger": "^4.0.0",
"@pnpm/types": "^8.0.0",
2022-02-21 15:35:45 +08:00
"@types/fs-extra": "^9.0.13",
"@types/gulp": "^4.0.9",
"@types/jest": "^26.0.24",
"@types/node": "*",
2022-02-21 15:35:45 +08:00
"@types/sass": "^1.43.1",
"@vitejs/plugin-vue": "^2.3.1",
"@vitejs/plugin-vue-jsx": "^1.3.9",
"@vitest/ui": "^0.8.4",
2022-02-21 15:35:45 +08:00
"@vue/babel-plugin-jsx": "^1.1.1",
"@vue/test-utils": "2.0.0-rc.16",
2022-02-21 15:35:45 +08:00
"@vue/tsconfig": "^0.1.3",
"babel-jest": "^26.6.3",
"c8": "^7.11.0",
"chalk": "^4.1.2",
"consola": "^2.15.3",
"csstype": "^2.6.20",
2022-02-21 15:35:45 +08:00
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.12.0",
"eslint-define-config": "^1.3.0",
2022-02-21 15:35:45 +08:00
"expect-type": "^0.13.0",
"fast-glob": "^3.2.11",
"husky": "^7.0.4",
"jest": "^26.6.3",
"lint-staged": "^12.3.7",
"prettier": "^2.6.2",
2022-02-21 15:35:45 +08:00
"pretty-quick": "^3.1.3",
"puppeteer": "^13.5.2",
2022-02-21 15:35:45 +08:00
"resize-observer-polyfill": "^1.5.1",
"rimraf": "^3.0.2",
"sass": "^1.49.11",
2022-02-21 15:35:45 +08:00
"sucrase": "^3.20.3",
"ts-jest": "^26.5.6",
"ts-morph": "^14.0.0",
"type-fest": "^2.12.2",
"typescript": "^4.6.3",
"unplugin-element-plus": "^0.3.4",
"unplugin-vue-define-options": "^0.6.0",
"vitest": "^0.8.4",
2022-02-21 15:35:45 +08:00
"vue": "^3.2.31",
"vue-jest": "^5.0.0-alpha.10",
"vue-router": "^4.0.14",
"vue-tsc": "^0.33.9"
2022-02-22 15:28:02 +08:00
},
"pnpm": {
"overrides": {
"jsdom": "16.4.0"
}
}
2020-07-21 18:18:44 +08:00
}