| 
1 | 1 | {  | 
2 |  | -  "name": "2025",  | 
3 |  | -  "private": true,  | 
4 |  | -  "type": "module",  | 
5 |  | -  "version": "0.0.1",  | 
6 |  | -  "scripts": {  | 
7 |  | -    "dev": "astro dev",  | 
8 |  | -    "build": "astro build",  | 
9 |  | -    "preview": "astro preview",  | 
10 |  | -    "astro": "astro",  | 
11 |  | -    "lint": "eslint --cache .",  | 
12 |  | -    "format": "nr lint --fix"  | 
13 |  | -  },  | 
14 |  | -  "dependencies": {  | 
15 |  | -    "@astrojs/react": "^4.2.0",  | 
16 |  | -    "@types/react": "^19.0.8",  | 
17 |  | -    "@types/react-dom": "^19.0.3",  | 
18 |  | -    "astro": "^5.3.0",  | 
19 |  | -    "astro-google-fonts-optimizer": "^0.2.2",  | 
20 |  | -    "astro-seo": "^0.8.4",  | 
21 |  | -    "react": "^19.0.0",  | 
22 |  | -    "react-dom": "^19.0.0",  | 
23 |  | -    "satori": "^0.12.1",  | 
24 |  | -    "ufo": "^1.5.4"  | 
25 |  | -  },  | 
26 |  | -  "devDependencies": {  | 
27 |  | -    "@antfu/ni": "^23.3.1",  | 
28 |  | -    "@astrojs/ts-plugin": "^1.10.4",  | 
29 |  | -    "@ryoppippi/eslint-config": "npm:@jsr/ryoppippi__eslint-config@^0.0.25",  | 
30 |  | -    "eslint": "^9.20.1",  | 
31 |  | -    "eslint-plugin-astro": "^1.3.1",  | 
32 |  | -    "eslint-plugin-format": "^1.0.1",  | 
33 |  | -    "sharp": "^0.33.5",  | 
34 |  | -    "typescript": "^5.7.3",  | 
35 |  | -    "unplugin-macros": "^0.16.0"  | 
36 |  | -  },  | 
37 |  | -  "pnpm": {  | 
38 |  | -    "executionEnv": {  | 
39 |  | -      "nodeVersion": "22.13.1"  | 
40 |  | -    },  | 
41 |  | -    "onlyBuiltDependencies": [  | 
42 |  | -      "esbuild",  | 
43 |  | -      "sharp"  | 
44 |  | -    ]  | 
45 |  | -  },  | 
46 |  | -  "packageManager":  "[email protected]"  | 
 | 2 | +	"name": "2025",  | 
 | 3 | +	"type": "module",  | 
 | 4 | +	"version": "0.0.1",  | 
 | 5 | +	"private": true,  | 
 | 6 | +	"packageManager":  "[email protected]",   | 
 | 7 | +	"scripts": {  | 
 | 8 | +		"dev": "astro dev",  | 
 | 9 | +		"build": "astro build",  | 
 | 10 | +		"preview": "astro preview",  | 
 | 11 | +		"astro": "astro",  | 
 | 12 | +		"check": "astro check",  | 
 | 13 | +		"lint": "eslint --cache .",  | 
 | 14 | +		"format": "nr lint --fix"  | 
 | 15 | +	},  | 
 | 16 | +	"dependencies": {  | 
 | 17 | +		"@astrojs/react": "^4.2.0",  | 
 | 18 | +		"@types/react": "^19.0.8",  | 
 | 19 | +		"@types/react-dom": "^19.0.3",  | 
 | 20 | +		"astro": "^5.3.0",  | 
 | 21 | +		"astro-google-fonts-optimizer": "^0.2.2",  | 
 | 22 | +		"astro-seo": "^0.8.4",  | 
 | 23 | +		"react": "^19.0.0",  | 
 | 24 | +		"react-dom": "^19.0.0",  | 
 | 25 | +		"satori": "^0.12.1",  | 
 | 26 | +		"ufo": "^1.5.4"  | 
 | 27 | +	},  | 
 | 28 | +	"devDependencies": {  | 
 | 29 | +		"@antfu/ni": "^23.3.1",  | 
 | 30 | +		"@astrojs/ts-plugin": "^1.10.4",  | 
 | 31 | +		"@ryoppippi/eslint-config": "npm:@jsr/ryoppippi__eslint-config@^0.0.25",  | 
 | 32 | +		"eslint": "^9.20.1",  | 
 | 33 | +		"eslint-plugin-astro": "^1.3.1",  | 
 | 34 | +		"eslint-plugin-format": "^1.0.1",  | 
 | 35 | +		"sharp": "^0.33.5",  | 
 | 36 | +		"typescript": "^5.7.3",  | 
 | 37 | +		"unplugin-macros": "^0.16.0"  | 
 | 38 | +	},  | 
 | 39 | +	"pnpm": {  | 
 | 40 | +		"executionEnv": {  | 
 | 41 | +			"nodeVersion": "22.13.1"  | 
 | 42 | +		},  | 
 | 43 | +		"onlyBuiltDependencies": [  | 
 | 44 | +			"esbuild",  | 
 | 45 | +			"sharp"  | 
 | 46 | +		]  | 
 | 47 | +	}  | 
47 | 48 | }  | 
0 commit comments