-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
39 lines (39 loc) · 969 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
38
39
{
"name": "skyzh-ng",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"populate": "astro build && node ./scripts/populate_reaction.js"
},
"dependencies": {
"@astrojs/mdx": "^0.19.7",
"@astrojs/react": "^2.2.1",
"@astrojs/rss": "^2.4.3",
"@astrojs/sitemap": "^1.3.3",
"@neondatabase/serverless": "^0.5.2",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"astro": "^2.8.0",
"kysely": "^0.25.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-katex": "^6.0.3",
"remark-math": "^5.1.1",
"remark-toc": "^8.0.1",
"ts-node": "^10.9.1",
"ws": "^8.13.0"
},
"devDependencies": {
"@types/pg": "^8.6.6",
"dotenv": "^16.3.1",
"env-cmd": "^10.1.0",
"kysely-codegen": "^0.10.0",
"pg": "^8.11.1",
"typescript": "^5.0.4"
}
}