2025-01-23 11:03:58 +01:00
|
|
|
{
|
2025-06-28 09:55:15 +02:00
|
|
|
"$schema": "https://json.schemastore.org/package.json",
|
2025-07-20 12:28:11 +02:00
|
|
|
"name": "@searxng/theme-simple",
|
|
|
|
|
"version": "0.0.0",
|
2025-06-28 09:55:15 +02:00
|
|
|
"private": true,
|
|
|
|
|
"license": "AGPL-3.0",
|
2025-01-23 11:03:58 +01:00
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
2025-06-28 09:55:15 +02:00
|
|
|
"build": "npm run build:icons && npm run build:vite",
|
2025-07-06 12:27:28 +02:00
|
|
|
"build:icons": "node theme_icons.ts",
|
2025-06-28 09:55:15 +02:00
|
|
|
"build:vite": "vite build",
|
2025-02-05 16:49:06 +01:00
|
|
|
"clean": "rm -Rf node_modules",
|
2025-06-28 09:55:15 +02:00
|
|
|
"fix": "npm run fix:stylelint && npm run fix:biome && npm run fix:package",
|
|
|
|
|
"fix:biome": "biome check --write",
|
|
|
|
|
"fix:package": "sort-package-json --quiet",
|
|
|
|
|
"fix:stylelint": "stylelint --fix strict 'src/**/*.{scss,sass,less,styl}'",
|
2025-07-06 12:27:28 +02:00
|
|
|
"lint": "npm run lint:biome && npm run lint:tsc",
|
|
|
|
|
"lint:biome": "biome lint",
|
|
|
|
|
"lint:tsc": "tsc --noEmit"
|
2025-01-23 11:03:58 +01:00
|
|
|
},
|
2025-07-06 12:27:28 +02:00
|
|
|
"browserslist": [
|
2025-12-02 10:18:00 +00:00
|
|
|
"baseline 2022",
|
2025-07-06 12:27:28 +02:00
|
|
|
"not dead"
|
|
|
|
|
],
|
2025-07-20 12:28:11 +02:00
|
|
|
"dependencies": {
|
2025-12-26 07:04:13 +00:00
|
|
|
"ionicons": "^8.0.13",
|
2025-07-20 12:28:11 +02:00
|
|
|
"normalize.css": "8.0.1",
|
2026-02-15 11:30:35 +01:00
|
|
|
"ol": "^10.8.0",
|
2025-07-20 12:28:11 +02:00
|
|
|
"swiped-events": "1.2.0"
|
|
|
|
|
},
|
2025-01-23 11:03:58 +01:00
|
|
|
"devDependencies": {
|
2026-03-09 14:25:05 +01:00
|
|
|
"@biomejs/biome": "2.4.6",
|
2026-03-18 15:12:57 +01:00
|
|
|
"@types/node": "^25.5.0",
|
2025-12-26 07:04:13 +00:00
|
|
|
"browserslist": "^4.28.1",
|
|
|
|
|
"browserslist-to-esbuild": "^2.1.1",
|
2026-02-27 09:38:54 +01:00
|
|
|
"edge.js": "^6.5.0",
|
2026-03-18 15:12:57 +01:00
|
|
|
"less": "^4.6.3",
|
2026-02-15 11:30:35 +01:00
|
|
|
"mathjs": "^15.1.1",
|
2025-11-07 10:48:05 +01:00
|
|
|
"sharp": "~0.34.5",
|
2026-02-03 11:44:34 +01:00
|
|
|
"sort-package-json": "^3.6.1",
|
2025-12-26 07:04:13 +00:00
|
|
|
"stylelint": "^16.26.0",
|
2026-01-09 11:06:11 +01:00
|
|
|
"stylelint-config-standard-less": "^4.0.1",
|
2025-12-26 07:04:13 +00:00
|
|
|
"stylelint-prettier": "^5.0.3",
|
2026-03-09 14:25:05 +01:00
|
|
|
"svgo": "^4.0.1",
|
2025-10-04 14:22:51 +02:00
|
|
|
"typescript": "~5.9.3",
|
2026-03-18 15:14:37 +01:00
|
|
|
"vite": "8.0.0",
|
2026-02-06 11:57:12 +01:00
|
|
|
"vite-bundle-analyzer": "^1.3.6"
|
2025-01-23 11:03:58 +01:00
|
|
|
}
|
|
|
|
|
}
|