-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.43 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": "type",
"description": "Zen markdown-friendly editor for just typing",
"author": "qurle",
"type": "module",
"version": "1.1.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/vercel": "^8.0.4",
"@milkdown/crepe": "^7.5.7",
"@milkdown/kit": "^7.5.5",
"@milkdown/plugin-automd": "^7.5.0",
"@tiptap/core": "^2.11.5",
"@tiptap/extension-dropcursor": "^2.11.5",
"@tiptap/extension-image": "^2.11.5",
"@tiptap/extension-link": "^2.11.5",
"@tiptap/extension-placeholder": "^2.11.5",
"@tiptap/extension-table": "^2.11.5",
"@tiptap/extension-table-cell": "^2.11.5",
"@tiptap/extension-table-header": "^2.11.5",
"@tiptap/extension-table-row": "^2.11.5",
"@tiptap/extension-task-item": "^2.11.5",
"@tiptap/extension-task-list": "^2.11.5",
"@tiptap/extension-typography": "^2.11.5",
"@tiptap/extension-underline": "^2.11.5",
"@tiptap/pm": "^2.11.5",
"@tiptap/starter-kit": "^2.11.5",
"astro": "^5.2.5",
"astro-icon": "^1.1.1",
"client-zip": "^2.4.5",
"knex": "^3.1.0",
"marked": "^15.0.6",
"micromodal": "^0.4.10",
"nanoid": "^5.0.7",
"pg": "^8.13.0",
"tiptap-markdown": "^0.8.10",
"typescript": "^5.6.2"
},
"devDependencies": {
"sass": "1.79"
}
}