16 lines
321 B
JSON
16 lines
321 B
JSON
{
|
|
"name": "@pompydev/tailwind-config",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "tailwind.config.js",
|
|
"files": [
|
|
"tailwind.config.js"
|
|
],
|
|
"scripts": {
|
|
"lint": "oxlint && eslint ."
|
|
},
|
|
"devDependencies": {
|
|
"tailwindcss": "^3.4.0"
|
|
}
|
|
}
|