Remove package-lock.json and update package.json to use pnpm for packaging and add cookie override
This commit is contained in:
5462
package-lock.json
generated
5462
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -26,7 +26,7 @@
|
||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
||||
"format": "prettier --write .",
|
||||
"lint": "eslint .",
|
||||
"package": "npm run build"
|
||||
"package": "pnpm run build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@capacitor-community/sqlite": "^7.0.2",
|
||||
@@ -55,5 +55,8 @@
|
||||
"lucide-svelte": "^0.562.0",
|
||||
"postcss": "^8.5.6",
|
||||
"tailwindcss": "^3.4.19"
|
||||
},
|
||||
"overrides": {
|
||||
"cookie": "^0.7.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user