Update version to 1.0.0 and add vite-plugin-pwa dependency

- Bumped package version from 0.2.0 to 1.0.0 in both package.json and package-lock.json.
- Added vite-plugin-pwa as a dependency to enhance PWA capabilities.
This commit is contained in:
2025-12-24 20:05:39 -06:00
parent fe9167274b
commit 0b33f70cbc
2 changed files with 4806 additions and 5 deletions

4806
package-lock.json generated
View File

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{
"name": "surveilled",
"private": true,
"version": "0.2.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "VITE_APP_VERSION=$(node -p \"require('./package.json').version\") vite dev",
@@ -28,7 +28,8 @@
"svelte-check": "^4.3.4",
"svelte-eslint-parser": "^1.4.1",
"typescript": "^5.9.3",
"vite": "^7.2.6"
"vite": "^7.2.6",
"vite-plugin-pwa": "^1.2.0"
},
"dependencies": {
"autoprefixer": "^10.4.23",