-
-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathpackage.json
39 lines (39 loc) · 1002 Bytes
/
package.json
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
{
"name": "web",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"dev": "vinxi dev --port 3002",
"build": "vinxi build",
"start": "vinxi start",
"s": "bun --watch scripts/run.ts"
},
"dependencies": {
"@tailwindcss/vite": "^4.0.5",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query-devtools": "^5.66.0",
"@tanstack/react-router": "^1.102.0",
"@tanstack/react-router-with-query": "^1.102.0",
"@tanstack/router-devtools": "^1.102.0",
"@tanstack/start": "^1.102.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"redaxios": "^0.5.1",
"tailwind-merge": "^3.0.1",
"vinxi": "0.5.3"
},
"devDependencies": {
"@types/node": "^22.13.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.1",
"tailwindcss": "^4.0.5",
"typescript": "^5.7.3",
"vite-tsconfig-paths": "^5.1.4"
},
"prettier": {
"semi": false
}
}