oranda 0.6.5

🎁 generate beautiful landing pages for your projects
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "private": true,
  "scripts": {
    "build": "tailwindcss -c tailwind.config.js -i ./css/main.css -o ./dist/oranda.css --minify"
  },
  "dependencies": {
    "@tailwindcss/forms": "^0.5.5",
    "@tailwindcss/typography": "^0.5.9",
    "tailwindcss": "^3.3.3"
  }
}