mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 14:43:24 +00:00
30 lines
644 B
JSON
30 lines
644 B
JSON
{
|
|
"name": "superpipo-v2",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/client": "^3.13.0",
|
|
"@reduxjs/toolkit": "^1.8.1",
|
|
"next": "^12.1.5",
|
|
"next-auth": "^4.0.6",
|
|
"nprogress": "^0.2.0",
|
|
"react": "^18.1.0",
|
|
"react-dom": "^18.1.0",
|
|
"react-redux": "^8.0.1",
|
|
"sass": "^1.46.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.29",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/react": "^18.0.8",
|
|
"eslint": "7",
|
|
"eslint-config-next": "12.0.7",
|
|
"prisma": "^3.13.0"
|
|
}
|
|
}
|