19 lines
488 B
JSON
19 lines
488 B
JSON
{
|
|
"name": "@developomp-site/tailwind-config",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "tailwind.config.js",
|
|
"files": [
|
|
"tailwind.config.js"
|
|
],
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"clean": "rm -rf .turbo node_modules"
|
|
},
|
|
"devDependencies": {
|
|
"@developomp-site/eslint-config": "workspace:*",
|
|
"@developomp-site/prettier-config": "workspace:*",
|
|
"eslint": "^8.44.0",
|
|
"tailwindcss": "^3.3.2"
|
|
}
|
|
}
|