mirror of
https://github.com/wahyd4/links.git
synced 2026-08-09 05:06:16 +10:00
Bumps [echarts](https://github.com/apache/echarts) from 5.6.0 to 6.1.0. - [Release notes](https://github.com/apache/echarts/releases) - [Commits](https://github.com/apache/echarts/compare/5.6.0...6.1.0) --- updated-dependencies: - dependency-name: echarts dependency-version: 6.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
33 lines
1.0 KiB
JSON
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": "^6.1.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": "^4.3.4",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^7.15.1",
|
|
"vite": "^6.2.0"
|
|
}
|
|
}
|