-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.21 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
{
"name": "covid-19.paraboly",
"version": "0.0.1",
"private": true,
"tags": [
"COVID-19",
"COVID",
"📽🦠😷",
"corona",
"Paraboly"
],
"dependencies": {
"@capacitor/core": "1.3.0",
"@ionic/react": "^4.11.4",
"@ionic/react-router": "^4.11.4",
"@paraboly/pwc-map": "^0.0.4",
"@types/jest": "24.0.18",
"@types/lodash": "^4.14.149",
"@types/node": "12.7.5",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/react-router": "^5.0.3",
"@types/react-router-dom": "^4.3.1",
"date-fns": "^2.6.0",
"ionicons": "^4.6.3",
"lodash": "^4.17.15",
"mapbox-gl": "^1.9.0",
"node-sass": "^4.13.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-insta-stories": "^2.0.2",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-scripts": "3.2.0",
"reselect": "^4.0.0"
},
"scripts": {
"start": "npm run license-crawl && react-scripts start",
"build": "npm run license-crawl && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "tslint --fix --project tsconfig.json",
"license-crawl": "npm-license-crawler --onlyDirectDependencies --dependencies --omitVersion --json ./public/assets/generated/licenseAttribs.json",
"license-crawl-display": "npm-license-crawler --onlyDirectDependencies --dependencies --omitVersion"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"description": "Shows the current coronavirus situation in where you live and around the world.",
"devDependencies": {
"@capacitor/cli": "1.3.0",
"@testing-library/react": "^9.3.1",
"@types/googlemaps": "^3.38.0",
"npm-license-crawler": "^0.2.1",
"prettier": "^2.0.2",
"tslint": "^6.1.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.3.0",
"tslint-react": "^4.2.0",
"typescript": "3.6.3"
}
}