17 lines
404 B
JSON
17 lines
404 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 .",
|
|
"i_am_sure_i_want_to_nuke_gitignored_files": "rm -rf .turbo node_modules"
|
|
},
|
|
"devDependencies": {
|
|
"tailwindcss": "^3.4.0"
|
|
}
|
|
}
|