-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.17 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "aeorank",
"private": true,
"type": "module",
"engines": {
"node": ">=20"
},
"packageManager": "pnpm@10.32.1",
"scripts": {
"dev": "turbo dev",
"build": "turbo build",
"test": "turbo test",
"lint": "biome check .",
"format": "biome format . --write",
"typecheck": "turbo typecheck"
},
"devDependencies": {
"turbo": "^2.5.0",
"typescript": "^5.7.0",
"@biomejs/biome": "^1.9.0",
"vitest": "^3.2.0"
},
"pnpm": {
"overrides": {
"handlebars": ">=4.7.9",
"lodash": ">=4.18.0",
"node-forge": ">=1.4.0",
"immutable": ">=3.8.3",
"liquidjs": ">=10.25.6",
"defu": ">=6.1.7",
"vite": "^7.3.2",
"picomatch": ">=4.0.4",
"serialize-javascript": ">=7.0.5",
"path-to-regexp": ">=0.1.13",
"axios": ">=1.15.1",
"esbuild": ">=0.25.0",
"brace-expansion": ">=5.0.5",
"cookie": ">=0.7.0",
"tmp": ">=0.2.5",
"markdown-it": ">=14.1.1",
"yaml": ">=2.8.3",
"follow-redirects": ">=1.16.0",
"smol-toml": ">=1.6.1",
"file-type": ">=21.3.1",
"h3": ">=1.15.9",
"srvx": ">=0.11.13",
"unhead": ">=2.1.13",
"@sveltejs/kit": ">=2.57.1",
"@parcel/reporter-dev-server": ">=2.16.4",
"webpack": ">=5.106.2"
}
}
}