Files
aso/package.json
2022-05-26 12:50:40 +07:00

25 lines
677 B
JSON

{
"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",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.1.14"
},
"dependencies": {
"@mui/icons-material": "^5.8.0",
"@mui/material": "^5.8.1"
}
}