-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
66 lines (66 loc) · 1.98 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "teknum-blog",
"version": "0.1.0",
"license": "GPL-3.0 AND CC-BY-SA-4.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint",
"format": "prettier --write --ignore-path .gitignore .",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "https://github.com/teknologi-umum/blog.git"
},
"engineStrict": true,
"engines": {
"node": ">=20.x",
"npm": ">=8.x"
},
"dependencies": {
"@fontsource/jetbrains-mono": "5.0.3",
"@fontsource/lusitana": "5.0.3",
"@fontsource/rubik": "^5.0.3",
"@giscus/react": "2.2.8",
"@netlify/plugin-nextjs": "4",
"@svgr/webpack": "^8.0.1",
"clsx": "^1.2.1",
"gray-matter": "4.0.3",
"next": "^13.4.7",
"next-mdx-remote": "4.4.1",
"next-seo": "6.1.0",
"p-limit": "4.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"rehype-katex": "6.0.3",
"rehype-pretty-code": "^0.10.0",
"rehype-raw": "^6.1.1",
"remark-math": "5.1.1",
"remark-parse": "10.0.2",
"remark-unwrap-images": "^3.0.1",
"sharp": "0.32.1",
"shiki": "0.14.3",
"unified": "10.1.2",
"unist-util-visit": "4.1.2"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^20.3.1",
"@types/react": "18.2.14",
"autoprefixer": "^10.4.14",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.3",
"postcss": "^8.4.24",
"prettier": "2.8.8",
"tailwindcss": "^3.3.2",
"typescript": "5.1.3"
},
"packageManager": "[email protected]+sha1.648f6014eb363abb36618f2ba59282a9eeb3e879"
}