Files
my-links/package.json
2023-06-10 19:07:01 +02:00

40 lines
917 B
JSON

{
"name": "my-links",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "^4.15.0",
"@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.9.0",
"react-select": "^5.7.3",
"sass": "^1.63.3",
"sharp": "^0.32.1",
"toastr": "^2.1.4",
"yup": "^1.2.0"
},
"devDependencies": {
"@types/node": "^20.2.6",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.2.11",
"eslint": "8",
"eslint-config-next": "13.4.4",
"prisma": "^4.15.0",
"typescript": "5.1.3"
}
}