{
    "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-query": "^5.76.1",
        "@tanstack/react-query-devtools": "^5.76.1",
        "react": "^19.0.0",
        "react-dom": "^19.0.0"
    },
    "devDependencies": {
        "@eslint/js": "^9.18.0",
        "@stylistic/eslint-plugin": "^4.2.0",
        "@tanstack/eslint-plugin-query": "^5.74.7",
        "@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"
    }
}