forked from fccview/jotty
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.88 KB
/
Copy pathpackage.json
File metadata and controls
89 lines (89 loc) · 2.88 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "jotty.page",
"version": "1.6.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test:api": "node scripts/test-api.js"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@tiptap/extension-code-block": "^3.4.4",
"@tiptap/extension-code-block-lowlight": "^3.7.0",
"@tiptap/extension-image": "3.1.0",
"@tiptap/extension-link": "^3.0.9",
"@tiptap/extension-table": "^3.4.4",
"@tiptap/extension-table-cell": "^3.4.4",
"@tiptap/extension-table-header": "^3.4.4",
"@tiptap/extension-table-row": "^3.4.4",
"@tiptap/extension-task-item": "^3.7.0",
"@tiptap/extension-task-list": "^3.7.0",
"@tiptap/pm": "^3.0.9",
"@tiptap/react": "^3.0.9",
"@tiptap/starter-kit": "^3.0.9",
"@types/js-beautify": "^1.14.3",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/unist": "^3.0.3",
"archiver": "^7.0.1",
"bcryptjs": "^3.0.2",
"clsx": "^2.0.0",
"dompurify": "^3.3.0",
"hast-util-to-html": "^9.0.5",
"html2canvas": "^1.4.1",
"jose": "^6.1.0",
"js-beautify": "^1.15.4",
"jsonwebtoken": "^9.0.2",
"jspdf": "^3.0.2",
"loadash": "^1.0.0",
"lowlight": "^3.3.0",
"lucide-react": "^0.294.0",
"next": "14.0.4",
"next-pwa": "^5.6.0",
"next-themes": "^0.2.1",
"openid-client": "^6.8.1",
"prop-types": "^15.8.1",
"proper-lockfile": "^4.1.2",
"react": "^18",
"react-avatar": "^5.0.4",
"react-dom": "^18",
"react-markdown": "^10.1.0",
"react-masonry-css": "^1.0.16",
"rehype-highlight": "^7.0.2",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"slugify": "^1.6.6",
"tailwind-merge": "^2.2.0",
"turndown": "^7.2.0",
"turndown-plugin-gfm": "^1.0.2",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"uuid": "^11.1.0",
"zustand": "^5.0.6"
},
"devDependencies": {
"@types/archiver": "^6.0.3",
"@types/bcryptjs": "^3.0.0",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^20",
"@types/proper-lockfile": "^4.1.4",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/turndown": "^5.0.5",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}