-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.15 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
{
"name": "@ginjou/monorepo",
"type": "module",
"private": true,
"packageManager": "[email protected]",
"author": "zhong666 <[email protected]>",
"license": "MIT",
"scripts": {
"build:pkgs": "turbo run build --filter=./packages/*",
"build:sb-vue": "turbo run build --filter=@ginjou/storybook-vue",
"preview:sb-vue": "turbo run preview --filter=@ginjou/storybook-vue",
"test": "turbo run test",
"dev:test": "turbo run dev:test",
"dev:sb-vue": "turbo run dev --filter=@ginjou/storybook-vue",
"release:pkgs": "turbo run release --concurrency=1 --filter=./packages/*",
"lint": "eslint . --cache --cache-location ./node_modules/.cache/eslint"
},
"devDependencies": {
"@aa900031/eslint-config": "^2.2.0",
"@release-it/conventional-changelog": "^9.0.2",
"@types/node": "^18.19.64",
"conventional-changelog-unjs": "^0.1.2",
"eslint": "^9.14.0",
"happy-dom": "^15.11.0",
"release-it": "^16.3.0",
"sirv-cli": "^3.0.0",
"turbo": "^2.2.3",
"typescript": "^5.6.3",
"unbuild": "^2.0.0",
"vitest": "^2.1.4"
},
"pnpm": {
"overrides": {
"@tanstack/vue-query>vue-demi": "latest",
"mkdist>esbuild": "0.24.0",
"vite>esbuild": "0.24.0"
}
}
}