-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 3.43 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
{
"name": "IN_Vaccination",
"version": "1.0.0",
"description": "Web portal to track a real time vaccination data of India provide by GOI CO-Win Public APIs. It also provides you ability to search & forecast vaccination availability.",
"main": "index.js",
"scripts": {
"start": "webpack serve --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
},
"author": "saurabh shankariya <sshankariya@gamil.com>",
"license": "ISC",
"dependencies": {
"@react-google-maps/api": "^2.2.0",
"@salesforce-ux/design-system": "^2.15.7",
"@salesforce/design-system-react": "^0.10.33",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.1.9",
"@types/jest": "^26.0.23",
"@types/node": "^15.3.1",
"@types/react": "^17.0.6",
"@types/react-dom": "^17.0.5",
"@types/react-router-dom": "^5.1.7",
"axios": "^0.21.1",
"highcharts": "^9.1.0",
"highcharts-react-official": "^3.0.0",
"js-sha256": "^0.9.0",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-ga": "^3.3.0",
"react-icons": "^4.2.0",
"react-number-format": "^4.5.5",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scroll-up-button": "^1.6.4",
"react-toast-notifications": "^2.4.4",
"typescript": "^4.2.4"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-export-default-from": "^7.12.13",
"@babel/plugin-proposal-export-namespace-from": "^7.14.2",
"@babel/plugin-proposal-object-rest-spread": "^7.14.2",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@babel/runtime": "^7.14.0",
"@gfx/zopfli": "^1.0.15",
"@salesforce/babel-preset-design-system-react": "^3.0.0",
"@types/material-ui": "^0.21.8",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^3.11.4",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"babel-loader": "^8.2.2",
"babel-plugin-lodash": "^3.3.4",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"compression-webpack-plugin": "^8.0.0",
"css-loader": "^5.2.5",
"css-minimizer-webpack-plugin": "^3.0.1",
"eslint": "^7.26.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"less": "^4.1.1",
"less-loader": "^9.0.0",
"lodash-webpack-plugin": "^0.11.6",
"optimize-css-assets-webpack-plugin": "^6.0.0",
"path": "^0.12.7",
"strip-loader": "^0.1.2",
"style-loader": "^2.0.0",
"terser-brunch": "^4.0.0",
"terser-webpack-plugin": "^5.1.3",
"ts-loader": "^9.2.1",
"ts-node": "^9.1.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^4.1.1",
"webpack": "^5.37.1",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}