-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.54 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.54 KB
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
{
"name": "pham.codes",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postpublish": "next-sitemap",
"start": "next start",
"lint": "next lint",
"lint:fix": "prettier --write . && eslint --fix"
},
"dependencies": {
"@iconicicons/react": "^1.5.0",
"@jsdevtools/rehype-toc": "^3.0.2",
"@mdx-js/loader": "^3.0.0",
"@next/mdx": "^11.1.2",
"@supabase/supabase-js": "^1.22.5",
"@vercel/analytics": "^1.3.1",
"date-fns": "^2.23.0",
"geist": "^1.0.0",
"gray-matter": "^4.0.3",
"mdx-prism": "^0.3.4",
"next": "^14.0.0",
"next-mdx-remote": "^6.0.0",
"next-pwa": "^5.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-highlight-words": "^0.20.0",
"react-lite-youtube-embed": "^2.0.7",
"reading-time": "^1.4.0",
"rehype-autolink-headings": "^6.1.0",
"rehype-slug": "^5.0.0",
"remark-code-titles": "^0.1.2",
"usehooks-ts": "^1.0.1"
},
"devDependencies": {
"@types/react": "^18.2.33",
"@types/react-highlight-words": "^0.16.3",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.52.0",
"eslint-config-next": "^14.0.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.2.0",
"next-sitemap": "^1.6.168",
"postcss": "^8.4.38",
"prettier": "^2.3.2",
"rehype": "^12.0.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2"
}
}