-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.28 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
{
"name": "chuangcaleb.com",
"type": "module",
"version": "2.0.0",
"scripts": {
"astro": "astro",
"build:nocache": "astro build",
"build": "pnpm setup-external && astro build",
"cloudinary:cache": "tsx ./lib/cloudinary/cache",
"dev:nocache": "astro dev",
"dev": "pnpm setup-external && astro dev",
"format:check": "pnpm xo -- --list-different .",
"format:fix": "pnpm xo --write .",
"gdrive:download": "tsx ./lib/google/drive/download-folder",
"preview:nobuild": "astro preview",
"preview:nocache": "pnpm build:nocache && astro preview",
"preview": "pnpm build && astro preview",
"setup-external": "pnpm gdrive:download && pnpm cloudinary:cache",
"test": "xo"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.2",
"@astrojs/react": "^4.0.0",
"@astrojs/sitemap": "^3.2.1",
"@portaljs/remark-wiki-link": "^1.2.0",
"@radix-ui/react-dialog": "^1.1.2",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@unpic/astro": "^0.1.0",
"astro": "^5.0.4",
"astro-compressor": "^1.0.0",
"astro-iconify": "^1.2.0",
"astro-purgecss": "^5.0.0",
"astro-robots-txt": "^1.0.0",
"cloudinary": "^2.5.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dotenv": "^16.4.7",
"fs-extra": "^11.2.0",
"google-auth-library": "^9.15.0",
"google-spreadsheet": "^4.1.4",
"googleapis": "^144.0.0",
"mdast-util-to-string": "^4.0.0",
"open-props": "^1.7.8",
"postcss-custom-media": "^11.0.5",
"postcss-preset-env": "^10.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5",
"typescript": "^5.7.2",
"unplugin-icons": "^0.21.0",
"utopia-core-scss": "^1.2.1"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"sass": "^1.82.0",
"tsx": "^4.19.2",
"xo": "^0.60.0"
},
"pnpm": {
"patchedDependencies": {
"@portaljs/[email protected]": "patches/@[email protected]"
}
}
}