mirror of
https://codeberg.org/insects/cargo-spiel
synced 2025-05-24 10:53:43 +00:00
initial commit
This commit is contained in:
commit
1cea94ea19
22 changed files with 2780 additions and 0 deletions
23
frontend/package.json
Normal file
23
frontend/package.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "frontend",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"watch": "vite build --watch",
|
||||
"build": "vite build",
|
||||
"check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
||||
"@tsconfig/svelte": "^5.0.4",
|
||||
"svelte": "^5.28.1",
|
||||
"svelte-check": "^4.1.6",
|
||||
"typescript": "~5.8.3",
|
||||
"vite": "^6.3.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@codemirror/lang-rust": "^6.0.1",
|
||||
"svelte-codemirror-editor": "^1.4.1"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue