Files
aso/package.json
2022-05-19 06:11:46 +07:00

21 lines
573 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"
}
}