-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.28 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
{
"name": "site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.6.4",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.4.6",
"@primer/octicons-react": "^19.3.0",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"clsx": "^1.2.1",
"date-fns": "^2.30.0",
"flowbite": "^1.4.7",
"flowbite-react": "0.0.25",
"gray-matter": "^4.0.3",
"next": "12.1.6",
"next-mdx-remote": "^4.4.1",
"next-themes": "^0.2.0",
"react": "18.1.0",
"react-animated-cursor": "^2.5.1",
"react-dom": "18.1.0",
"reading-time": "^1.5.0",
"rehype-highlight": "^6.0.0",
"remark-autolink-headings": "^7.0.1",
"remark-code-titles": "^0.1.2",
"remark-slug": "^7.0.1",
"swr": "^2.1.5"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@types/react-dom": "18.0.5",
"@typescript-eslint/parser": "^6.17.0",
"autoprefixer": "^10.4.7",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.14",
"tailwindcss": "^3.0.24",
"typescript": "5.3.3"
}
}