-
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) · 838 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 838 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": "github-chat",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "biome lint .",
"format": "biome format . --write"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.16.1",
"devDependencies": {
"@biomejs/biome": "2.2.4",
"@types/node": "^24.5.2",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"typescript": "^5.9.2",
"vite-tsconfig-paths": "^5.1.4"
},
"dependencies": {
"@tanstack/react-router": "^1.132.6",
"@tanstack/react-start": "^1.132.6",
"@vitejs/plugin-react": "^5.0.3",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"vite": "^7.1.7"
}
}