-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
84 lines (84 loc) · 2.56 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
{
"name": "covid-19-tw",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"deploy": "nx build --baseHref=/covid-19-test-kit-tw/ && gh-pages -d dist/apps/covid-19-tw",
"test": "nx test"
},
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@react-leaflet/core": "^2.0.0",
"@turf/turf": "^6.5.0",
"axios": "^0.26.1",
"chart.js": "^3.7.1",
"core-js": "^3.6.5",
"csvtojson": "^2.0.10",
"daisyui": "^2.14.0",
"dayjs": "^1.11.1",
"fuse.js": "^6.5.3",
"gh-pages": "^3.2.3",
"i18next": "^21.6.16",
"i18next-browser-languagedetector": "^6.1.4",
"i18next-http-backend": "^1.4.0",
"leaflet": "^1.8.0",
"leaflet.markercluster": "^1.5.3",
"point-in-polygon": "^1.1.0",
"react": "18.0.0",
"react-chartjs-2": "^4.1.0",
"react-dom": "18.0.0",
"react-i18next": "^11.16.7",
"react-leaflet": "^4.0.0",
"react-leaflet-markercluster": "^3.0.0-rc1",
"react-router-dom": "6",
"regenerator-runtime": "0.13.7",
"tslib": "^2.0.0",
"use-google-sheets": "^1.3.0"
},
"devDependencies": {
"@nrwl/cli": "14.0.2",
"@nrwl/cypress": "14.0.2",
"@nrwl/eslint-plugin-nx": "14.0.2",
"@nrwl/jest": "14.0.2",
"@nrwl/linter": "14.0.2",
"@nrwl/react": "14.0.2",
"@nrwl/web": "14.0.2",
"@nrwl/workspace": "14.0.2",
"@testing-library/react": "12.1.4",
"@types/jest": "27.0.2",
"@types/leaflet": "^1.7.9",
"@types/leaflet.markercluster": "^1.4.6",
"@types/node": "16.11.7",
"@types/point-in-polygon": "^1.1.1",
"@types/react": "^18.0.6",
"@types/react-dom": "^18.0.2",
"@types/react-leaflet-markercluster": "^3.0.0",
"@typescript-eslint/eslint-plugin": "~5.10.0",
"@typescript-eslint/parser": "~5.10.0",
"autoprefixer": "^10.4.4",
"babel-jest": "27.2.3",
"cypress": "^9.1.0",
"eslint": "~8.7.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.29.3",
"eslint-plugin-react-hooks": "4.3.0",
"jest": "27.2.3",
"nx": "14.0.2",
"postcss": "^8.4.12",
"prettier": "^2.5.1",
"react-test-renderer": "18.0.0",
"tailwindcss": "^3.0.24",
"ts-jest": "27.0.5",
"typescript": "~4.5.2"
}
}