12345678910111213141516171819202122232425 |
- {
- "name": "mastodon",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "devDependencies": {
- "@fullhuman/postcss-purgecss": "^5.0.0",
- "@tailwindcss/aspect-ratio": "^0.4.2",
- "@tailwindcss/forms": "^0.5.3",
- "@tailwindcss/line-clamp": "^0.4.4",
- "@tailwindcss/typography": "^0.5.9",
- "autoprefixer": "^10.4.14",
- "postcss": "^8.4.23",
- "postcss-cli": "^10.1.0",
- "postcss-import": "^15.1.0",
- "tailwindcss": "^3.3.2"
- }
- }
|