2020-07-21 18:18:44 +08:00
|
|
|
{
|
2020-09-15 18:25:32 +08:00
|
|
|
"private": true,
|
2021-12-27 12:31:14 +08:00
|
|
|
"packageManager": "pnpm@6.24.3",
|
2021-09-05 21:42:37 +08:00
|
|
|
"workspaces": [
|
2021-09-24 09:28:21 +08:00
|
|
|
"packages/*",
|
|
|
|
"play",
|
|
|
|
"docs"
|
2021-09-05 21:42:37 +08:00
|
|
|
],
|
2021-09-27 12:56:31 +08:00
|
|
|
"engines": {
|
|
|
|
"node": ">= 16"
|
|
|
|
},
|
2020-07-21 18:18:44 +08:00
|
|
|
"scripts": {
|
2021-09-27 12:56:31 +08:00
|
|
|
"cz": "git-cz",
|
2020-07-24 18:58:15 +08:00
|
|
|
"test": "jest",
|
2021-09-24 09:28:21 +08:00
|
|
|
"dev": "pnpm -C play dev",
|
2020-07-24 20:23:14 +08:00
|
|
|
"gen": "bash ./scripts/gc.sh",
|
2021-10-25 17:07:48 +08:00
|
|
|
"gen:version": "sucrase-node scripts/gen-version.ts",
|
|
|
|
"update:version": "sucrase-node scripts/update-version.ts",
|
2021-12-10 18:18:16 +08:00
|
|
|
"clean": "pnpm run clean:dist && pnpm run clean -r --stream",
|
|
|
|
"clean:dist": "rimraf dist",
|
2021-10-25 17:07:48 +08:00
|
|
|
"build": "gulp --require sucrase/register/ts -f build/gulpfile.ts",
|
2021-10-29 19:16:53 +08:00
|
|
|
"build:theme": "pnpm run build -C packages/theme-chalk",
|
2021-09-05 00:53:31 +08:00
|
|
|
"format": "prettier --write .",
|
2021-10-01 14:17:16 +08:00
|
|
|
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --max-warnings 0 && pretty-quick --check --branch dev",
|
|
|
|
"lint:fix": "eslint --fix . --ext .vue,.js,.ts,.jsx,.tsx && pretty-quick --branch dev",
|
2021-10-25 17:07:48 +08:00
|
|
|
"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",
|
2021-09-18 13:46:40 +08:00
|
|
|
"prepare": "husky install",
|
2021-11-12 17:35:09 +08:00
|
|
|
"postinstall": "pnpm gen:version",
|
|
|
|
"preinstall": "npx only-allow pnpm -y"
|
2020-07-21 18:18:44 +08:00
|
|
|
},
|
2021-09-05 21:42:37 +08:00
|
|
|
"config": {
|
|
|
|
"commitizen": {
|
|
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"lint-staged": {
|
2021-10-01 14:17:16 +08:00
|
|
|
"*.{vue,js,ts,jsx,tsx}": "eslint --fix"
|
2021-09-05 21:42:37 +08:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"> 1%",
|
|
|
|
"not ie 11",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
2020-07-24 15:15:28 +08:00
|
|
|
"peerDependencies": {
|
2021-08-25 17:34:57 +08:00
|
|
|
"vue": "^3.2.0"
|
2020-07-21 18:18:44 +08:00
|
|
|
},
|
2021-09-05 21:42:37 +08:00
|
|
|
"dependencies": {
|
2021-09-23 08:12:37 +08:00
|
|
|
"@element-plus/components": "workspace:*",
|
|
|
|
"@element-plus/directives": "workspace:*",
|
|
|
|
"@element-plus/hooks": "workspace:*",
|
2021-12-05 13:36:16 +08:00
|
|
|
"@element-plus/icons-vue": "^0.2.4",
|
2021-09-23 08:12:37 +08:00
|
|
|
"@element-plus/locale": "workspace:*",
|
|
|
|
"@element-plus/test-utils": "workspace:*",
|
|
|
|
"@element-plus/theme-chalk": "workspace:*",
|
|
|
|
"@element-plus/tokens": "workspace:*",
|
|
|
|
"@element-plus/utils": "workspace:*",
|
2021-10-16 21:00:18 +08:00
|
|
|
"@popperjs/core": "^2.10.2",
|
2021-12-12 17:54:21 +08:00
|
|
|
"@vueuse/core": "^7.3.0",
|
2021-10-22 12:35:28 +08:00
|
|
|
"async-validator": "^4.0.7",
|
2021-09-24 09:28:21 +08:00
|
|
|
"dayjs": "^1.10.7",
|
2021-09-05 21:42:37 +08:00
|
|
|
"lodash": "^4.17.21",
|
2021-10-22 12:35:28 +08:00
|
|
|
"memoize-one": "^6.0.0",
|
2021-11-16 10:55:54 +08:00
|
|
|
"normalize-wheel-es": "^1.1.1"
|
2021-09-05 21:42:37 +08:00
|
|
|
},
|
2020-07-21 18:18:44 +08:00
|
|
|
"devDependencies": {
|
2021-11-23 00:03:51 +08:00
|
|
|
"@commitlint/cli": "15.0.0",
|
|
|
|
"@commitlint/config-conventional": "15.0.0",
|
2021-12-24 19:00:55 +08:00
|
|
|
"@pnpm/find-workspace-packages": "3.1.31",
|
2021-10-30 17:09:09 +08:00
|
|
|
"@pnpm/logger": "4.0.0",
|
2021-12-16 20:08:16 +08:00
|
|
|
"@pnpm/types": "7.7.1",
|
2021-10-30 22:23:20 +08:00
|
|
|
"@rollup/plugin-commonjs": "21.0.1",
|
2021-12-14 00:37:51 +08:00
|
|
|
"@rollup/plugin-node-resolve": "13.1.1",
|
2021-10-30 17:09:09 +08:00
|
|
|
"@rollup/plugin-replace": "3.0.0",
|
|
|
|
"@sucrase/jest-plugin": "2.2.0",
|
2021-12-10 18:18:16 +08:00
|
|
|
"@types/fs-extra": "9.0.13",
|
2021-10-30 17:09:09 +08:00
|
|
|
"@types/gulp": "4.0.9",
|
2021-11-02 23:01:21 +08:00
|
|
|
"@types/jest": "27.0.2",
|
2021-12-09 20:05:18 +08:00
|
|
|
"@types/lodash": "4.14.178",
|
2021-11-27 18:41:23 +08:00
|
|
|
"@types/sass": "1.43.1",
|
2021-12-25 11:53:06 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.8.0",
|
|
|
|
"@typescript-eslint/parser": "5.8.0",
|
2021-12-12 17:54:21 +08:00
|
|
|
"@vue/compiler-sfc": "3.2.26",
|
2021-10-30 16:00:18 +08:00
|
|
|
"@vue/test-utils": "2.0.0-rc.16",
|
2021-10-30 17:09:09 +08:00
|
|
|
"chalk": "4.1.2",
|
2021-12-10 17:15:43 +08:00
|
|
|
"components-helper": "1.0.5",
|
2021-12-07 11:18:15 +08:00
|
|
|
"csstype": "2.6.19",
|
2021-10-30 17:09:09 +08:00
|
|
|
"cz-conventional-changelog": "3.3.0",
|
2021-12-25 05:28:22 +08:00
|
|
|
"esbuild": "0.14.8",
|
2021-12-24 21:26:34 +08:00
|
|
|
"eslint": "8.5.0",
|
2021-10-30 17:09:09 +08:00
|
|
|
"eslint-config-prettier": "8.3.0",
|
2021-11-28 04:31:16 +08:00
|
|
|
"eslint-define-config": "1.2.0",
|
2021-11-10 18:04:04 +08:00
|
|
|
"eslint-plugin-import": "2.25.3",
|
2021-10-30 17:09:09 +08:00
|
|
|
"eslint-plugin-prettier": "4.0.0",
|
2021-12-07 03:09:51 +08:00
|
|
|
"eslint-plugin-vue": "8.2.0",
|
2021-10-30 17:09:09 +08:00
|
|
|
"expect-type": "0.13.0",
|
|
|
|
"fast-glob": "3.2.7",
|
2021-12-10 18:18:16 +08:00
|
|
|
"fs-extra": "10.0.0",
|
2021-10-30 17:09:09 +08:00
|
|
|
"gulp": "4.0.2",
|
|
|
|
"husky": "7.0.4",
|
|
|
|
"jest": "26.6.3",
|
2021-12-24 21:27:30 +08:00
|
|
|
"lint-staged": "12.1.4",
|
2021-12-04 23:13:45 +08:00
|
|
|
"prettier": "2.5.1",
|
2021-12-24 21:27:40 +08:00
|
|
|
"pretty-quick": "3.1.3",
|
2021-10-30 22:08:15 +08:00
|
|
|
"resize-observer-polyfill": "1.5.1",
|
2021-10-30 17:09:09 +08:00
|
|
|
"rimraf": "3.0.2",
|
2021-12-11 21:14:57 +08:00
|
|
|
"rollup": "2.61.1",
|
2021-10-30 17:09:09 +08:00
|
|
|
"rollup-plugin-css-only": "3.1.0",
|
2021-12-27 12:44:53 +08:00
|
|
|
"rollup-plugin-esbuild": "4.8.1",
|
2021-10-30 17:09:09 +08:00
|
|
|
"rollup-plugin-filesize": "9.1.1",
|
|
|
|
"rollup-plugin-vue": "6.0.0",
|
2021-12-25 05:28:57 +08:00
|
|
|
"sass": "1.45.1",
|
2021-10-30 17:09:09 +08:00
|
|
|
"sucrase": "3.20.3",
|
|
|
|
"ts-jest": "26.5.6",
|
2021-11-23 14:30:31 +08:00
|
|
|
"ts-morph": "13.0.2",
|
2021-12-16 19:38:34 +08:00
|
|
|
"typescript": "4.5.4",
|
2021-12-07 11:18:15 +08:00
|
|
|
"vue": "3.2.24",
|
2021-10-06 17:36:47 +08:00
|
|
|
"vue-jest": "5.0.0-alpha.10",
|
2021-10-30 17:09:09 +08:00
|
|
|
"vue-router": "4.0.12",
|
2021-12-01 05:14:01 +08:00
|
|
|
"vue-tsc": "0.29.8"
|
2021-09-05 21:42:37 +08:00
|
|
|
}
|
2020-07-21 18:18:44 +08:00
|
|
|
}
|