-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.53 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
53
54
55
{
"name": "daniellocatelli",
"type": "module",
"version": "1.3.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/db": "^0.14.3",
"@astrojs/prism": "^3.2.0",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.3",
"@notionhq/client": "^2.2.15",
"@pagefind/default-ui": "^1.1.0",
"@tailwindcss/typography": "^0.5.13",
"astro": "^5.0.4",
"astro-iconify": "^1.2.0",
"async-retry": "^1.3.3",
"axios": "^1.6.8",
"axios-rate-limit": "^1.4.0",
"exif-be-gone": "^1.4.1",
"katex": "^0.16.10",
"mermaid": "^10.9.0",
"metascraper": "^5.45.5",
"metascraper-description": "^5.45.0",
"metascraper-image": "^5.45.0",
"metascraper-title": "^5.45.0",
"node-fetch": "^3.3.2",
"p-limit": "^6.1.0",
"sharp": "^0.33.3",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/async-retry": "^1.4.8",
"@types/katex": "^0.16.7",
"@types/metascraper": "^5.14.3",
"@types/metascraper-description": "^5.14.5",
"@types/metascraper-image": "^5.14.5",
"@types/metascraper-title": "^5.14.5",
"@types/node": "^22.7.2",
"astro-icon": "^1.1.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9"
}
}