-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 KB
/
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
36
37
38
39
40
41
42
{
"name": "meinmalzahlung",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next-dev-https --https --qr --port 8443",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "patch-package"
},
"dependencies": {
"@prisma/client": "^4.12.0",
"@types/node": "18.15.11",
"@types/react": "18.0.35",
"@types/react-dom": "18.0.11",
"dotenv": "^16.0.3",
"eslint-config-next": "13.3.0",
"iban": "^0.0.14",
"jsonwebtoken": "^9.0.0",
"next": "13.3.0",
"next-auth": "^4.22.0",
"next-dev-https": "^0.1.2",
"patch-package": "^6.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-text-mask": "^5.5.0",
"typescript": "5.0.4"
},
"devDependencies": {
"@types/iban": "^0.0.32",
"@types/react-text-mask": "^5.4.11",
"eslint": "^8.38.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prisma": "^4.12.0"
}
}