-
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 690 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 690 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
{
"name": "@lazarv/react-server-example-tanstack-router",
"private": true,
"description": "@lazarv/react-server Tanstack Router example",
"keywords": [],
"license": "ISC",
"author": "",
"scripts": {
"dev": "react-server",
"build": "react-server build",
"start": "react-server start"
},
"dependencies": {
"@lazarv/react-server": "workspace:^",
"@tanstack/react-router": "^1.40.0"
},
"devDependencies": {
"@tanstack/router-devtools": "^1.40.0",
"@tanstack/router-plugin": "^1.39.13",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.5.0",
"postcss": "^8.5.15",
"tailwindcss": "^3.4.19"
}
}