feat: add package.json
This commit is contained in:
parent
edac25ba90
commit
a16436c157
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"name": "personal-cms",
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start"
|
||||
},
|
||||
"dependencies": {
|
||||
"next": "14.2.5",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"lucide-react": "^0.400.0",
|
||||
"zustand": "^4.5.4",
|
||||
"react-hook-form": "^7.52.1",
|
||||
"react-hot-toast": "^2.4.1",
|
||||
"react-quill": "^2.0.0",
|
||||
"uuid": "^10.0.0",
|
||||
"js-cookie": "^3.0.5",
|
||||
"clsx": "^2.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "20.14.10",
|
||||
"@types/react": "18.3.3",
|
||||
"@types/react-dom": "18.3.0",
|
||||
"@types/uuid": "^10.0.0",
|
||||
"@types/js-cookie": "^3.0.6",
|
||||
"typescript": "5.5.3",
|
||||
"tailwindcss": "^3.4.6",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"postcss": "^8.4.39"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue