whoa svelte is here
Co-authored-by: Astra <Astrrra@users.noreply.github.com>
This commit is contained in:
parent
76d837320d
commit
3f03c12152
24 changed files with 1080 additions and 16 deletions
24
web/package.json
Normal file
24
web/package.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "web",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@atcute/bluesky": "^2.0.2",
|
||||
"@atcute/client": "^3.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
||||
"@tsconfig/svelte": "^5.0.4",
|
||||
"svelte": "^5.23.1",
|
||||
"svelte-check": "^4.1.5",
|
||||
"typescript": "~5.7.2",
|
||||
"vite": "^6.3.1"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue