-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 882 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 882 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
{
"name": "my-little-chapter",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"dev": "vite dev --host --port 3000",
"build": "vite build",
"start": "node -r dotenv/config .output/server/index.mjs dotenv_config_path=.env.local"
},
"dependencies": {
"@tanstack/react-query": "^5.90.10",
"@tanstack/react-router": "1.136.8",
"@tanstack/react-start": "1.136.8",
"nitro": "3.0.1-alpha.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"zod": "^3.24.4"
},
"devDependencies": {
"@tanstack/react-router-ssr-query": "1.136.8",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2",
"@vitejs/plugin-react": "^5.0.2",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"vite": "7.2.2",
"vite-bundle-analyzer": "^0.22.0",
"vite-tsconfig-paths": "5.1.4"
}
}