add icons

This commit is contained in:
Romulus21
2023-12-28 21:41:45 +01:00
parent 2dcad24fbd
commit 0a0a897e11
17 changed files with 508 additions and 13 deletions

View File

@@ -7,7 +7,8 @@
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
"preview": "vite preview",
"generate-pwa-assets": "pwa-assets-generator"
},
"dependencies": {
"react": "^18.2.0",
@@ -18,12 +19,14 @@
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vite-pwa/assets-generator": "^0.2.2",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.32",
"rollup-plugin-copy": "^3.5.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.2.2",
"vite": "^5.0.8",