-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.29 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
77
78
{
"name": "codestus.com",
"version": "0.1.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@content-collections/mdx": "^0.1.5",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^14.1.0",
"@radix-ui/react-slot": "^1.0.2",
"@types/lodash": "^4.14.199",
"@types/mdx": "^2.0.8",
"@types/react-syntax-highlighter": "^15.5.13",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"dayjs": "^1.11.10",
"fast-querystring": "^1.1.2",
"lodash": "^4.17.21",
"lucide-react": "^0.279.0",
"next": "^14.1.0",
"next-themes": "^0.2.1",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-syntax-highlighter": "^15.5.0",
"react-use": "^17.4.0",
"rehype-highlight": "^7.0.0",
"rehype-pretty-code": "^0.10.1",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.0",
"rehype-video": "^2.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-prism": "^1.3.6",
"remark-rehype": "^11.0.0",
"remark-toc": "^9.0.0",
"shiki": "^0.14.4",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"unified": "^11.0.3"
},
"devDependencies": {
"@content-collections/core": "^0.7.1",
"@content-collections/next": "^0.2.2",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.7.2",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"@types/react-window": "^1.8.5",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.0.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.50.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "^14.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss": "^8.4.31",
"postcss-nesting": "^12.0.1",
"sass": "^1.68.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
},
"license": "MIT"
}