-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
71 lines (71 loc) · 2.03 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
{
"name": "p-d",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/react": "^2.2.9",
"@nextui-org/use-infinite-scroll": "^2.1.0",
"@types/node": "20.5.7",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"autoprefixer": "10.4.15",
"bufferutil": "^4.0.7",
"canvas": "^2.11.2",
"cookie": "^0.5.0",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"dompurify": "^3.0.5",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"eslint-config-prettier": "^9.0.0",
"framer-motion": "^10.16.1",
"husky": "^8.0.3",
"isomorphic-dompurify": "^1.8.0",
"jwt-decode": "^3.1.2",
"katex": "^0.16.8",
"lemmy-js-client": "^0.19.0-rc.3",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.7",
"markdown-it-container": "^3.0.0",
"markdown-it-footnote": "^3.0.3",
"markdown-it-highlightjs": "^4.0.1",
"markdown-it-html5-embed": "^1.0.0",
"markdown-it-ruby": "^0.1.1",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-task-lists": "^2.1.1",
"markdown-it-texmath": "^1.0.0",
"markdown-it-toc-done-right": "^4.2.0",
"next": "^14.0.3",
"next-themes": "^0.2.1",
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hotkeys-hook": "^4.4.1",
"react-markdown": "^8.0.7",
"react-stately": "^3.25.0",
"sonner": "^0.7.1",
"tailwind-highlightjs": "^2.0.1",
"tailwindcss": "3.3.3",
"ts-key-enum": "^2.0.12",
"typescript": "5.2.2",
"utf-8-validate": "^6.0.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/cookie": "^0.5.2",
"@types/dompurify": "^3.0.2",
"@types/markdown-it": "^13.0.1",
"@types/markdown-it-container": "^2.0.6",
"@types/markdown-it-footnote": "^3.0.0",
"encoding": "^0.1.13",
"prettier": "^3.0.3"
}
}