Start search page + Add i18n & generation base

This commit is contained in:
venashial
2022-05-08 13:03:01 -07:00
parent e553f1fdbd
commit b0a55c9b18
16 changed files with 1062 additions and 178 deletions

View File

@@ -8,7 +8,9 @@
"build:web": "svelte-kit build",
"test": "cargo ../test --manifest-path ./src-tauri/Cargo.toml",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. src",
"check": "cargo check --manifest-path src-tauri/Cargo.toml && svelte-check --tsconfig ./tsconfig.json"
"check": "cargo check --manifest-path src-tauri/Cargo.toml && svelte-check --tsconfig ./tsconfig.json",
"generate": "node ./scripts/generate.js",
"postinstall": "pnpm generate"
},
"devDependencies": {
"@sveltejs/adapter-static": "next",
@@ -20,22 +22,25 @@
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^3.2.1",
"kill-port-process": "^3.0.1",
"node-fetch": "^3.2.4",
"prettier": "^2.5.1",
"prettier-plugin-svelte": "^2.5.0",
"svelte": "^3.46.0",
"svelte": "^3.48.0",
"svelte-check": "^2.2.6",
"tslib": "^2.3.1",
"typescript": "~4.5.4"
},
"type": "module",
"dependencies": {
"@babel/core": "^7.17.10",
"@fontsource/inter": "^4.5.4",
"@iconify-json/carbon": "^1.1.1",
"@iconify-json/heroicons-outline": "^1.1.1",
"@iconify-json/heroicons-solid": "^1.1.1",
"@iconify-json/lucide": "^1.1.5",
"@tauri-apps/api": "^1.0.0-rc.1",
"omorphia": "0.0.17",
"omorphia": "0.0.19",
"svelte-intl-precompile": "^0.9.2",
"svrollbar": "^0.10.4",
"unplugin-icons": "^0.13.2"
}