-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.34 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
73
74
75
76
77
78
79
80
{
"name": "mikmeranet-frontend",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"lint": "eslint ."
},
"dependencies": {
"@ctrl/react-adsense": "^1.7.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.7",
"@mui/lab": "^5.0.0-alpha.173",
"@mui/material": "^5.16.7",
"@pkmn/dex": "^0.9.21",
"@sentry/react": "^7.33.0",
"@sentry/tracing": "^7.33.0",
"@shopify/react-csrf": "^3.1.0",
"@smogon/calc": "^0.10.0",
"@vercel/speed-insights": "^1.0.13",
"adblock-detect-react": "^1.3.1",
"axios": "^1.7.7",
"browser-image-compression": "^2.0.2",
"chart.js": "^4.4.5",
"chartjs-plugin-datalabels": "^2.2.0",
"firebase": "^9.23.0",
"framer-motion": "^7.10.3",
"node-sass": "^8.0.0",
"notistack": "^2.0.8",
"pokemoncalc": "^1.0.0",
"pretendard": "^1.3.9",
"query-string": "^8.2.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-cookie": "^4.1.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-intersection-observer": "^9.13.1",
"react-p5": "^1.4.1",
"react-router-dom": "^6.27.0",
"react-snowfall": "^1.2.1",
"react-social-login-buttons": "^3.9.1",
"react-toggle-dark-mode": "^1.1.1",
"react-use-cookie": "^1.6.1",
"react-virtuoso": "^3.1.5",
"sass": "^1.80.4",
"sweetalert2": "^11.14.4",
"swr": "^1.3.0"
},
"devDependencies": {
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/firebase": "^3.2.3",
"@types/node": "^18.19.59",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-helmet": "^6.1.11",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.3",
"esbuild": "^0.21.5",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"jsdom": "^24.1.3",
"prettier": "^3.3.3",
"typescript": "^4.9.5",
"vite": "^5.4.10",
"vite-plugin-svgr": "^2.4.0",
"vitest": "^1.6.0"
},
"packageManager": "[email protected]"
}