Initial commit

This commit is contained in:
Patrick Alvin Alcala 2026-02-11 18:33:42 +08:00
commit 7628b18255
94 changed files with 6386 additions and 0 deletions

31
package.json Normal file
View file

@ -0,0 +1,31 @@
{
"name": "dasig-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build"
},
"dependencies": {
"@astrojs/solid-js": "^5.1.3",
"@itsmatteomanf/astro-robots-txt": "^0.2.0",
"astro": "^5.13.8",
"astro-compressor": "^1.1.2",
"astro-purgecss": "^5.3.0",
"consola": "^3.4.2",
"gsap": "^3.13.0",
"lightningcss": "^1.30.1",
"nanostores": "^1.0.1",
"purgecss": "^7.0.2",
"sharp": "^0.34.4",
"solid-icons": "^1.1.0",
"solid-js": "^1.9.11",
"toml": "^3.0.0",
"yargs": "^18.0.0"
},
"devDependencies": {
"@types/node": "^24.5.2",
"@types/yargs": "^17.0.35",
"sass-embedded": "^1.92.1"
}
}