-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
56 lines (56 loc) · 1.58 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
{
"name": "hypixel-next",
"private": true,
"scripts": {
"dev": "npx next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cypress:open": "cypress open",
"cypress:run": "cross-env TEST_RUNNER=true cypress run"
},
"dependencies": {
"@jonkoops/matomo-tracker-react": "^0.7.0",
"@mui/icons-material": "^5.11.11",
"@react-oauth/google": "^0.9.0",
"@types/react-dom": "^18.2.17",
"echarts-for-react": "^3.0.2",
"idb-keyval": "^6.2.0",
"js-cookie": "^3.0.1",
"moment": "^2.29.4",
"next": "^14.0.4",
"npm": "^9.7.2",
"nprogress": "^0.2.0",
"rc-slider": "^10.1.1",
"react": "^18.2.0",
"react-bootstrap": "^2.9.1",
"react-bootstrap-typeahead": "^6.3.2",
"react-colorful": "^5.6.1",
"react-confetti": "^6.1.0",
"react-contexify": "^6.0.0",
"react-cookie-consent": "^8.0.1",
"react-countdown": "^2.3.5",
"react-datepicker": "^7.5.0",
"react-dom": "^18.2.0",
"react-infinite-scroll-component": "^6.1.0",
"react-loading-skeleton": "^3.3.1",
"react-number-format": "^5.1.4",
"react-pro-sidebar": "^1.1.0-alpha.1",
"react-select": "^5.7.2",
"react-select-country-list": "^2.2.3",
"react-toastify": "^9.1.2",
"react-virtualized-auto-sizer": "^1.0.20",
"react-window": "^1.8.8",
"sharp": "^0.32.0",
"toml": "^3.0.0",
"use-query-params": "^2.2.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/node": "^18.15.11",
"@types/react": "^18.2.45",
"cross-env": "^6.0.3",
"cypress": "^13.6.1",
"typescript": "^5.0.2"
}
}