31 lines
716 B
JSON
31 lines
716 B
JSON
{
|
|
"name": "leeds-beer-quest",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.10.5",
|
|
"@emotion/styled": "^11.10.5",
|
|
"@mui/material": "^5.10.11",
|
|
"@tanstack/react-query": "^4.13.4",
|
|
"localforage": "^1.10.0",
|
|
"match-sorter": "^6.3.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.4.2",
|
|
"sort-by": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.22",
|
|
"@types/react-dom": "^18.0.7",
|
|
"@vitejs/plugin-react": "^2.2.0",
|
|
"typescript": "^4.6.4",
|
|
"vite": "^3.2.0"
|
|
}
|
|
}
|