forked from HISP-Uganda/vaccination-self-registration-form
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.38 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "vaccination-self-registration-form",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chakra-ui/gatsby-plugin": "^2.0.1",
"@chakra-ui/react": "^1.6.6",
"@craco/craco": "^6.2.0",
"@createnextapp/react-barcode": "^1.1.1",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@react-pdf/renderer": "^2.0.19",
"@tailwindcss/forms": "^0.3.3",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/axios": "^0.14.0",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.4",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
"@types/react-select": "^4.0.17",
"antd": "^4.16.13",
"antd-form-generator": "^0.0.51",
"axios": "^0.21.1",
"effector": "^21.8.12",
"effector-react": "^21.3.3",
"framer-motion": "^4.1.17",
"mysql": "^2.18.1",
"qrcode": "^1.4.4",
"qrcode-svg": "^1.1.0",
"qrcode.react": "^1.0.1",
"react": "^17.0.2",
"react-alert": "^7.0.3",
"react-alert-template-basic": "^1.0.2",
"react-barcode": "^1.4.1",
"react-bootstrap-sweetalert": "^5.2.0",
"react-datepicker": "^4.2.1",
"react-dom": "^17.0.2",
"react-hook-form": "^7.13.0",
"react-qr-barcode-scanner": "^1.0.6",
"react-qr-code": "^2.0.2",
"react-qr-svg": "^2.4.0",
"react-qrcode-hook": "^1.1.0",
"react-query": "^3.21.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-select": "^4.3.1",
"react-select-search": "^3.0.8",
"sweetalert2": "^11.1.4",
"typescript": "^4.4.2",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/qrcode": "^1.4.1",
"@types/qrcode-svg": "^1.1.1",
"@types/qrcode.react": "^1.0.2",
"@types/react-router-dom": "^5.1.8",
"autoprefixer": "^9",
"eslint-config-react-app": "^6.0.0",
"postcss": "^7",
"tailwindcss": "npm:@tailwindcss/postcss7-compat"
}
}