2019-03-05 18:10:11 -03:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "npm run development",
|
2021-02-27 13:23:38 -03:00
|
|
|
"development": "mix",
|
|
|
|
"watch": "mix watch",
|
|
|
|
"watch-poll": "mix watch -- --watch-options-poll=1000",
|
|
|
|
"hot": "mix watch --hot",
|
2019-03-05 18:10:11 -03:00
|
|
|
"prod": "npm run production",
|
2021-05-10 16:27:31 -03:00
|
|
|
"production": "mix --production",
|
|
|
|
"heroku-postbuild": "npm run prod"
|
2019-03-05 18:10:11 -03:00
|
|
|
},
|
2019-12-18 15:59:37 -03:00
|
|
|
"dependencies": {
|
2021-12-08 12:15:39 -03:00
|
|
|
"@inertiajs/inertia": "^0.10.1",
|
|
|
|
"@inertiajs/inertia-vue3": "^0.5.2",
|
|
|
|
"@inertiajs/progress": "^0.2.6",
|
|
|
|
"@popperjs/core": "^2.11.0",
|
2021-12-08 13:59:08 -03:00
|
|
|
"autoprefixer": "^10.4.0",
|
2021-12-08 12:18:43 -03:00
|
|
|
"eslint": "^8.4.1",
|
|
|
|
"eslint-plugin-vue": "^8.2.0",
|
2021-12-08 13:59:08 -03:00
|
|
|
"laravel-mix": "^6.0.39",
|
2021-02-27 10:49:16 -03:00
|
|
|
"lodash": "^4.17.21",
|
2021-12-08 13:59:08 -03:00
|
|
|
"postcss": "^8.4.4",
|
2019-03-18 08:53:00 -03:00
|
|
|
"postcss-import": "^12.0.1",
|
2020-01-09 00:16:10 -03:00
|
|
|
"postcss-nesting": "^7.0.1",
|
2021-02-27 13:23:38 -03:00
|
|
|
"tailwindcss": "^2.0.3",
|
2021-12-08 12:15:39 -03:00
|
|
|
"uuid": "^8.3.2",
|
|
|
|
"vue": "^3.2.24",
|
|
|
|
"vue-loader": "^16.2.0"
|
2019-03-05 18:10:11 -03:00
|
|
|
}
|
|
|
|
}
|