/ package.json
package.json
 1  {
 2    "name": "tanstack",
 3    "version": "1.0.0",
 4    "type": "module",
 5    "main": "index.js",
 6    "scripts": {
 7      "dev": "vinxi dev",
 8      "build": "vinxi build",
 9      "start": "vinxi start",
10      "test": "echo \"Error: no test specified\" && exit 1"
11    },
12    "keywords": [],
13    "author": "Xavier Brinon <xavier@brinon.eu>",
14    "license": "ISC",
15    "description": "test demo app, that can count",
16    "dependencies": {
17      "@tanstack/react-router": "^1.49.7",
18      "@tanstack/start": "^1.49.7",
19      "@vitejs/plugin-react": "^4.3.1",
20      "open-props": "^1.7.6",
21      "react": "^18.3.1",
22      "react-dom": "^18.3.1",
23      "vinxi": "^0.4.1"
24    },
25    "devDependencies": {
26      "@eslint/js": "^9.9.1",
27      "@types/react": "^18.3.4",
28      "@types/react-dom": "^18.3.0",
29      "eslint": "^9.9.1",
30      "eslint-plugin-react": "^7.35.0",
31      "globals": "^15.9.0",
32      "typescript": "^5.5.4",
33      "typescript-eslint": "^8.2.0"
34    }
35  }