-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 978 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
37
{
"name": "portfolio",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"ci": "npm install -g astro"
},
"dependencies": {
"@astrojs/image": "^0.16.9",
"@astrojs/partytown": "^1.2.2",
"@astrojs/prefetch": "^0.2.3",
"@astrojs/sitemap": "^1.3.1",
"@astrojs/solid-js": "^2.2.0",
"@fontsource/open-sans": "^4.5.14",
"@fontsource/sarabun": "^4.5.9",
"@kobalte/core": "^0.9.6",
"@nanostores/persistent": "^0.7.0",
"@nanostores/solid": "^0.3.2",
"astro": "^2.5.1",
"astro-compress": "^1.1.44",
"astro-compressor": "^0.4.0",
"astro-critters": "^1.1.34",
"astro-rome": "^0.1.15",
"clarity-js": "^0.7.8",
"firebase": "^9.22.0",
"lucide-solid": "^0.216.0",
"nanostores": "^0.7.4",
"sass": "^1.62.1",
"solid-icons": "^1.0.4",
"solid-js": "^1.7.5"
}
}