-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.33 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
{
"name": "jakewdr.github.io",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^3.5.4",
"@preact/compat": "^18.3.1",
"preact": "^10.25.4",
"react-snowfall": "^2.2.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/tailwind": "^5.1.5",
"@biomejs/biome": "^1.9.4",
"@fullhuman/postcss-purgecss": "^7.0.2",
"@types/node": "^22.10.7",
"astro": "^5.1.8",
"autoprefixer": "^10.4.20",
"lightningcss": "^1.29.1",
"postcss": "^8.5.1",
"react": "npm:@preact/compat@18.3.1",
"react-dom": "npm:@preact/compat@18.3.1",
"rollup-plugin-visualizer": "^5.14.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vite-plugin-biome": "^1.0.12"
},
"packageManager": "pnpm@9.15.0",
"pnpm": {
"overrides": {
"react": "npm:@preact/compat@18.3.1",
"react-dom": "npm:@preact/compat@18.3.1"
}
},
"peerDependencies": {
"react": "npm:@preact/compat@17.1.2",
"react-dom": "npm:@preact/compat@17.1.2"
}
}