forked from mayflower/corona-testing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.03 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
59
60
61
62
63
64
65
66
67
68
69
{
"name": "corona-testing",
"version": "0.1.0",
"private": true,
"license": "AGPL-3.0-or-later",
"bugs": "https://github.com/drkTettnang/corona-testing/issues",
"homepage": "https://github.com/drkTettnang/corona-testing",
"repository": {
"type": "git",
"url": "https://github.com/drkTettnang/corona-testing.git"
},
"author": "Klaus Herberth <[email protected]>",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"deploy:db": "prisma migrate deploy && prisma generate"
},
"dependencies": {
"@date-io/dayjs": "1.x",
"@devexpress/dx-chart-core": "^2.7.5",
"@devexpress/dx-core": "^2.7.5",
"@devexpress/dx-react-chart": "^2.7.5",
"@devexpress/dx-react-chart-material-ui": "^2.7.5",
"@devexpress/dx-react-core": "^2.7.5",
"@fontsource/roboto": "^4.2.3",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/pickers": "^3.2.10",
"@prisma/client": "2.21.2",
"@types/html-to-text": "^6.0.0",
"@types/mjml-react": "^1.0.6",
"@zxing/browser": "^0.0.8",
"@zxing/library": "^0.18.4",
"apexcharts": "^3.25.0",
"axios": "^0.21.0",
"classnames": "^2.2.6",
"date-arithmetic": "^4.1.0",
"dayjs": "^1.9.7",
"full-icu": "^1.3.1",
"html-to-text": "^7.0.0",
"ical-generator": "^1.15.3",
"mjml": "^4.9.0",
"mjml-react": "^1.2.0",
"next": "10.0.8",
"next-auth": "^3.17.0",
"next-connect": "^0.10.0",
"nodemailer": "^6.4.17",
"puppeteer": "^8.0.0",
"qrcode.react": "^1.0.1",
"react": "17.0.1",
"react-apexcharts": "^1.3.7",
"react-barcode": "^1.4.0",
"react-clock": "^3.0.0",
"react-dom": "17.0.1",
"sha1": "^1.1.1",
"swr": "^0.4.2"
},
"devDependencies": {
"@types/classnames": "^2.2.11",
"@types/date-arithmetic": "^4.1.1",
"@types/node": "^14.14.14",
"@types/nodemailer": "^6.4.0",
"@types/sha1": "^1.1.2",
"prisma": "^2.18.0",
"typescript": "^4.1.3"
}
}