forked from VICS-CORE/covid19india-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
133 lines (133 loc) Β· 3.99 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "covid19india",
"version": "1.0.0",
"private": true,
"homepage": "https://seva.ml",
"dependencies": {
"@juggle/resize-observer": "^3.2.0",
"@material/slider": "^7.0.0",
"@primer/octicons-v2-react": "0.0.0-53e900d",
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.0.6",
"axios": "^0.19.2",
"classnames": "^2.2.6",
"corejs-typeahead": "^1.3.1",
"d3-array": "^2.4.0",
"d3-axis": "^1.0.12",
"d3-fetch": "^1.2.0",
"d3-format": "^1.4.4",
"d3-geo": "^1.12.1",
"d3-interpolate": "^1.4.0",
"d3-interpolate-path": "^2.1.2",
"d3-scale": "^3.2.1",
"d3-scale-chromatic": "^1.5.0",
"d3-selection": "^1.4.1",
"d3-shape": "^1.3.7",
"d3-transition": "^1.3.2",
"date-fns": "^2.14.0",
"date-fns-tz": "^1.0.10",
"fast-deep-equal": "^3.1.1",
"font-awesome": "^4.7.0",
"gh-pages": "^3.0.0",
"highcharts": "^8.1.2",
"highcharts-react-official": "^3.0.0",
"i18next": "^19.4.5",
"i18next-browser-languagedetector": "^4.2.0",
"i18next-http-backend": "^1.0.15",
"immer": "^6.0.9",
"intersection-observer": "^0.10.0",
"leaflet": "^1.6.0",
"leaflet-knn": "^0.1.0",
"lodash": "^4.17.20",
"react": "^16.13.1",
"react-content-loader": "^5.0.4",
"react-date-picker": "^8.0.1",
"react-dom": "^16.13.1",
"react-feather": "^2.0.8",
"react-ga": "^3.0.0",
"react-helmet": "^6.0.0",
"react-i18next": "^11.5.0",
"react-icons": "^3.10.0",
"react-is-visible": "^1.1.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.3",
"react-spring": "^8.0.27",
"react-use": "^15.1.1",
"react-use-gesture": "^7.0.15",
"source-map-explorer": "^2.4.2",
"swr": "^0.2.2",
"topojson": "^3.0.2",
"use-dark-mode": "^2.3.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && npm run compress_maps && cp build/index.html build/404.html && npm run build-sw",
"map_test": "react-scripts test src/__tests__/mapAndApiStateNames.test.js",
"compress_maps": "rollup -c",
"test": "react-scripts test --testPathIgnorePatterns=src/__tests__/mapAndApiStateNames.test.js",
"eject": "react-scripts eject",
"eslint": "eslint .",
"eslint:fix": "eslint --fix --max-warnings=0",
"format": "prettier --write \"**/*.+(js|jsx|json|yml|yaml|md|html)\"",
"scss-lint": "sass-lint 'src/**/*.scss' -v -f table --max-warnings 0",
"scss-lint:fix": "sass-lint-auto-fix 'src/**/*.scss' -d -h -c '.sass-lint-auto-fix.yml'",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"build-sw": "node ./src/sw-build.js",
"start-sw": "http-server ./build -c 0",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.+(js|jsx)": [
"npm run eslint:fix",
"prettier --write \"**/*.+(js|jsx)\""
],
"*.+(json|yml|yaml|md)": [
"prettier --write \"**/*.+(json|yml|yaml|md)\""
],
"*.+(css|scss)": [
"npm run scss-lint:fix",
"npm run scss-lint"
]
},
"devDependencies": {
"@welldone-software/why-did-you-render": "^4.2.5",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"http-server": "^0.12.3",
"husky": "^4.2.5",
"lint-staged": "^10.2.7",
"node-sass": "^4.14.1",
"prettier": "^2.0.5",
"rollup": "^2.12.1",
"rollup-plugin-copy": "^3.3.0",
"sass-lint": "^1.13.1",
"sass-lint-auto-fix": "^0.21.0",
"workbox-build": "^5.1.3"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}