50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.4.4",
|
|
"type": "module",
|
|
"repository": "https://git.lamacchinadesiderante.org/lamacchinadesiderante/millelibri",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/react": "^2.4.6",
|
|
"@chakra-ui/skip-nav": "^2.0.13",
|
|
"@chakra-ui/system": "^2.3.7",
|
|
"@emotion/react": "^11.10.5",
|
|
"@emotion/styled": "^11.10.5",
|
|
"@tanstack/react-table": "^8.7.4",
|
|
"@tanstack/table-core": "^8.7.4",
|
|
"@tauri-apps/api": "^1.2.0",
|
|
"ahooks": "^3.7.4",
|
|
"axios": "^1.2.2",
|
|
"filesize": "^10.0.6",
|
|
"framer-motion": "^7.10.3",
|
|
"i18next": "^22.4.6",
|
|
"i18next-browser-languagedetector": "^7.0.1",
|
|
"lodash": "^4.17.21",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "^7.41.3",
|
|
"react-i18next": "^12.1.1",
|
|
"react-icons": "^4.7.1",
|
|
"react-intersection-observer": "^9.4.1",
|
|
"react-responsive": "^9.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.7",
|
|
"@darkobits/vite-plugin-favicons": "^0.1.8",
|
|
"@types/lodash": "^4.14.191",
|
|
"@types/node": "^18.11.18",
|
|
"@types/react": "^18.0.26",
|
|
"@types/react-dom": "^18.0.10",
|
|
"@vitejs/plugin-react": "^2.2.0",
|
|
"prettier": "^2.8.1",
|
|
"typescript": "^4.9.4",
|
|
"vite": "^3.2.5",
|
|
"vite-plugin-top-level-await": "^1.2.2"
|
|
}
|
|
}
|