-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·61 lines (61 loc) · 1.67 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
{
"name": "muhamad-zain.site",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.6.4",
"@headlessui/tailwindcss": "^0.1.0",
"@next/font": "^13.1.0",
"@tailwindcss/typography": "^0.5.2",
"@tippyjs/react": "^4.2.6",
"@types/bad-words": "^3.0.1",
"@types/react-syntax-highlighter": "^15.5.11",
"@vercel/og": "^0.0.21",
"@vercel/speed-insights": "^1.0.2",
"bad-words": "^3.0.4",
"canvas-confetti": "^1.6.0",
"classnames": "^2.5.1",
"copy-to-clipboard": "^3.3.2",
"dayjs": "^1.11.2",
"file-saver": "^2.0.5",
"framer-motion": "^7.6.1",
"gray-matter": "^4.0.3",
"isomorphic-unfetch": "^4.0.2",
"next": "14.0.4",
"next-contentlayer": "^0.3.4",
"next-mdx-remote": "^4.4.1",
"nprogress": "^0.2.0",
"query-string": "^8.1.0",
"react": "^18",
"react-dom": "^18",
"react-feather": "^2.0.10",
"react-icons": "^4.3.1",
"react-loading-skeleton": "^3.3.1",
"react-syntax-highlighter": "^15.5.0",
"react-type-animation": "^2.1.1",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"swr": "^2.2.4",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "^3.0.24"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/file-saver": "^2.0.5",
"@types/node": "17.0.31",
"@types/nprogress": "^0.2.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.13",
"eslint": "8.15.0",
"eslint-config-next": "^13.0.7",
"postcss": "^8.4.21",
"typescript": "^5"
}
}