-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 952 Bytes
/
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
{
"name": "novel-gpt",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"build:vercel": "OUTPUT=vercel astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^5.0.4",
"@astrojs/solid-js": "^2.0.2",
"@astrojs/vercel": "^3.1.3",
"@unocss/reset": "^0.50.1",
"astro": "^2.0.15",
"eventsource-parser": "^0.1.0",
"highlight.js": "^11.7.0",
"js-sha256": "^0.9.0",
"katex": "^0.6.0",
"lodash": "^4.17.21",
"markdown-it": "^13.0.1",
"markdown-it-highlightjs": "^4.0.1",
"markdown-it-katex": "^2.0.3",
"solid-js": "^1.6.11",
"undici": "^5.20.0"
},
"devDependencies": {
"@types/markdown-it": "^12.2.3",
"@unocss/preset-attributify": "^0.50.1",
"@unocss/preset-typography": "^0.50.3",
"punycode": "^2.3.0",
"unocss": "^0.50.1"
}
}