{
    "name": "[name]",
    "version": "1.0.0",
    "description": "",
    "main": "index.js",
    "scripts": {
        "dev": "vite",
        "build": "vite build",
        "preview": "vite preview",
        "lint": "eslint ."
    },
    "type": "module",
    "dependencies": {
        "@tanstack/react-router": "^1.97.17",
        "jotai": "^2.11.1",
        "react": "^19.0.0",
        "react-dom": "^19.0.0"
    },
    "devDependencies": {
        "@stylistic/eslint-plugin": "^4.2.0",
        "@eslint/js": "^9.18.0",
        "@tanstack/router-devtools": "^1.97.17",
        "@tanstack/router-plugin": "^1.97.17",
        "@types/react": "^19.0.7",
        "@types/react-dom": "^19.0.3",
        "@vitejs/plugin-react": "^4.3.4",
        "eslint": "^9.18.0",
        "eslint-plugin-react": "^7.37.4",
        "globals": "^15.14.0",
        "less": "^4.2.2",
        "typescript": "^5.7.3",
        "typescript-eslint": "^8.21.0",
        "vite": "^6.0.11"
    }
}