-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 891 Bytes
/
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
{
"name": "kamar-sehat",
"version": "1.0.0",
"description": "Aplikasi melihat ketersediaan kamar pada rumah sakit seluruh indonesia.",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^1.3.6",
"bootstrap": "5.3.0-alpha3",
"eslint": "8.39.0",
"eslint-config-next": "13.3.1",
"next": "13.3.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kikuKeii/kamar-sehat-app.git"
},
"keywords": [
"kamar-sehat",
"netxjs",
"Rest-API",
"rsud",
"Vercel"
],
"author": "kikukeii, Miftakhuddin Falaki",
"license": "MIT",
"bugs": {
"url": "https://github.com/kikuKeii/kamar-sehat-app/issues"
},
"homepage": "https://github.com/kikuKeii/kamar-sehat-app#readme"
}