41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"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",
|
|
"generate-pwa-assets": "pwa-assets-generator"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.10",
|
|
"@types/react": "^18.3.26",
|
|
"@types/react-dom": "^18.3.7",
|
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
"@vite-pwa/assets-generator": "^0.0.11",
|
|
"@vitejs/plugin-react": "^4.7.0",
|
|
"autoprefixer": "^10.4.21",
|
|
"axios": "^1.12.2",
|
|
"eslint": "^8.57.1",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"eslint-plugin-tailwindcss": "^3.18.2",
|
|
"laravel-vite-plugin": "^0.8.1",
|
|
"postcss": "^8.5.6",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"rollup-plugin-copy": "^3.5.0",
|
|
"tailwindcss": "^3.4.18",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^4.5.14"
|
|
},
|
|
"dependencies": {
|
|
"echarts": "^5.6.0",
|
|
"react-router-dom": "^6.30.1",
|
|
"vite-plugin-pwa": "^0.17.5"
|
|
}
|
|
}
|