-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.32 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
{
"name": "whoojs",
"private": true,
"version": "0.0.1",
"description": "A bussiness component packages of Vue3 plugins or tools",
"author": {
"name": "jhoone-wu",
"email": "[email protected]"
},
"keywords": [
"vue",
"javascript",
"vite",
"vue3",
"components",
"tools",
"plugins"
],
"licence": "ISC",
"type": "module",
"workspaces": [
"packages/**",
"examples",
"docs"
],
"scripts": {
"build:whoojs": "gulp --require @esbuild-kit/cjs-loader -f internal/build/index.js",
"publish:whoojs": "gulp --require @esbuild-kit/cjs-loader -f internal/publish/index.js",
"prepare": "husky install",
"cz": "czg",
"commit": "git add -A && czg",
"release": "standard-version"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
},
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@esbuild-kit/cjs-loader": "^2.4.2",
"@release-it/conventional-changelog": "^5.1.1",
"add": "^2.0.6",
"chalk": "^5.2.0",
"consola": "^3.1.0",
"cz-git": "^1.6.1",
"czg": "^1.6.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-sass": "^5.1.0",
"husky": "^8.0.3",
"release-it": "^15.10.3",
"sass": "^1.62.1",
"sucrase": "^3.32.0"
}
}