chore: use NPM now

This commit is contained in:
Damillora 2025-02-05 17:37:53 +00:00
parent d5dd1f2917
commit 4d9acfeb1f
3 changed files with 3930 additions and 1932 deletions

3927
web/app/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -11,13 +11,13 @@
"lint": "eslint ." "lint": "eslint ."
}, },
"devDependencies": { "devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0", "@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.20.4", "@sveltejs/kit": "^1.20.4",
"@typescript-eslint/eslint-plugin": "^5.45.0", "@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0", "@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.28.0", "eslint": "^8.28.0",
"eslint-plugin-svelte": "^2.30.0", "eslint-plugin-svelte": "^2.30.0",
"sass": "^1.63.6", "sass": "^1.64.2",
"svelte": "^4.0.5", "svelte": "^4.0.5",
"svelte-check": "^3.4.3", "svelte-check": "^3.4.3",
"svelte-tags-input": "^5.0.0", "svelte-tags-input": "^5.0.0",
@ -27,10 +27,8 @@
}, },
"type": "module", "type": "module",
"dependencies": { "dependencies": {
"@sveltejs/adapter-static": "^2.0.3",
"axios": "^1.4.0", "axios": "^1.4.0",
"bulma": "^0.9.4", "bulma": "^0.9.4",
"query-string": "^8.1.0", "query-string": "^8.1.0"
"sass": "^1.64.2"
} }
} }

1927
web/app/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff