-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.64 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "vita-facturatiesysteem",
"version": "1.1.0",
"private": true,
"scripts": {
"deploy": "git pull && yarn install --frozen-lockfile --ignore-scripts && yarn prisma generate && yarn build && pm2 reload ecosystem.config.js",
"dev": "next dev",
"build": "next build",
"start": "next start -p 3000",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.511.0",
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@mantine/core": "^6.0.4",
"@mantine/dates": "^6.0.4",
"@mantine/form": "^6.0.4",
"@mantine/hooks": "^6.0.4",
"@mantine/modals": "^6.0.4",
"@mantine/next": "^6.0.4",
"@mantine/notifications": "^6.0.4",
"@prisma/client": "5.9.1",
"@tabler/icons-react": "^2.11.0",
"@tanstack/react-query": "^4.28.0",
"@tanstack/react-query-devtools": "^4.28.0",
"argon2": "^0.30.3",
"axios": "^1.3.4",
"classnames": "^2.3.2",
"dayjs": "^1.11.7",
"deep-object-diff": "^1.1.9",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"formidable": "^2.1.1",
"jose": "^5.2.3",
"lodash.get": "^4.4.2",
"next": "13.2.4",
"next-auth": "^4.20.1",
"nodemailer": "^6.9.12",
"prisma": "5.9.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.59.3",
"sharp": "^0.33.2",
"slugify": "^1.6.5",
"sqlite3": "5.1.6",
"typescript": "4.9.3",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/formidable": "^2.0.5",
"@types/lodash.get": "^4.4.7",
"@types/node": "18.11.9",
"@types/nodemailer": "^6.4.14",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9"
}
}