meals-made-easy-app/package.json
2024-06-20 08:10:11 +02:00

35 lines
1.1 KiB
JSON

{
"name": "meals-made-easy-app",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@tanstack/router-devtools": "^1.39.4",
"@tanstack/react-query": "^5.45.1",
"@tanstack/react-router": "^1.38.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@tanstack/router-vite-plugin": "^1.39.1",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"prettier": "^3.3.2",
"typescript": "^5.2.2",
"vite": "^5.2.0"
}
}