First commit for bicorder-app

This commit is contained in:
Nathan Schneider
2025-11-25 13:20:21 -05:00
parent 3a55d3dbb9
commit b541f6049e
24 changed files with 8883 additions and 0 deletions

25
bicorder-app/package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "bicorder-web",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"update": "npm run build && echo '\nApp updated! Run npm run preview to test locally.'"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tsconfig/svelte": "^5.0.0",
"svelte": "^4.2.0",
"svelte-check": "^3.6.0",
"tslib": "^2.6.0",
"typescript": "^5.2.0",
"vite": "^5.0.0",
"vite-plugin-pwa": "^0.17.0"
},
"dependencies": {
"workbox-window": "^7.0.0"
}
}