mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-12-31 02:46:16 +01:00
Bumps [rollup](https://github.com/rollup/rollup) from 4.53.3 to 4.54.0. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.53.3...v4.54.0) --- updated-dependencies: - dependency-name: rollup dependency-version: 4.54.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
31 lines
754 B
JSON
31 lines
754 B
JSON
{
|
|
"name": "cc-frontend",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"dev": "rollup -c -w"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^29.0.0",
|
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
"@rollup/plugin-terser": "^0.4.4",
|
|
"@timohausmann/quadtree-js": "^1.2.6",
|
|
"rollup": "^4.54.0",
|
|
"rollup-plugin-css-only": "^4.5.5",
|
|
"rollup-plugin-svelte": "^7.2.3",
|
|
"svelte": "^5.44.0"
|
|
},
|
|
"dependencies": {
|
|
"@rollup/plugin-replace": "^6.0.3",
|
|
"@sveltestrap/sveltestrap": "^7.1.0",
|
|
"@urql/svelte": "^4.2.3",
|
|
"chart.js": "^4.5.1",
|
|
"date-fns": "^4.1.0",
|
|
"graphql": "^16.12.0",
|
|
"mathjs": "^15.0.0",
|
|
"uplot": "^1.6.32",
|
|
"wonka": "^6.3.5"
|
|
}
|
|
}
|