forked from glink24/urodele
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.52 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
{
"name": "urodele-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@tiptap/core": "^2.6.5",
"@tiptap/extension-bubble-menu": "^2.6.5",
"@tiptap/extension-code-block-lowlight": "^2.6.6",
"@tiptap/extension-color": "^2.6.5",
"@tiptap/extension-document": "^2.6.6",
"@tiptap/extension-image": "^2.6.6",
"@tiptap/extension-link": "^2.6.6",
"@tiptap/extension-list-item": "^2.6.5",
"@tiptap/extension-paragraph": "^2.9.1",
"@tiptap/extension-placeholder": "^2.6.6",
"@tiptap/extension-text-style": "^2.6.5",
"@tiptap/extension-underline": "^2.6.6",
"@tiptap/html": "^2.9.1",
"@tiptap/pm": "^2.5.9",
"@tiptap/starter-kit": "^2.5.9",
"@tiptap/suggestion": "^2.6.5",
"@unocss/reset": "^0.63.6",
"astro": "^4.16.11",
"dayjs": "^1.11.13",
"idb": "^8.0.0",
"jsx-dom": "^8.1.5",
"lowlight": "^3.1.0",
"octokit": "^4.0.2",
"slugify": "^1.6.6",
"tippy.js": "^6.3.7",
"typescript": "^5.6.3"
},
"devDependencies": {
"@iconify-json/game-icons": "^1.2.0",
"@iconify-json/material-symbols": "^1.2.5",
"@iconify-json/mdi-light": "^1.2.1",
"@iconify-json/ri": "^1.2.3",
"@iconify-json/svg-spinners": "^1.2.1",
"@types/node": "^22.9.0",
"sass-embedded": "^1.80.7",
"unocss": "^0.64.0",
"unocss-preset-theme": "^0.14.1"
}
}