71 lines
1.9 KiB
JSON
71 lines
1.9 KiB
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite"
|
|
},
|
|
"devDependencies": {
|
|
"@capacitor/cli": "^7.4.1",
|
|
"@capacitor/core": "^7.4.1",
|
|
"@prettier/plugin-php": "^0.22.4",
|
|
"@tailwindcss/forms": "^0.5.10",
|
|
"@tailwindcss/postcss": "^4.0.15",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
"@types/lodash": "^4.17.16",
|
|
"@types/react": "^18.3.19",
|
|
"@types/react-dom": "^18.3.5",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"autoprefixer": "^10.4.21",
|
|
"axios": "^1.8.4",
|
|
"concurrently": "^9.0.1",
|
|
"laravel-vite-plugin": "^1.3.0",
|
|
"postcss": "^8.5.3",
|
|
"prettier": "^3.5.3",
|
|
"tailwindcss": "^4.1.6",
|
|
"typescript": "^5.8.2",
|
|
"vite": "^6.3.5"
|
|
},
|
|
"dependencies": {
|
|
"@capacitor/android": "^7.4.1",
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.0",
|
|
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
|
"@fortawesome/free-regular-svg-icons": "^6.7.2",
|
|
"@fortawesome/free-solid-svg-icons": "^6.7.2",
|
|
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
"@headlessui/react": "^2.2.0",
|
|
"@heroicons/react": "^2.2.0",
|
|
"@inertiajs/react": "^2.0.0",
|
|
"@inertiajs/server": "^0.1.0",
|
|
"@material-tailwind/react": "^2.1.10",
|
|
"@mui/icons-material": "^7.1.0",
|
|
"@mui/material": "^7.1.0",
|
|
"@mui/x-date-pickers": "^8.3.0",
|
|
"@tailwindcss/cli": "^4.1.6",
|
|
"classnames": "^2.5.1",
|
|
"daisyui": "^5.0.35",
|
|
"dayjs": "^1.11.13",
|
|
"konva": "^9.3.20",
|
|
"lodash": "^4.17.21",
|
|
"material-react-table": "^3.2.1",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-hot-toast": "^2.5.2",
|
|
"react-konva": "^18.2.12",
|
|
"use-image": "^1.1.4",
|
|
"use-react-countries": "^2.0.1",
|
|
"ziggy-js": "^2.5.2"
|
|
},
|
|
"prettier": {
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"useTabs": false,
|
|
"tabWidth": 2,
|
|
"trailingComma": "all",
|
|
"printWidth": 80,
|
|
"arrowParens": "avoid"
|
|
}
|
|
}
|