-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.36 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.36 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
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "2.0.6",
"@astrojs/react": "3.0.9",
"@astrojs/rss": "^4.0.3",
"@astrojs/vercel": "^7.1.1",
"@libsql/client": "^0.4.3",
"@lucia-auth/adapter-drizzle": "^1.0.0",
"@paypal/paypal-js": "^7.0.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^4.3.2",
"astro-expressive-code": "^0.32.2",
"astro-icon": "^0.8.1",
"astro-meta-tags": "^0.2.1",
"clsx": "^2.0.0",
"drizzle-orm": "^0.29.3",
"lucia": "^3.0.1",
"marked": "^7.0.4",
"oslo": "^1.0.4",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-icons": "npm:@lorenzobloedow/react-icons",
"rehype-autolink-headings": "^7.0.0",
"rehype-custom-emoji": "^1.0.1",
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"rough-notation": "^0.5.1",
"social-links": "^1.13.8",
"temporal-polyfill": "^0.2.0",
"unist-util-remove": "^4.0.0",
"unist-util-select": "^5.1.0"
},
"devDependencies": {
"drizzle-kit": "^0.20.14",
"hast-util-from-html-isomorphic": "^2.0.0",
"postcss-nesting": "^12.0.1",
"prettier": "^3.0.1",
"prettier-plugin-astro": "^0.12.0"
}
}