-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.81 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
{
"name": "meneventi",
"version": "0.1.0",
"private": true,
"dependencies": {
"@aws-amplify/ui-react": "^2.20.0",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@loadable/component": "^5.15.2",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.86",
"@mui/material": "^5.8.4",
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/uuid": "^8.3.4",
"aws-amplify": "^4.3.25",
"chart.js": "^3.8.0",
"chartjs-plugin-datalabels": "^2.2.0",
"date-fns": "^2.28.0",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"query-string": "^7.1.1",
"react": "^18.2.0",
"react-avatar-editor": "^13.0.0",
"react-chartjs-2": "^4.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "12.0.4",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.32.1",
"react-loading": "^2.0.3",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"react-timer-hook": "^3.0.5",
"react-toastify": "^9.0.4",
"typescript": "^4.7.3",
"use-sound": "^4.0.1",
"uuid": "^8.3.2",
"web-vitals": "^2.1.4",
"zen-observable-ts": "^1.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"sass": "^1.49.9",
"@types/lodash": "^4.14.182",
"@types/lodash.debounce": "^4.0.7",
"@types/react-avatar-editor": "^13.0.0",
"@types/react-helmet": "^6.1.5"
}
}