-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.72 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.72 KB
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
{
"name": "racism-report-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 3005",
"build": "next build",
"start": "next start",
"lint": "next lint",
"eslint": "eslint --ext .tsx,.ts --color --debug .",
"format": "eslint --fix --ext .tsx,.ts --color --debug ."
},
"dependencies": {
"@date-io/date-fns": "2.13.1",
"@material-ui/core": "4.12.3",
"@material-ui/data-grid": "4.0.0-alpha.35",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.60",
"@material-ui/pickers": "3.3.10",
"@types/lodash": "4.14.179",
"axios": "0.26.0",
"chart.js": "3.7.1",
"firebase": "9.6.7",
"next": "12.1.0",
"next-i18next": "10.5.0",
"next-redux-wrapper": "6.0.2",
"prop-types": "latest",
"react": "17.0.2",
"react-chartjs-2": "4.0.1",
"react-cookie-consent": "6.2.4",
"react-copy-to-clipboard": "5.0.4",
"react-country-flag": "2.3.1",
"react-dom": "17.0.2",
"react-hook-form": "7.27.1",
"react-player": "2.9.0",
"react-redux": "7.2.6",
"react-router-dom": "5.3.0",
"react-share": "4.4.0",
"rxjs": "7.5.4"
},
"devDependencies": {
"@next/eslint-plugin-next": "12.1.0",
"@types/gtag.js": "0.0.8",
"@types/node": "16.11.26",
"@types/react": "17.0.39",
"@typescript-eslint/eslint-plugin": "5.13.0",
"@typescript-eslint/parser": "5.13.0",
"eslint": "8.4.1",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.29.2",
"eslint-plugin-react-hooks": "4.3.0",
"prettier": "2.5.1",
"redux-logger": "3.0.6",
"typescript": "4.6.2"
}
}