This commit is contained in:
Fractal-Tess
2023-05-14 02:56:13 +03:00
parent 18251332a5
commit cfc67fffc6
3 changed files with 547 additions and 506 deletions

2
.npmrc Normal file
View File

@@ -0,0 +1,2 @@
auto-install-peers=true
engine-strict=true

View File

@@ -37,7 +37,7 @@
"@tauri-apps/api": "^1.3.0", "@tauri-apps/api": "^1.3.0",
"@tauri-apps/cli": "^1.3.1", "@tauri-apps/cli": "^1.3.1",
"@tsconfig/svelte": "^4.0.1", "@tsconfig/svelte": "^4.0.1",
"@types/node": "^20.1.3", "@types/node": "18.15.3",
"@typescript-eslint/eslint-plugin": "^5.59.5", "@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5", "@typescript-eslint/parser": "^5.59.5",
"autoprefixer": "^10.4.14", "autoprefixer": "^10.4.14",
@@ -65,5 +65,10 @@
"typescript": "^5.0.4", "typescript": "^5.0.4",
"vite": "^4.3.5" "vite": "^4.3.5"
}, },
"packageManager": "pnpm@7.9.3" "packageManager": "pnpm@8.5.0",
"engineStrict": true,
"engines": {
"pnpm": ">=8.5.0",
"node": ">18.0.0 <19.0.0"
}
} }

1042
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff