-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "@hooray/monorepo",
"type": "module",
"version": "0.3.0",
"private": true,
"description": "",
"author": "Hooray <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/hooray/vite-plugin-app-loading",
"keywords": [],
"scripts": {
"dev:vue": "pnpm build && pnpm -F vue dev",
"dev:react": "pnpm build && pnpm -F react dev",
"build": "pnpm -F vite-plugin-app-loading build",
"lint:eslint": "eslint . --cache --fix",
"preinstall": "npx only-allow pnpm",
"postinstall": "simple-git-hooks",
"taze": "taze minor -wIr",
"release": "bumpp -r"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@types/node": "^22.7.5",
"bumpp": "^9.7.1",
"cz-git": "^1.10.1",
"eslint": "^9.12.0",
"lint-staged": "^15.2.10",
"simple-git-hooks": "^2.11.1",
"taze": "^0.17.2"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
"preserveUnused": true
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
}
}