All checks were successful
Build MIPS Binary / build (push) Successful in 5m16s
- PostCSS tabanlı build'e geçildi (@tailwindcss/postcss + postcss-preset-env) - CSS native nesting (&) düzleştirilerek eski Safari desteği sağlandı - iOS 15+ ve Safari 15+ desteği eklendi
24 lines
511 B
JSON
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": "^11.1.3",
|
|
"tailwindcss": "^4.1.18"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/cli": "^4.1.18"
|
|
}
|
|
}
|