forked from Coflnet/hypixel-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.43 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.43 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
{
"name": "hypixel-next",
"private": true,
"scripts": {
"dev": "npx next dev",
"build": "next build",
"test": "npm run build && npx playwright test",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@jonkoops/matomo-tracker-react": "^0.7.0",
"@mui/icons-material": "^5.11.11",
"@react-oauth/google": "^0.9.0",
"echarts-for-react": "^3.0.2",
"idb-keyval": "^6.2.0",
"js-cookie": "^3.0.1",
"moment": "^2.29.4",
"next": "^13.2.4",
"next-query-params": "^4.1.0",
"nextjs-progressbar": "^0.0.16",
"rc-slider": "^10.1.1",
"react": "^18.2.0",
"react-bootstrap": "^2.7.2",
"react-bootstrap-typeahead": "^6.1.0",
"react-colorful": "^5.6.1",
"react-contexify": "^6.0.0",
"react-cookie-consent": "^8.0.1",
"react-countdown": "^2.3.5",
"react-datepicker": "^4.11.0",
"react-infinite-scroll-component": "^6.1.0",
"react-number-format": "^5.1.4",
"react-pro-sidebar": "^1.0.0",
"react-select": "^5.7.2",
"react-toastify": "^9.1.2",
"react-virtualized-auto-sizer": "^1.0.9",
"react-window": "^1.8.8",
"sharp": "^0.32.0",
"spark-md5": "^3.0.2",
"toml": "^3.0.0",
"use-query-params": "^2.2.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@playwright/test": "^1.32.1",
"@types/node": "^18.15.11",
"@types/react": "^18.0.31",
"@types/react-bootstrap": "^0.32.32",
"typescript": "^5.0.2"
}
}