-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.04 KB
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
{
"name": "dx",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "turbo build",
"test": "turbo test",
"tscheck": "turbo tscheck",
"test:unit": "turbo test:unit",
"test:integration": "turbo test:integration"
},
"devDependencies": {
"@biomejs/biome": "^2.4.4",
"@changesets/changelog-github": "0.5.2",
"@changesets/cli": "2.29.8",
"@rrlab/biome-config": "workspace:*",
"@rrlab/biome-plugin": "workspace:*",
"@rrlab/cli": "workspace:*",
"@rrlab/oxc-plugin": "workspace:*",
"@rrlab/ts-config": "workspace:*",
"@rrlab/ts-plugin": "workspace:*",
"@rrlab/tsdown-config": "workspace:*",
"@rrlab/tsdown-plugin": "workspace:*",
"@rrlab/vitest-plugin": "workspace:*",
"@types/node": "latest",
"@vlandoss/vland": "workspace:*",
"lefthook": "2.1.1",
"oxfmt": "^0.51.0",
"oxlint": "^1.0.0",
"oxlint-tsgolint": "^0.23.0",
"tsdown": "0.22.0",
"turbo": "2.8.12",
"typescript": "^6.0.3",
"vitest": "^4.0.0"
},
"packageManager": "pnpm@10.6.4"
}