Files
website-v2/package.json
Greg Newman 6ab2691656 🔨 remove Lottie
* Removes Lottie and related scripts
* Removes CSS from base.html

closes #202
2023-06-20 15:14:51 -04:00

22 lines
636 B
JSON

{
"name": "boost.revsys.dev",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:cppalliance/temp-site.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": {
"@tailwindcss/forms": "^0.5.3",
"alpinejs": "^3.10.2",
"autoprefixer": "^10.4.12",
"cssnano": "^5.1.14",
"htmx": "^0.0.2",
"rustywind": "^0.16.0",
"tailwindcss": "^3.2.1"
}
}