1
0
Fork 0
mirror of https://github.com/archtechx/laravel-tips.git synced 2025-12-12 13:24:03 +00:00
laravel-tips/package.json
Lars Klopstra 8623a25b79 wip
2021-04-07 18:31:59 +02:00

25 lines
757 B
JSON

{
"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": {
"@hotwired/turbo": "^7.0.0-beta.4",
"@tailwindcss/typography": "^0.4.0",
"alpine-turbo-drive-adapter": "^1.0.2",
"alpinejs": "^2.8.2",
"axios": "^0.21",
"browser-sync": "^2.26.14",
"browser-sync-webpack-plugin": "^2.2.2",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.2.9",
"tailwindcss": "^2.0.4"
}
}