mirror of
https://github.com/searxng/searxng.git
synced 2025-08-04 10:56:44 +02:00
* [upd] web-client (simple): Bump svgo in /client/simple --- updated-dependencies: - dependency-name: svgo dependency-version: 4.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * [build] /static --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Markus Heiser <markus.heiser@darmarit.de>
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "simple",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"clean": "rm -Rf node_modules",
|
|
"build": "node theme_icons.js && vite build",
|
|
"fix": "eslint --fix && stylelint --fix strict 'src/**/*.{css,scss,sass,less,styl,vue,svelte}'",
|
|
"icons.html": "node theme_icons.js"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.29.0",
|
|
"copy-webpack-plugin": "^13.0.0",
|
|
"css-loader": "^7.1.2",
|
|
"edge.js": "^6.2.1",
|
|
"eslint": "^9.29.0",
|
|
"filemanager-webpack-plugin": "^8.0.0",
|
|
"globals": "^16.2.0",
|
|
"ionicons": "^8.0.9",
|
|
"leaflet": "^1.9.4",
|
|
"less": "^4.3.0",
|
|
"less-loader": "^12.3.0",
|
|
"normalize.css": "^8.0.1",
|
|
"sharp": "^0.34.2",
|
|
"style-loader": "^4.0.0",
|
|
"stylelint": "^16.21.0",
|
|
"stylelint-config-standard": "^38.0.0",
|
|
"stylelint-config-standard-less": "^3.0.1",
|
|
"stylelint-prettier": "^5.0.3",
|
|
"svgo": "^4.0.0",
|
|
"swiped-events": "^1.2.0",
|
|
"vite": "^6.3.5",
|
|
"vite-plugin-static-copy": "^3.1.0",
|
|
"vite-plugin-stylelint": "^6.0.0",
|
|
"webpack": "^5.99.9",
|
|
"webpack-cli": "^6.0.1"
|
|
}
|
|
}
|