-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 941 Bytes
/
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
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --plugin-search-dir . --write ."
},
"dependencies": {
"@astrojs/prefetch": "^0.4.0",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/solid-js": "^4.4.1",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.8.1",
"@fontsource-variable/karla": "^5.1.0",
"@playform/compress": "^0.1.1",
"astro": "^4.15.4",
"lucide-astro": "^0.441.0",
"mapbox-gl": "^3.6.0",
"sharp": "^0.33.5",
"solid-js": "^1.8.22",
"tailwindcss": "^3.4.11"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/mapbox-gl": "^3.4.0",
"@types/node": "^22.5.4",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1"
}
}