Files
fundor333.com/package.json
Fundor333 5acba397b4 Add Lunr.js for client-side search functionality and implement search results display
- Integrated Lunr.js library for indexing and searching content.
- Created search.js to handle search queries and display results dynamically.
- Implemented displayResults function to format and show search results.
- Enhanced search functionality with boosted fields for title and content.
- Added search.min.js for optimized production use.
2025-04-18 22:26:40 +02:00

23 lines
416 B
JSON

{
"author": {
"name": "Fundor333.com",
"url": "https://fundor333.com/"
},
"dependencies": {
"autoprefixer": "^10.4.21",
"cjs-loader": "^0.1.0",
"lunr": "^2.3.9",
"postcss": "^8.5.1",
"postcss-cli": "^11.0.1"
},
"description": "The source code for fundor333.com",
"engines": {
"node": "16.x",
"npm": "8.x"
},
"keywords": [],
"name": "fundor333.com",
"private": true,
"version": "0.0.0"
}