mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-01-22 15:30:15 +01:00
4eabda7e7b
Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 1.6.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.21.4...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
647 B
JSON
24 lines
647 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": {
|
|
"@tailwindcss/forms": "^0.2.1",
|
|
"alpinejs": "^2.7.3",
|
|
"autoprefixer": "^10.1.0",
|
|
"axios": "^1.6",
|
|
"laravel-mix": "^6.0.6",
|
|
"lodash": "^4.17.19",
|
|
"postcss": "^8.4.31",
|
|
"postcss-import": "^12.0.1",
|
|
"tailwindcss": "^2.0.2"
|
|
}
|
|
}
|