-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.32 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.32 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "web",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@9.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"check": "astro check",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"engines": {
"node": ">=20.0.0",
"pnpm": ">=9.0.0"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/cloudflare": "^12.6.10",
"@astrojs/react": "^4.4.0",
"@astrojs/sitemap": "^3.6.0",
"@astrojs/svelte": "^7.2.0",
"@astrojs/tailwind": "^6.0.2",
"@astropub/icons": "^0.2.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@iconify-json/simple-icons": "^1.2.54",
"@mui/icons-material": "^6.5.0",
"@mui/material": "^6.5.0",
"@mui/system": "^6.5.0",
"@notionhq/client": "^2.3.0",
"@tabler/icons": "^2.47.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"astro": "^5.15.9",
"astro-heroicons": "^2.1.5",
"astro-icon": "^1.1.5",
"axios": "^1.15.0",
"install": "^0.13.0",
"leaflet": "^1.9.4",
"marked": "^15.0.12",
"moderndash": "^3.12.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-hook-form": "^7.64.0",
"react-leaflet": "^5.0.0",
"react-router-dom": "^7.12.0",
"react-slick": "^0.30.3",
"slick-carousel": "^1.8.1",
"svelte": "^5.53.5",
"tailwindcss": "^3.4.18",
"typescript": "^5.9.3"
},
"pnpm": {
"overrides": {
"rollup": "^4.59.0",
"vite": "^6.4.2",
"h3": "^1.15.5",
"tar": "^7.5.4",
"minimatch": "^9.0.6",
"defu": "^6.1.5",
"picomatch": "^2.3.2",
"brace-expansion": "^2.0.3",
"undici": "^6.24.0",
"svgo": "^3.3.3",
"follow-redirects": "^1.16.0",
"diff": "^5.2.2",
"smol-toml": "^1.6.1",
"devalue": "^5.6.4",
"ajv": "^8.18.0"
}
},
"devDependencies": {
"@iconify-json/bi": "^1.2.6",
"@iconify-json/ic": "^1.2.4",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/solar": "^1.2.4",
"@iconify-json/tabler": "^1.2.23",
"@types/leaflet": "^1.9.21",
"@types/react-slick": "^0.23.13",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.1"
}
}