mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
* upgraded tailwind and related packages * fixes mobile layout for the about view with proper ordering Issue: #25
22 lines
616 B
JSON
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"
|
|
}
|
|
}
|