-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.73 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
{
"name": "arany-5d-weboldal",
"version": "3.0.0",
"private": true,
"type": "module",
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mdxeditor/editor": "^3.11.5",
"@mui/icons-material": "^5.16.7",
"@mui/lab": "^5.0.0-alpha.104",
"@mui/material": "^5.10.4",
"@mui/x-date-pickers": "^7.20.0",
"@sentry/cli": "^2.38.0",
"@sentry/react": "^8.34.0",
"@supabase/supabase-js": "^1.35.7",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@vitejs/plugin-react": "^4.3.2",
"crypto-js": "^4.1.1",
"date-fns": "^2.30.0",
"dayjs": "^1.11.13",
"history": "^5.3.0",
"i18next": "^23.16.4",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-cookie": "^7.2.0",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-i18next": "^15.0.1",
"react-markdown": "^8.0.7",
"react-router": "^6.27.0",
"react-router-dom": "^6.26.1",
"remark-gfm": "^3.0.1",
"uuid": "^9.0.1",
"vite": "^5.4.9",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "vite --host",
"build": "vite build",
"preview": "vite preview",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org kraszni-marcell --project aranyd-vercel-app ./build && sentry-cli sourcemaps upload --org kraszni-marcell --project aranyd-vercel-app ./build"
},
"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"
]
}
}