forked from plus-pro-components/plus-pro-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
139 lines (139 loc) · 4.49 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"private": true,
"version": "0.1.19",
"description": "Page level components developed based on Element Plus.",
"license": "MIT",
"author": "xiaofei",
"workspaces": {
"packages": [
"packages/*",
"docs"
]
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"postinstall": "pnpm stub:build && pnpm build:utils && pnpm build:eslint-config",
"test": "vitest",
"coverage": "vitest run --coverage",
"dev": "pnpm run -C packages/play dev",
"stub:build": "pnpm run -C scripts/build stub",
"build": "pnpm run clean && pnpm run build:theme && pnpm run build:main",
"build:resolver": "pnpm run -C packages/resolver build",
"build:utils": "pnpm run -C packages/utils build",
"build:main": "pnpm run -C scripts/build build",
"build:theme": "pnpm run -C packages/theme-chalk build",
"build:eslint-config": "pnpm run -C packages/eslint-config build",
"publish": "bash scripts/publish.sh",
"commit": "bash scripts/commit.sh",
"sync": "bash scripts/sync.sh",
"release": "tsx scripts/release/index.ts",
"clean": "rimraf dist && rimraf packages/theme-chalk/dist",
"changelog": "tsx scripts/changelog/index.ts",
"prepare": "husky install",
"gitcz": "git-cz",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue --fix",
"prettier": "prettier ./**/*.{js,jsx,ts,tsx,vue,css,less,sass,scss} --write",
"typecheck": "vue-tsc -p tsconfig.web.json --composite false --noEmit",
"typecheck:play": "vue-tsc -p packages/play/tsconfig.json --composite false --noEmit",
"docs:dev": "pnpm run -C docs dev",
"docs:start": "pnpm run -C docs start",
"docs:debug": "pnpm run -C docs debug",
"docs:build": "pnpm run -C docs build",
"docs:preview": "pnpm run -C docs preview",
"new": "tsx scripts/create-component/index.ts"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@plus-pro-components/components": "workspace:*",
"@plus-pro-components/constants": "workspace:*",
"@plus-pro-components/eslint-config": "workspace:*",
"@plus-pro-components/hooks": "workspace:*",
"@plus-pro-components/locale": "workspace:*",
"@plus-pro-components/resolver": "workspace:*",
"@plus-pro-components/theme-chalk": "workspace:*",
"@plus-pro-components/types": "workspace:*",
"@plus-pro-components/utils": "workspace:*",
"dayjs": "^1.11.7",
"element-plus": "^2.6.3",
"esbuild": "0.24.0",
"lodash-es": "^4.17.21",
"sortablejs": "^1.15.0",
"vite": "^5.2.9",
"vue": "^3.4.21",
"vue-router": "^4.2.0",
"vue-tsc": "1.8.27"
},
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@inquirer/prompts": "^1.2.3",
"@pnpm/find-workspace-packages": "^6.0.8",
"@pnpm/types": "^9.0.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/fs-extra": "^11.0.1",
"@types/jsdom": "^21.1.1",
"@types/lodash-es": "^4.17.7",
"@types/node": "^20.1.4",
"@types/sortablejs": "^1.15.1",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-v8": "^1.5.0",
"@vue/test-utils": "^2.4.5",
"autoprefixer": "^10.4.14",
"chalk": "4.1.2",
"commitizen": "^4.3.0",
"compare-func": "^2.0.0",
"consola": "^3.1.0",
"conventional-changelog-cli": "^3.0.0",
"conventional-changelog-custom-config": "^0.3.1",
"cssnano": "^6.0.1",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^7.0.0",
"cz-git": "^1.6.1",
"enquirer": "^2.3.6",
"execa": "5.1.0",
"fast-glob": "^3.2.12",
"fs-extra": "^11.1.1",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^13.2.2",
"minimist": "^1.2.8",
"ora": "^6.3.1",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"rimraf": "^5.0.0",
"rollup": "^4.14.3",
"rollup-plugin-banner2": "^1.2.3",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-scss": "^4.0.0",
"sass": "^1.75.0",
"semver": "^7.5.1",
"tsx": "^4.7.2",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vite-plugin-dts": "^3.8.3",
"vitest": "^1.5.0"
},
"peerDependencies": {
"vue": "^3.2.0"
},
"engines": {
"node": ">= 18"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git",
"useEmoji": true
}
},
"lint-staged": {
"*.{vue,js,ts,jsx,tsx}": [
"pnpm run lint"
]
}
}