Bumps [axios](https://github.com/axios/axios) from 1.13.3 to 1.13.4. - [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/v1.13.3...v1.13.4) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
988 B
JSON
32 lines
988 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"snyk:test": "snyk test --all-projects --exclude=vendor"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.1.17",
|
|
"autoprefixer": "^10.4.19",
|
|
"axios": "^1.13.4",
|
|
"laravel-vite-plugin": "^2.0.1",
|
|
"postcss": "^8.4.38",
|
|
"vite": "^7.3.0"
|
|
},
|
|
"dependencies": {
|
|
"@tiptap/core": "^3.10.7",
|
|
"@tiptap/extension-highlight": "^3.10.7",
|
|
"@tiptap/extension-image": "^3.10.7",
|
|
"@tiptap/extension-link": "^3.10.7",
|
|
"@tiptap/extension-subscript": "^3.10.7",
|
|
"@tiptap/extension-superscript": "^3.10.7",
|
|
"@tiptap/extension-text-align": "^3.10.7",
|
|
"@tiptap/extension-typography": "^3.10.7",
|
|
"@tiptap/extension-underline": "^3.10.7",
|
|
"@tiptap/pm": "^3.10.7",
|
|
"@tiptap/starter-kit": "^3.10.7",
|
|
"tailwindcss": "^4.1.17"
|
|
}
|
|
}
|