mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-30 16:14:13 +00:00
15 lines
243 B
JSON
15 lines
243 B
JSON
{
|
|
"name": "next-app-src",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"tailwindcss": "3.1.2"
|
|
}
|
|
}
|