-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
76 lines (76 loc) · 2.62 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
67
68
69
70
71
72
73
74
75
76
{
"name": "@hkamran/website",
"version": "5.1.3",
"private": true,
"scripts": {
"dev": "next dev",
"dev:analyze": "ANALYZE=true next dev",
"build": "next build; next-sitemap",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"format": "prettier . --write"
},
"dependencies": {
"@badrap/bar-of-progress": "^0.2.2",
"@giscus/react": "^3.0.0",
"@headlessui/react": "^1.7.19",
"@hkamran/utility-strings": "^1.0.5",
"@hkamran/utility-web": "^1.0.2",
"feather-icons": "^4.29.2",
"feed": "^4.2.2",
"lucide-react": "^0.400.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-attrs": "^4.2.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-github-alerts": "^0.3.0",
"markdown-it-image-figures": "^2.1.1",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-prism": "^2.3.0",
"markdown-it-replace-link": "^1.2.1",
"markdown-it-toc-done-right": "^4.2.0",
"next": "^13.0.5",
"next-seo": "^6.5.0",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-feather": "^2.0.10",
"simple-icons": "^13.0.0",
"simple-icons11": "npm:simple-icons@11"
},
"devDependencies": {
"@axe-core/react": "^4.4.3",
"@hkamran/eslint-config": "^1.0.1",
"@hkamran/prettier-config": "^1.1.1",
"@next/bundle-analyzer": "^12.2.3",
"@next/env": "^13.2.4",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/feather-icons": "^4.29.4",
"@types/markdown-it": "^14.1.1",
"@types/markdown-it-attrs": "^4.1.3",
"@types/markdown-it-footnote": "^3.0.4",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/node": "20.14.9",
"@types/prismjs": "^1.26.4",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "^10.4.19",
"eslint": "8.12.0",
"eslint-config-next": "13.0.5",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "npm:eslint-plugin-i@2.27.5-3",
"fetch-blob": "^4.0.0",
"formdata-polyfill": "^4.0.10",
"next-sitemap": "^4.2.3",
"node-domexception": "^2.0.1",
"node-fetch": "^3.3.2",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"prop-types": "^15.8.1",
"tailwindcss": "^3.4.4",
"typescript": "5.5.3"
}
}