![dependabot[bot]](/assets/img/avatar_default.png)
* #5 - (php) Bump laravel/tinker from 2.7.1 to 2.7.2 Bumps [laravel/tinker](https://github.com/laravel/tinker) from 2.7.1 to 2.7.2. - [Release notes](https://github.com/laravel/tinker/releases) - [Changelog](https://github.com/laravel/tinker/blob/2.x/CHANGELOG.md) - [Commits](https://github.com/laravel/tinker/compare/v2.7.1...v2.7.2) --- updated-dependencies: - dependency-name: laravel/tinker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * #5 - bump dependencies Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adrian Hopek <adrian.hopek@blumilk.pl>
48 lines
1.6 KiB
JSON
48 lines
1.6 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",
|
|
"lint": "./node_modules/.bin/eslint resources/js --ext .js,.vue",
|
|
"lintf": "./node_modules/.bin/eslint resources/js --ext .js,.vue --fix",
|
|
"postinstall": "npm run prod"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/vue": "^1.5.0",
|
|
"@heroicons/vue": "^1.0.6",
|
|
"@inertiajs/inertia": "^0.11.0",
|
|
"@inertiajs/inertia-vue3": "^0.6.0",
|
|
"@inertiajs/progress": "^0.2.7",
|
|
"@tailwindcss/forms": "^0.5.0",
|
|
"@tailwindcss/line-clamp": "^0.3.1",
|
|
"@tailwindcss/typography": "^0.5.2",
|
|
"@vue/compiler-sfc": "^3.2.31",
|
|
"autoprefixer": "^10.4.4",
|
|
"axios": "^0.26.1",
|
|
"echarts": "^5.3.2",
|
|
"eslit": "^6.0.0",
|
|
"flatpickr": "^4.6.11",
|
|
"laravel-mix": "^6.0.43",
|
|
"lodash": "^4.17.21",
|
|
"postcss": "^8.4.12",
|
|
"tailwindcss": "^3.0.23",
|
|
"vue": "^3.2.31",
|
|
"vue-echarts": "^6.0.2",
|
|
"vue-flatpickr-component": "^9.0.5",
|
|
"vue-loader": "^17.0.0",
|
|
"vue-material-design-icons": "^5.0.0",
|
|
"vue-toastification": "^2.0.0-rc.5",
|
|
"vue3-popper": "^1.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.12.0",
|
|
"eslint-plugin-tailwindcss": "^3.5.0",
|
|
"eslint-plugin-vue": "^8.5.0"
|
|
}
|
|
}
|