Files
monica/package.json
T
2021-12-06 21:27:31 -05:00

35 lines
1.1 KiB
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",
"pretest": "DB_CONNECTION=testing php artisan migrate:fresh && DB_CONNECTION=testing php artisan db:seed",
"posttest": "vendor/bin/phpstan analyse && vendor/bin/psalm",
"test": "vendor/bin/phpunit"
},
"devDependencies": {
"@inertiajs/inertia": "^0.10.0",
"@inertiajs/inertia-vue3": "^0.5.1",
"@inertiajs/progress": "^0.2.6",
"@tailwindcss/forms": "^0.2.1",
"@vue/compiler-sfc": "^3.0.5",
"autoprefixer": "^10.2.4",
"axios": "^0.21",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.2.13",
"postcss-import": "^14.0.1",
"sass": "^1.15.2",
"sass-loader": "^7.1.0",
"tailwindcss": "^2.1.2",
"tiny-emitter": "^2.1.0",
"vue": "^3.0.5",
"vue-loader": "^16.1.2"
}
}