-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.99 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
{
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"format": "prettier --write \"src/**/*.{js,ts,jsx,tsx,json}\"",
"lint": "eslint ."
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mdi/js": "^7.4.47",
"@mui/lab": "^5.0.0-alpha.172",
"@mui/material": "^5.16.2",
"@popperjs/core": "^2.11.8",
"@sentry/react": "^8.17.0",
"@sentry/tracing": "7.118.0",
"@teahouse-studios/mdi-material-ui": "^0.0.0",
"brotli-wasm": "^3.0.1",
"i18next": "^23.12.1",
"i18next-browser-languagedetector": "^8.0.0",
"markdown-to-jsx": "^7.4.7",
"mui-markdown": "^1.1.14",
"notistack": "^3.0.1",
"prism-react-renderer": "^2.3.1",
"react": "^18.3.1",
"react-aspect-ratio": "^1.1.8",
"react-dom": "^18.3.1",
"react-highlight-words": "^0.20.0",
"react-i18next": "^14.1.3",
"react-transition-group": "^4.4.5",
"swiper": "^11.1.5",
"usehooks-ts": "^3.1.0",
"web-vitals": "^4.2.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@emotion/babel-plugin": "^11.11.0",
"@sentry/vite-plugin": "^2.21.1",
"@types/gtag.js": "^0.0.20",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-highlight-words": "^0.20.0",
"@types/react-transition-group": "^4.4.10",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@vitejs/plugin-legacy": "^5.4.1",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react-hooks": "^4.6.2",
"prettier": "^3.3.3",
"rollup-plugin-visualizer": "^5.12.0",
"terser": "^5.31.2",
"typescript": "^5.5.3",
"vite": "^5.3.4",
"vite-plugin-pwa": "^0.20.0",
"workbox-window": "^7.1.0"
},
"packageManager": "[email protected]"
}