-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.49 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
{
"name": "andrewgao.org",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"predev": "jiti scripts/index.ts",
"dev": "astro dev",
"prebuild": "jiti scripts/index.ts",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"devDependencies": {
"@astrojs/solid-js": "^4.2.0",
"@astrojs/tailwind": "^5.1.0",
"@notionhq/client": "^2.2.15",
"@tailwindcss/typography": "^0.5.13",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4",
"@types/node-fetch": "^2.6.11",
"@types/probe-image-size": "^7.2.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.9.2",
"autoprefixer": "^10.4.19",
"dotenv": "^16.4.5",
"jiti": "^1.21.0",
"marked": "^12.0.2",
"mdast-util-to-hast": "^13.1.0",
"mime-types": "^2.1.35",
"node-fetch": "^3.3.2",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.14",
"probe-image-size": "^7.2.3",
"rehype-accessible-emojis": "^0.3.2",
"sharp": "^0.33.4",
"solid-js": "^1.8.17",
"unist-builder": "^4.0.0",
"vitest": "^1.6.0"
},
"dependencies": {
"@astrojs/mdx": "^3.0.1",
"@astrojs/react": "^3.4.0",
"@astrojs/sitemap": "^3.1.5",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"satori": "^0.10.13",
"tailwindcss": "^3.4.3"
}
}