Changed from astro to pure solidjs
This commit is contained in:
parent
3203e91c5a
commit
e85dc60101
76 changed files with 2281 additions and 3843 deletions
31
package.json
31
package.json
|
|
@ -1,34 +1,27 @@
|
|||
{
|
||||
"name": "fast-webapp-template",
|
||||
"name": "ocbo-esign-solid",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro",
|
||||
"test": "playwright clear-cache && playwright test"
|
||||
"dev": "vite",
|
||||
"build": "tsc -b && vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/solid-js": "^5.1.1",
|
||||
"@itsmatteomanf/astro-robots-txt": "^0.2.0",
|
||||
"@nanostores/solid": "^1.1.1",
|
||||
"@supabase/supabase-js": "^2.57.4",
|
||||
"astro": "^5.13.8",
|
||||
"astro-compressor": "^1.1.2",
|
||||
"astro-purgecss": "^5.3.0",
|
||||
"@kobalte/core": "^0.13.11",
|
||||
"@solidjs/router": "^0.15.3",
|
||||
"gsap": "^3.13.0",
|
||||
"lightningcss": "^1.30.1",
|
||||
"nanostores": "^1.0.1",
|
||||
"ofetch": "^1.4.1",
|
||||
"purgecss": "^7.0.2",
|
||||
"sharp": "^0.34.4",
|
||||
"solid-icons": "^1.1.0",
|
||||
"solid-js": "^1.9.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.55.0",
|
||||
"@types/node": "^24.5.2",
|
||||
"sass-embedded": "^1.92.1"
|
||||
"sass-embedded": "^1.93.1",
|
||||
"typescript": "~5.8.3",
|
||||
"vite": "^7.1.7",
|
||||
"vite-plugin-solid": "^2.11.8"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue