-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.43 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.43 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": "portfolio",
"private": true,
"type": "module",
"scripts": {
"build": "vp build",
"check": "vp check",
"dev": "vp dev --port 3000",
"prepare": "panda codegen && vp config",
"preview": "vp preview",
"test": "vp test run"
},
"dependencies": {
"@radix-ui/react-tooltip": "^1.2.11",
"@tanstack/react-devtools": "^0.10.8",
"@tanstack/react-query": "^5.101.2",
"@tanstack/react-router": "^1.170.17",
"@tanstack/react-router-devtools": "^1.167.0",
"@tanstack/react-router-ssr-query": "^1.167.1",
"@tanstack/react-start": "^1.168.27",
"lucide-react": "^1.23.0",
"nitro": "npm:nitro-nightly@latest",
"react": "19.2.7",
"react-dom": "19.2.7",
"sonner": "^2.0.7",
"tone": "^15.1.22"
},
"devDependencies": {
"@pandacss/dev": "^1.11.4",
"@rolldown/plugin-babel": "^0.2.3",
"@tanstack/devtools-vite": "^0.8.1",
"@types/node": "^26.1.0",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/umami": "^2.10.1",
"@vitejs/plugin-react": "^6.0.3",
"babel-plugin-react-compiler": "^1.0.0",
"postcss": "^8.5.16",
"typescript": "^6.0.3",
"vite": "npm:@voidzero-dev/vite-plus-core@0.2.2",
"vite-plus": "0.2.2"
},
"overrides": {
"vite": "npm:@voidzero-dev/vite-plus-core@0.2.2"
},
"packageManager": "bun@1.3.14",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"lightningcss"
]
}
}