Files
aso/package.json
2022-11-03 09:51:22 +07:00

30 lines
840 B
JSON
Executable File

{
"private": true,
"scripts": {
"start": "cd frontend && pnpm run start",
"build": "cd frontend && pnpm run build",
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"axios": "^0.25.0",
"laravel-mix": "^6.0.43",
"lodash": "^4.17.21",
"postcss": "^8.4.14"
},
"dependencies": {
"@mui/icons-material": "^5.8.0",
"@mui/material": "^5.8.1",
"apexcharts": "^3.35.3",
"numeral": "^2.0.6",
"react": "^18.1.0",
"react-apexcharts": "^1.4.0",
"react-dom": "^18.1.0"
}
}