-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.25 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
{
"name": "covid-19-react",
"version": "1.1.0",
"private": true,
"author": {
"name": "notasoftwaredevelopmentcompany",
"url": "https://notasoftwaredevelopmentcompany.com"
},
"dependencies": {
"@tailwindcss/typography": "^0.3.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.4",
"@testing-library/user-event": "^12.1.6",
"@types/classnames": "^2.2.11",
"@types/jest": "^26.0.14",
"@types/mapbox-gl": "^1.12.3",
"@types/node": "^14.11.2",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/react-leaflet": "^2.5.2",
"@types/react-redux": "^7.1.9",
"@types/react-router-dom": "^5.1.5",
"@types/recharts": "^1.8.16",
"@types/styled-components": "^5.1.4",
"autoprefixer": "^10.0.2",
"date-fns": "^2.16.1",
"history": "^5.0.0",
"immer": "^7.0.9",
"leaflet": "^1.7.1",
"mapbox-gl": "^1.12.0",
"postcss": "^8.1.10",
"postcss-cli": "^8.3.0",
"postcss-import": "^13.0.0",
"postcss-nested": "^5.0.1",
"react": "^17.0.1",
"react-apexcharts": "^1.3.7",
"react-dom": "^17.0.1",
"react-leaflet": "^2.7.0",
"react-redux": "^7.2.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.0",
"recharts": "^1.8.5",
"redux": "^4.0.5",
"redux-saga": "^1.1.3",
"reselect": "^4.0.0",
"styled-components": "^5.2.1",
"tailwindcss": "^2.0.1",
"twin.macro": "^1.12.1",
"typescript": "^4.0.3"
},
"scripts": {
"build:style": "tailwind build src/theme/app.css -o src/theme/tailwind.css",
"start": "npm run build:style && react-scripts start",
"build": "npm run build:style && react-scripts build",
"test": "react-scripts test",
"format": "prettier --write src/**/*.{ts,tsx,scss,css,json}",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"prettier": "^2.1.2"
}
}