Files
dumbo2/package.json

24 lines
648 B
JSON
Raw Normal View History

2022-04-14 12:28:08 +02:00
{
"private": true,
"scripts": {
"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": {
2023-02-23 18:58:41 +01:00
"@tailwindcss/forms": "^0.4.0",
"alpinejs": "^3.4.2",
"autoprefixer": "^10.4.2",
2022-04-14 12:28:08 +02:00
"axios": "^0.25",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
2023-02-23 18:58:41 +01:00
"postcss": "^8.4.6",
"postcss-import": "^14.0.2",
"tailwindcss": "^3.0.18"
2022-04-14 12:28:08 +02:00
}
}