23 lines
No EOL
528 B
JSON
23 lines
No EOL
528 B
JSON
{
|
|
"name": "fast-webapp-template",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/solid-js": "^5.1.0",
|
|
"@fontsource-variable/inter": "^5.2.5",
|
|
"@itsmatteomanf/astro-robots-txt": "^0.2.0",
|
|
"astro": "^5.8.2",
|
|
"astro-compressor": "^1.0.0",
|
|
"lightningcss": "^1.30.1",
|
|
"solid-js": "^1.9.7"
|
|
},
|
|
"devDependencies": {
|
|
"sass-embedded": "^1.89.1"
|
|
}
|
|
} |