This commit is contained in:
Romulus21
2023-12-09 20:18:52 +01:00
parent fbc19358a0
commit 9b40d1901b
13 changed files with 2192 additions and 184 deletions

View File

@@ -1,17 +1,21 @@
{
"name": "bermite",
"homepage": "https://bermite.rodev.fr/",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "./node_modules/.bin/eslint resources/js/ --ext .ts,.tsx",
"lint-fix": "eslint ./ --fix"
"lint-fix": "eslint ./ --fix",
"generate-pwa-assets": "pwa-assets-generator"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.6",
"@types/d3": "^7.4.1",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@vite-pwa/assets-generator": "^0.0.11",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.16",
"axios": "^1.5.0",
@@ -30,6 +34,7 @@
},
"dependencies": {
"d3": "^7.8.5",
"react-router-dom": "^6.16.0"
"react-router-dom": "^6.16.0",
"vite-plugin-pwa": "^0.17.4"
}
}