-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 975 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 975 Bytes
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
{
"name": "@vuetify/one-monorepo",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "pnpm --filter=@vuetify/one dev",
"build": "pnpm --filter=\"./packages/*\" build",
"build:auth": "pnpm --filter=@vuetify/auth build",
"build:one": "pnpm --filter=@vuetify/one build",
"typecheck": "pnpm --filter=\"./packages/*\" typecheck",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "pnpm --filter=\"./packages/*\" test",
"release": "bumpp -r",
"release:auth": "pnpm --filter=@vuetify/auth release",
"release:one": "pnpm --filter=@vuetify/one release"
},
"devDependencies": {
"@tsconfig/node22": "catalog:",
"@types/node": "catalog:",
"@vue/tsconfig": "catalog:",
"bumpp": "catalog:",
"eslint": "catalog:",
"eslint-config-vuetify": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:",
"vue-tsc": "catalog:"
},
"packageManager": "pnpm@10.26.1"
}