Files
website-v2/package.json
Greg Newman 4dce406acd 🚧 fixes ordering on about page
* upgraded tailwind and related packages
* fixes mobile layout for the about view with proper ordering

Issue: #25
2022-10-25 08:53:26 -04:00

22 lines
616 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": "postcss frontend/styles.css -w -d static/css/ --verbose",
"build": "NODE_ENV=production postcss frontend/styles.css -d static/css/ --verbose"
},
"dependencies": {
"@lottiefiles/lottie-js": "^0.4.1",
"@tailwindcss/forms": "^0.5.3",
"alpinejs": "^3.10.2",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"postcss-cli": "^10.0.0",
"tailwindcss": "^3.2.1"
}
}