-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 1.99 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 1.99 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "giftamizer",
"version": "5.1.2",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.4",
"@mui/icons-material": "^5.13.7",
"@mui/lab": "^5.0.0-alpha.135",
"@mui/material": "^5.13.7",
"@mui/x-date-pickers": "^6.18.1",
"@reactour/mask": "^1.1.0",
"@supabase/realtime-js": "^2.1.0",
"@supabase/supabase-js": "^2.2.1",
"@tanstack/react-query": "^4.29.19",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"buffer": "^6.0.3",
"concurrently": "^8.2.2",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"gift-exchange": "^4.0.1",
"http-proxy-middleware": "^2.0.6",
"js-yaml": "^4.1.0",
"moment": "^2.29.4",
"notistack": "^2.0.8",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-cropper": "^2.1.8",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-email-validator": "^1.0.2",
"react-ga4": "^2.1.0",
"react-router-dom": "^6.5.0",
"react-router-dom-last-location": "^0.2.5",
"react-scripts": "^5.0.1",
"react-snowfall": "^1.2.1",
"react-transition-group": "^4.4.5",
"typescript": "^4.9.4",
"use-debounce": "^9.0.4",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"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": {
"@types/jest": "^27.5.2",
"@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.14.197",
"@types/moment-holiday": "^1.5.4",
"@types/node": "^16.18.10",
"@types/react": "^18.0.26",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.0.9"
}
}