-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.41 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
{
"name": "covidmonitor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "rm -rf dist && MODE=production webpack",
"dev": "MODE=development npx webpack serve"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@emotion/react": "11.7.1",
"@emotion/styled": "11.6.0",
"@mui/icons-material": "5.2.5",
"@mui/material": "5.2.5",
"@reduxjs/toolkit": "1.7.1",
"date-fns": "2.28.0",
"localforage": "1.10.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "7.26.1",
"react-redux": "7.2.6",
"react-router-dom": "6.2.1",
"reaviz": "12.1.0"
},
"devDependencies": {
"@babel/core": "7.16.5",
"@babel/preset-env": "7.16.5",
"@babel/preset-react": "7.16.5",
"@babel/preset-typescript": "7.16.5",
"@emotion/babel-preset-css-prop": "11.2.0",
"@trivago/prettier-plugin-sort-imports": "3.1.1",
"@types/react": "17.0.37",
"@types/react-dom": "17.0.11",
"@types/react-router-dom": "5.3.2",
"@typescript-eslint/eslint-plugin": "5.8.0",
"@typescript-eslint/parser": "5.8.0",
"babel-loader": "8.2.3",
"eslint": "8.5.0",
"eslint-plugin-react": "7.28.0",
"html-loader": "3.0.1",
"html-webpack-plugin": "5.5.0",
"style-loader": "3.3.1",
"typescript": "4.5.4",
"webpack": "5.65.0",
"webpack-cli": "4.9.1",
"webpack-dev-server": "4.6.0"
}
}