forked from nicoandrade/healthchecks-front
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.05 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
{
"name": "healthchecks-front",
"version": "0.1.0",
"description": "Beautiful dashboard to use with Healthchecks.io.",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nicoandrade/healthchecks-front.git"
},
"keywords": [
"tailwindcss",
"nextjs",
"healthchecks",
"cronjobs",
"crontab",
"checks"
],
"author": "nicoandrade",
"license": "MIT",
"bugs": {
"url": "https://github.com/nicoandrade/healthchecks-front/issues"
},
"homepage": "https://github.com/nicoandrade/healthchecks-front#readme",
"dependencies": {
"@heroicons/react": "^2.1.1",
"moment": "^2.30.1",
"next": "13.5.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"swr": "^2.2.5",
"axios": "^1.6.7"
},
"devDependencies": {
"autoprefixer": "^10.4.17",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1"
}
}