blob: 8b87a2b9183f245ee1b687d635a383208fd25943 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "portfolio",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"astro": "^3.1.1",
"astro-single-file": "^1.1.0",
"html-minifier-terser": "^7.2.0",
"jsdom": "^22.1.0"
}
}
|