mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 15:05:35 +00:00
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "my-links",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/client": "^5.5.2",
|
|
"@svgr/webpack": "^8.1.0",
|
|
"axios": "^1.6.1",
|
|
"framer-motion": "^10.16.4",
|
|
"next": "^14.0.1",
|
|
"next-auth": "^4.24.4",
|
|
"next-seo": "^6.4.0",
|
|
"node-html-parser": "^6.1.11",
|
|
"nprogress": "^0.2.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-error-boundary": "^4.0.11",
|
|
"react-hotkeys-hook": "^4.4.1",
|
|
"react-icons": "^4.11.0",
|
|
"react-select": "^5.8.0",
|
|
"sass": "^1.69.5",
|
|
"sharp": "^0.32.6",
|
|
"toastr": "^2.1.4",
|
|
"yup": "^1.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.9.0",
|
|
"@types/nprogress": "^0.2.3",
|
|
"@types/react": "^18.2.37",
|
|
"@typescript-eslint/eslint-plugin": "^6.10.0",
|
|
"@typescript-eslint/parser": "^6.10.0",
|
|
"eslint": "^8.53.0",
|
|
"eslint-config-next": "14.0.1",
|
|
"prisma": "^5.5.2",
|
|
"typescript": "5.2.2"
|
|
}
|
|
}
|