mirror of
https://github.com/searxng/searxng.git
synced 2025-03-13 16:02:39 +00:00
Bumps [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/sapphi-red/vite-plugin-static-copy/releases) - [Changelog](https://github.com/sapphi-red/vite-plugin-static-copy/blob/main/CHANGELOG.md) - [Commits](https://github.com/sapphi-red/vite-plugin-static-copy/compare/vite-plugin-static-copy@2.2.0...vite-plugin-static-copy@2.3.0) --- updated-dependencies: - dependency-name: vite-plugin-static-copy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
40 lines
1.1 KiB
JSON
40 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.21.0",
|
|
"copy-webpack-plugin": "^13.0.0",
|
|
"css-loader": "^7.1.2",
|
|
"edge.js": "^6.2.1",
|
|
"eslint": "^9.21.0",
|
|
"filemanager-webpack-plugin": "^8.0.0",
|
|
"globals": "^16.0.0",
|
|
"ionicons": "^7.4.0",
|
|
"leaflet": "^1.9.4",
|
|
"less": "^4.2.2",
|
|
"less-loader": "^12.2.0",
|
|
"normalize.css": "^8.0.1",
|
|
"sharp": "^0.33.5",
|
|
"style-loader": "^4.0.0",
|
|
"stylelint": "^16.15.0",
|
|
"stylelint-config-standard": "^37.0.0",
|
|
"stylelint-config-standard-less": "^3.0.1",
|
|
"stylelint-prettier": "^5.0.3",
|
|
"svgo": "^3.3.2",
|
|
"vite": "^6.2.1",
|
|
"vite-plugin-static-copy": "^2.3.0",
|
|
"vite-plugin-stylelint": "^6.0.0",
|
|
"webpack": "^5.97.1",
|
|
"webpack-cli": "^6.0.1"
|
|
},
|
|
"dependencies": {
|
|
"autocomplete-js": "^2.7.1"
|
|
}
|
|
}
|