-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.38 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
{
"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": "^4.1.0",
"@astrojs/react": "^4.2.1",
"@astrojs/rss": "^4.0.11",
"@astrojs/vercel": "^8.1.2",
"@iconify-json/si": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.26",
"@paypal/paypal-js": "^7.0.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^5.4.1",
"astro-expressive-code": "^0.40.2",
"astro-icon": "^1.1.4",
"astro-meta-tags": "^0.3.1",
"clsx": "^2.0.0",
"hastscript": "^9.0.0",
"marked": "^7.0.4",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-icons": "npm:@lorenzobloedow/react-icons",
"rehype-autolink-headings": "^7.1.0",
"rehype-custom-emoji": "^1.0.1",
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"rough-notation": "^0.5.1",
"sharp": "^0.33.5",
"social-links": "^1.13.8",
"temporal-polyfill": "^0.2.0",
"typescript": "^5.6.3",
"unist-util-remove": "^4.0.0",
"unist-util-select": "^5.1.0"
},
"devDependencies": {
"hast-util-from-html-isomorphic": "^2.0.0",
"postcss-nesting": "^12.0.1",
"prettier": "^3.0.1",
"prettier-plugin-astro": "^0.12.0",
"unist-util-visit-parents": "^6.0.1"
}
}