34 lines
756 B
JSON
34 lines
756 B
JSON
{
|
|
"name": "example-with-auth",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"start": "vite preview",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"lint": "biome lint src",
|
|
"lint:fix": "biome check --write src"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^25.2.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.28.0",
|
|
"recoil": "^0.7.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@vitejs/plugin-react": "^4.3.3",
|
|
"@biomejs/biome": "^1.9.4",
|
|
"@tailwindcss/vite": "^4.1.13",
|
|
"tailwindcss": "^4.1.13",
|
|
"vite": "^5.4.10",
|
|
"vitest": "^2.1.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=22"
|
|
}
|
|
}
|