Files
blog-service/frontend/package.json
T

38 lines
939 B
JSON
Raw Normal View History

{
"name": "frontend",
"private": true,
2025-11-08 15:01:58 -06:00
"version": "0.0.0",
"type": "module",
"scripts": {
2025-11-08 15:01:58 -06:00
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
2025-11-08 15:01:58 -06:00
"dependencies": {
2025-11-08 22:18:27 -06:00
"@tailwindcss/vite": "^4.1.17",
2025-11-08 15:01:58 -06:00
"react": "^19.1.1",
2025-11-08 22:18:27 -06:00
"react-dom": "^19.1.1",
2025-11-08 22:53:14 -06:00
"react-router-dom": "^7.9.5",
2025-11-08 22:18:27 -06:00
"tailwindcss": "^4.1.17"
},
2025-11-08 15:01:58 -06:00
"devDependencies": {
"@eslint/js": "^9.36.0",
"@types/node": "^24.6.0",
"@types/react": "^19.1.16",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.4",
"babel-plugin-react-compiler": "^19.1.0-rc.3",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.22",
"globals": "^16.4.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.45.0",
"vite": "npm:rolldown-vite@7.1.14"
},
"overrides": {
"vite": "npm:rolldown-vite@7.1.14"
}
}