-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
53 lines (53 loc) · 1.37 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
{
"name": "irvann48.my.id",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "node ./misc/cache.js",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"license": "MIT",
"dependencies": {
"@giscus/react": "^2.2.0",
"@supabase/supabase-js": "^2.4.0",
"fuse.js": "^6.6.2",
"gray-matter": "^4.0.3",
"next": "^12.3.0",
"next-pwa": "^5.5.5",
"next-sitemap": "^3.1.45",
"next-themes": "^0.2.1",
"preact": "^10.10.6",
"preact-ssr-prepass": "^1.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"rehype-prism-plus": "^1.5.0",
"rehype-raw": "^6.1.1",
"rehype-slug": "^5.0.1",
"rehype-stringify": "^9.0.3",
"rehype-toc": "^3.0.2",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"sharp": "^0.31.0",
"unified": "^10.1.2"
},
"devDependencies": {
"@types/node": "18.11.18",
"@types/react": "18.0.20",
"autoprefixer": "^10.4.13",
"eslint": "8.23.1",
"eslint-config-next": "13.1.1",
"eslint-config-prettier": "^8.5.0",
"postcss": "^8.4.16",
"postcss-import": "^15.0.0",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.2.1",
"tailwind-scrollbar": "^2.1.0",
"tailwindcss": "^3.1.8",
"typescript": "4.8.3"
}
}