forked from rot1024/astrotion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "astrotion",
"type": "module",
"version": "0.0.1",
"license": "MIT",
"engines": {
"node": ">=18"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test": "vitest",
"lint": "eslint . --fix",
"format": "prettier . --write",
"check": "prettier . --check",
"typecheck": "tsc",
"postinstall": "symlink-dir node_modules/.astro/.astrotion/static public/static"
},
"dependencies": {
"@astrojs/rss": "^4.0.6",
"@astrojs/sitemap": "^3.1.5",
"@astrojs/tailwind": "^5.1.0",
"@microflash/rehype-figure": "^2.1.0",
"@notionhq/client": "^2.2.15",
"@remark-embedder/cache": "^2.1.0",
"@remark-embedder/core": "^3.0.3",
"@remark-embedder/transformer-codesandbox": "^3.0.0",
"@remark-embedder/transformer-oembed": "^5.0.0",
"@resvg/resvg-js": "^2.6.2",
"@supercharge/promise-pool": "^3.2.0",
"astro": "^4.10.0",
"astro-analytics": "^2.7.0",
"astro-google-fonts-optimizer": "^0.2.2",
"astro-robots-txt": "^1.0.0",
"async-retry": "^1.3.3",
"date-fns": "^3.6.0",
"ezog": "^0.4.0",
"hast": "^1.0.0",
"hastscript": "^9.0.0",
"is-url": "^1.2.4",
"katex": "^0.16.10",
"mermaid": "^10.9.1",
"notion-to-md": "^3.1.1",
"prismjs": "^1.29.0",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.0",
"rehype-mermaid": "^2.1.0",
"rehype-prism-plus": "^2.0.0",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"sharp": "^0.33.4",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.15",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@types/async-retry": "^1.4.8",
"@types/escape-html": "^1.0.4",
"@types/is-url": "^1.2.32",
"@types/katex": "^0.16.7",
"@types/node": "^20.14.2",
"@types/prismjs": "^1.26.4",
"eslint": "^9.4.0",
"eslint-config-reearth": "^0.3.5",
"eslint-plugin-astro": "^1.2.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"prettier": "^3.3.1",
"prettier-plugin-astro": "^0.14.0",
"symlink-dir": "^6.0.0",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"packageManager": "[email protected]+sha1.9922e8b650d393700209ccd81e0ebdbcbe43b0d3"
}