switch to ssg, add atcute, add iconify
This commit is contained in:
parent
b4bdb49c45
commit
72f418058f
12 changed files with 146 additions and 9 deletions
11
package.json
11
package.json
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"name": "svelte",
|
||||
"name": "listy-web",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"version": "0.0.1",
|
||||
"type": "module",
|
||||
|
|
@ -14,9 +15,14 @@
|
|||
"lint": "prettier --check . && eslint ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"@atcute/client": "^2.0.9",
|
||||
"@atcute/identity": "^0.1.2",
|
||||
"@eslint/compat": "^1.2.5",
|
||||
"@eslint/js": "^9.18.0",
|
||||
"@iconify-json/mynaui": "^1.2.9",
|
||||
"@iconify/tailwind4": "^1.0.6",
|
||||
"@sveltejs/adapter-auto": "^4.0.0",
|
||||
"@sveltejs/adapter-static": "^3.0.8",
|
||||
"@sveltejs/kit": "^2.16.0",
|
||||
"@sveltejs/vite-plugin-svelte": "^5.0.0",
|
||||
"@tailwindcss/vite": "^4.0.0",
|
||||
|
|
@ -34,5 +40,6 @@
|
|||
"typescript": "^5.0.0",
|
||||
"typescript-eslint": "^8.20.0",
|
||||
"vite": "^6.0.0"
|
||||
}
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue