Files
vibetorrent/frontend/package.json
spinline 47dc4da6d1
All checks were successful
Build MIPS Binary / build (push) Successful in 5m23s
fix: downgrade postcss-preset-env for Node 20.11.1 compatibility
2026-02-11 18:55:37 +03:00

24 lines
511 B
JSON

{
"name": "frontend",
"version": "1.0.0",
"description": "",
"main": "tailwind.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"postcss-preset-env": "^10.1.3",
"tailwindcss": "^4.1.18"
},
"dependencies": {
"@tailwindcss/cli": "^4.1.18"
}
}