SimpleNotes/css/package.json
2023-05-09 22:40:39 +02:00

16 lines
330 B
JSON

{
"name": "css",
"version": "1.0.0",
"scripts": {
"//": "`gradle css`"
},
"dependencies": {
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.1",
"postcss-cli": "^10.1.0",
"postcss-hash": "^3.0.0",
"postcss-import": "^15.1.0",
"tailwindcss": "^3.3.2"
}
}