-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.38 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
{
"name": "dashboard",
"version": "1.0.0",
"description": "The NextJS server that powers the dashboard of mcstatus.io. ",
"main": "index.js",
"scripts": {
"start": "next start src/",
"build": "next build src/",
"dev": "next dev src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mcstatus-io/dashboard.git"
},
"author": "Jacob Gunther",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/mcstatus-io/dashboard/issues"
},
"homepage": "https://github.com/mcstatus-io/dashboard#readme",
"devDependencies": {
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.2"
},
"dependencies": {
"@next/eslint-plugin-next": "^14.2.4",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "^5.45.0",
"autoprefixer": "^10.4.19",
"chart.js": "^4.4.3",
"chartjs-adapter-date-fns": "^3.0.0",
"cssnano": "^7.0.2",
"date-fns": "^3.6.0",
"dateformat": "^5.0.3",
"formik": "^2.4.6",
"humanize-duration": "^3.32.1",
"next": "^14.2.4",
"postcss": "^8.4.38",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"sass": "^1.77.5",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.4",
"yup": "^1.4.0"
}
}