-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 965 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 965 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
35
36
37
38
{
"//": "tar override: @vercel/fun pins deprecated tar@7.5.7. Drop once vercel/fun#135 ships. https://github.com/vercel/fun/pull/135",
"dependencies": {
"next": "^16.2.10",
"react": "^19.2.7",
"react-dom": "^19.2.7"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^24",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitest/coverage-v8": "^4.1.9",
"tailwindcss": "^4",
"typescript": "^6",
"vercel": "54.18.7",
"vitest": "^4.1.1"
},
"engines": {
"node": "^24"
},
"name": "portfolio-rebalancer",
"overrides": {
"tar": "^7.5.15"
},
"private": true,
"scripts": {
"build": "next build --turbopack",
"dev": "next dev --turbopack",
"lint": "biome check --write .",
"start": "next start",
"tag": "bash scripts/tag.sh",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest"
},
"version": "1.4.2"
}