mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 14:43:24 +00:00
40 lines
916 B
JSON
40 lines
916 B
JSON
{
|
|
"name": "my-links",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/client": "^4.14.1",
|
|
"@svgr/webpack": "^8.0.1",
|
|
"axios": "^1.4.0",
|
|
"framer-motion": "^10.12.16",
|
|
"next": "^13.4.4",
|
|
"next-auth": "^4.22.1",
|
|
"next-seo": "^6.0.0",
|
|
"node-html-parser": "^6.1.5",
|
|
"nprogress": "^0.2.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hotkeys-hook": "^4.4.0",
|
|
"react-icons": "^4.8.0",
|
|
"react-select": "^5.7.3",
|
|
"sass": "^1.62.1",
|
|
"sharp": "^0.32.1",
|
|
"toastr": "^2.1.4",
|
|
"yup": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.2.4",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/react": "^18.2.7",
|
|
"eslint": "8",
|
|
"eslint-config-next": "13.4.4",
|
|
"prisma": "^4.14.1",
|
|
"typescript": "5.0.4"
|
|
}
|
|
}
|