Initial commit
This commit is contained in:
commit
6e8391f7d1
77 changed files with 6391 additions and 0 deletions
30
package.json
Normal file
30
package.json
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"name": "ocbo-portal",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/solid-js": "^5.1.1",
|
||||
"@itsmatteomanf/astro-robots-txt": "^0.2.0",
|
||||
"@nanostores/solid": "^1.1.1",
|
||||
"astro": "^5.15.1",
|
||||
"astro-compressor": "^1.2.0",
|
||||
"astro-purgecss": "^5.3.0",
|
||||
"gsap": "^3.13.0",
|
||||
"lightningcss": "^1.30.2",
|
||||
"nanostores": "^1.0.1",
|
||||
"purgecss": "^7.0.2",
|
||||
"sharp": "^0.34.4",
|
||||
"solid-icons": "^1.1.0",
|
||||
"solid-js": "^1.9.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.9.1",
|
||||
"sass-embedded": "^1.93.2"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue