Files
website-v2/package.json
Greg Newman 28d64a4ef8 🚜 WIP working search
* Bootstrapped API viewset to search libraries
* Updated templates
* Added htmx for search
* Search results template to display results

Issue: #88
2023-02-10 11:04:33 -05:00

22 lines
636 B
JSON

{
"name": "boost.org",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:revsys/boost.org.git",
"author": "Greg Newman <greg@gregnewman.org>",
"license": "MIT",
"scripts": {
"dev": "tailwindcss -i frontend/styles.css -o static/css/styles.css --watch",
"build": "NODE_ENV=production tailwindcss -i frontend/styles.css -o static/css/styles.css --minify"
},
"dependencies": {
"@lottiefiles/lottie-js": "^0.4.1",
"@tailwindcss/forms": "^0.5.3",
"alpinejs": "^3.10.2",
"autoprefixer": "^10.4.12",
"cssnano": "^5.1.14",
"htmx": "^0.0.2",
"tailwindcss": "^3.2.1"
}
}