29 lines
657 B
JSON
29 lines
657 B
JSON
{
|
|
"name": "dasig-astro",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build"
|
|
},
|
|
"dependencies": {
|
|
"@itsmatteomanf/astro-robots-txt": "^0.2.0",
|
|
"astro": "^6.0.8",
|
|
"astro-compressor": "^1.3.0",
|
|
"astro-purgecss": "^5.5.0",
|
|
"consola": "^3.4.2",
|
|
"gsap": "^3.13.0",
|
|
"lightningcss": "^1.32.0",
|
|
"nanostores": "^1.2.0",
|
|
"purgecss": "^7.0.2",
|
|
"sharp": "^0.34.4",
|
|
"solid-icons": "^1.1.0",
|
|
"toml": "^3.0.0",
|
|
"yargs": "^18.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.12.0",
|
|
"@types/yargs": "^17.0.35",
|
|
"sass-embedded": "^1.98.0"
|
|
}
|
|
}
|