package.json 605 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "mastodon",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [],
  10. "author": "",
  11. "license": "ISC",
  12. "devDependencies": {
  13. "@fullhuman/postcss-purgecss": "^5.0.0",
  14. "@tailwindcss/aspect-ratio": "^0.4.2",
  15. "@tailwindcss/forms": "^0.5.3",
  16. "@tailwindcss/line-clamp": "^0.4.4",
  17. "@tailwindcss/typography": "^0.5.9",
  18. "autoprefixer": "^10.4.14",
  19. "postcss": "^8.4.23",
  20. "postcss-cli": "^10.1.0",
  21. "postcss-import": "^15.1.0",
  22. "tailwindcss": "^3.3.2"
  23. }
  24. }