-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 992 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 992 Bytes
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
{
"name": "selo-dokumentasi",
"version": "0.0.1",
"description": "SELO-in dokumentasi bahasa indonesia",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dreamid27/selo-documentations.git"
},
"author": "Shu Ding <g@shud.in>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dreamid27/selo-documentations/issues"
},
"homepage": "https://github.com/dreamid27/selo-documentations#readme",
"dependencies": {
"@phosphor-icons/react": "^2.0.13",
"next": "^13.0.6",
"nextra": "latest",
"nextra-theme-docs": "latest",
"posthog-js": "^1.82.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "18.11.10",
"autoprefixer": "^10.4.16",
"install": "^0.13.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"typescript": "^4.9.3"
},
"licenses": [
"MIT"
]
}