41 lines
1.2 KiB
JSON
41 lines
1.2 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.7",
|
|
"@types/react": "^18.2.64",
|
|
"@types/react-dom": "^18.2.21",
|
|
"@typescript-eslint/eslint-plugin": "^7.1.1",
|
|
"@vite-pwa/assets-generator": "^0.0.11",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"autoprefixer": "^10.4.18",
|
|
"axios": "^1.6.7",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react": "^7.34.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-tailwindcss": "^3.14.3",
|
|
"laravel-vite-plugin": "^0.8.1",
|
|
"postcss": "^8.4.35",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"rollup-plugin-copy": "^3.5.0",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.4.2",
|
|
"vite": "^4.5.2"
|
|
},
|
|
"dependencies": {
|
|
"echarts": "^5.5.0",
|
|
"react-router-dom": "^6.22.3",
|
|
"vite-plugin-pwa": "^0.17.5"
|
|
}
|
|
}
|