-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 836 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 836 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
32
33
34
{
"name": "@vllnt/ui-monorepo",
"private": true,
"version": "0.1.0",
"packageManager": "pnpm@9.15.4",
"scripts": {
"dev": "turbo dev",
"build": "turbo build",
"lint": "turbo lint",
"lint:fix": "turbo lint:fix",
"test": "turbo test",
"test:once": "turbo test:once",
"clean": "turbo clean",
"check:circular": "turbo check:circular",
"registry:build": "turbo registry:build"
},
"devDependencies": {
"turbo": "^2.4.4"
},
"pnpm": {
"overrides": {
"hono": ">=4.12.4",
"@hono/node-server": ">=1.19.10",
"minimatch": ">=10.2.3",
"eslint-plugin-react>minimatch": "^3.1.2",
"ajv": ">=8.18.0",
"@eslint/eslintrc>ajv": "^6.12.4",
"eslint>ajv": "^6.12.4",
"qs": ">=6.14.2",
"rollup": ">=4.59.0",
"next": ">=16.1.6"
}
}
}