-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 861 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "next-crud",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "^3.9.2",
"boxicons": "^2.1.1",
"fs-extra": "^10.0.1",
"multer": "^1.4.4",
"next": "12.0.8",
"next-auth": "^4.2.1",
"next-connect": "^0.12.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"reactjs-popup": "^2.0.5"
},
"devDependencies": {
"@types/node": "^17.0.15",
"@types/react": "^17.0.39",
"eslint": "^8.7.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "12.0.8",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"prisma": "^3.9.2",
"typescript": "^4.5.5"
}
}