|
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 | | - }, |
12 | | - "dependencies": { |
13 | | - "@astrojs/react": "^4.2.0", |
14 | | - "@types/react": "^19.0.8", |
15 | | - "@types/react-dom": "^19.0.3", |
16 | | - "astro": "^5.3.0", |
17 | | - "astro-google-fonts-optimizer": "^0.2.2", |
18 | | - "astro-seo": "^0.8.4", |
19 | | - "react": "^19.0.0", |
20 | | - "react-dom": "^19.0.0", |
21 | | - "satori": "^0.12.1", |
22 | | - "ufo": "^1.5.4" |
23 | | - }, |
24 | | - "devDependencies": { |
25 | | - "@astrojs/ts-plugin": "^1.10.4", |
26 | | - "sharp": "^0.33.5", |
27 | | - "typescript": "^5.7.3", |
28 | | - "unplugin-macros": "^0.16.0" |
29 | | - }, |
30 | | - "pnpm": { |
31 | | - "executionEnv": { |
32 | | - "nodeVersion": "22.13.1" |
33 | | - }, |
34 | | - "onlyBuiltDependencies": [ |
35 | | - "esbuild", |
36 | | - "sharp" |
37 | | - ] |
38 | | - }, |
39 | | - "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 | + } |
40 | 48 | } |
0 commit comments