Files
links/package.json
T
dependabot[bot]andGitHub f06aca0862 build(deps-dev): bump vite and @vitejs/plugin-react
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react). These dependencies needed to be updated together.

Updates `vite` from 6.4.1 to 8.1.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.1.1/packages/vite)

Updates `@vitejs/plugin-react` from 4.7.0 to 6.0.3
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@6.0.3/packages/plugin-react)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 8.1.1
  dependency-type: direct:development
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 6.0.3
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-30 15:43:33 +00:00

33 lines
1.0 KiB
JSON

{
"name": "url-manager",
"version": "1.0.0",
"scripts": {
"dev": "tailwindcss -i ./new_theme/static_src/src/styles.css -o ./new_theme/static/css/dist/styles.css --watch",
"build:css": "tailwindcss -i ./new_theme/static_src/src/styles.css -o ./new_theme/static/css/dist/styles.css --minify",
"build:search": "vite build",
"build:vendor": "node scripts/copy-vendor.js",
"build": "npm run build:vendor && npm run build:css && npm run build:search"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@tailwindcss/typography": "^0.5.9",
"alpinejs": "^3.14.9",
"chart.js": "^4.5.1",
"cross-spawn": ">=7.0.5",
"dropzone": "^6.0.0-beta.2",
"echarts": "^5.6.0",
"echarts-wordcloud": "^2.1.0",
"htmx.org": "^2.0.4",
"jquery": "^3.7.1",
"select2": "^4.1.0-rc.0",
"tailwindcss": "^3.3.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^6.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.15.1",
"vite": "^8.1.1"
}
}