forked from otoyo/astro-notion-blog
-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
75 lines (75 loc) · 2.2 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "webtrotion-astro-notion-cms-website-blog",
"version": "1.2.11",
"private": false,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "rm -rf buildcache && astro build",
"postbuild": "pagefind --site dist",
"preview": "astro preview",
"format": "prettier -w --cache .",
"check": "astro check",
"build:cached": "npm run cache:fetch && astro build"
},
"dependencies": {
"@astrojs/partytown": "^2.1.2",
"@astrojs/rss": "^4.0.10",
"@astrojs/tailwind": "^5.1.3",
"@atproto/api": "^0.13.19",
"@notionhq/client": "^2.2.15",
"@types/sanitize-html": "^2.13.0",
"astro": "^5.0.4",
"astro-robots-txt": "^1.0.0",
"async-retry": "^1.3.3",
"axios": "^1.7.9",
"exif-be-gone": "^1.5.1",
"fast-xml-parser": "^4.5.0",
"katex": "^0.16.15",
"mermaid": "^11.4.1",
"metascraper": "^5.45.25",
"metascraper-description": "^5.45.25",
"metascraper-image": "^5.45.27",
"metascraper-title": "^5.45.25",
"metascraper-url": "^5.45.25",
"png-to-ico": "^2.1.8",
"sanitize-html": "^2.13.1",
"satori-html": "^0.3.2",
"sharp": "^0.33.5"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@pagefind/default-ui": "^1.2.0",
"@resvg/resvg-js": "^2.6.2",
"@shikijs/transformers": "^1.24.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/async-retry": "^1.4.9",
"@types/eslint": "^9.6.1",
"@types/katex": "^0.16.7",
"@types/metascraper": "^5.14.3",
"@types/metascraper-description": "^5.14.5",
"@types/metascraper-image": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"astro-eslint-parser": "^1.1.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"mdast-util-to-string": "^4.0.0",
"pagefind": "^1.2.0",
"postcss": "^8.4.49",
"postcss-html": "^1.7.0",
"postcss-import": "^16.1.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"satori": "^0.12.0",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
},
"packageManager": "[email protected]"
}