-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.12 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.12 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "chsm.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"gen-types": "supabase gen types --lang=typescript --project-id \"dvelmgfskayztafzayql\" --schema public > supabase/generated-types.ts && next lint --dir supabase --file supabase/generated-types.ts --fix"
},
"dependencies": {
"@hello-pangea/dnd": "^18.0.1",
"@mdx-js/mdx": "^3.1.1",
"@reduxjs/toolkit": "^2.11.0",
"@supabase/ssr": "^0.8.0",
"@supabase/supabase-js": "^2.86.2",
"@twemoji/parser": "^17.0.1",
"clsx": "^2.1.1",
"feed": "^5.1.0",
"gemoji": "^8.1.0",
"immer": "^11.0.1",
"js-yaml": "^4.1.1",
"katex": "^0.16.25",
"lodash": "^4.17.21",
"lowlight": "^3.3.0",
"mdast-util-to-string": "^4.0.0",
"nanoid": "^5.1.6",
"next": "^16.0.7",
"node-emoji": "^2.2.0",
"normalize.css": "^8.0.1",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-loading-skeleton": "^3.5.0",
"react-redux": "^9.2.0",
"react-tooltip": "^5.30.0",
"refractor": "^5.0.0",
"rehype-katex": "^7.0.1",
"remark-breaks": "^4.0.0",
"remark-custom-heading-id": "^2.0.0",
"remark-directive": "^4.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"rsc-env": "^0.0.2",
"server-only": "^0.0.1",
"shiki": "^3.19.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.3"
},
"devDependencies": {
"@types/hast": "^3.0.4",
"@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.17.21",
"@types/mdast": "^4.0.4",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/unist": "^3.0.3",
"eslint": "^8.57.1",
"eslint-config-next": "^15.5.3",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-unused-imports": "^3.2.0",
"prettier": "^3.7.4",
"raw-loader": "^4.0.2",
"supabase": "^2.65.6",
"typescript": "^5.9.3",
"typescript-plugin-css-modules": "^5.2.0"
},
"packageManager": "yarn@1.22.22"
}