mirror of
https://github.com/catppuccin/tailwindcss.git
synced 2026-01-09 05:01:09 +08:00
26 lines
539 B
JSON
26 lines
539 B
JSON
{
|
|
"name": "ctp-next",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "12.1.6",
|
|
"react": "18.1.0",
|
|
"react-dom": "18.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nekowinston/ctp-tailwindcss": "^0.0.3",
|
|
"@tailwindcss/forms": "^0.5.2",
|
|
"autoprefixer": "^10.4.7",
|
|
"eslint": "8.16.0",
|
|
"eslint-config-next": "12.1.6",
|
|
"postcss": "^8.4.14",
|
|
"tailwindcss": "^3.0.24"
|
|
}
|
|
}
|