-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.56 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
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "TAILWIND_MODE=watch astro dev",
"start": "astro dev",
"build": "astro build",
"preview:astro": "astro preview",
"astro": "astro",
"gen-blog": "plop blog",
"preview:cf": "wrangler pages dev ./dist --compatibility-flags='nodejs_compat'"
},
"browser": {
"fs": false,
"child_process": false
},
"dependencies": {
"@astrojs/cloudflare": "11.2.0",
"@astrojs/mdx": "3.1.9",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "4.0.9",
"@astrojs/tailwind": "5.1.2",
"@formkit/tempo": "^0.1.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"astro": "4.16.8",
"microcms-js-sdk": "^3.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"satori": "^0.11.0",
"sharp": "^0.33.5",
"tailwindcss": "^3.3.3",
"typescript-eslint": "^7.2.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240909.0",
"@playwright/test": "^1.36.2",
"@tailwindcss/typography": "^0.5.9",
"@types/bun": "^1.0.8",
"@types/sharp": "^0.32.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"plop": "^4.0.1",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"typescript": "^5.4.2"
},
"trustedDependencies": [
"sharp"
]
}