mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-08 11:02:50 +00:00
feat: i18n
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
"dev": "npm-run-all --parallel vite typesafe-i18n",
|
||||
"vite": "vite dev",
|
||||
"build": "vite build",
|
||||
"test": "vitest run --coverage",
|
||||
"preview": "vite preview",
|
||||
@@ -12,13 +13,13 @@
|
||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
|
||||
"minify-icons": "ts-node-esm src/tools/minify-icon-font.ts",
|
||||
"lint": "prettier --plugin-search-dir . --check .",
|
||||
"format": "prettier --plugin-search-dir . --write ."
|
||||
"format": "prettier --plugin-search-dir . --write .",
|
||||
"typesafe-i18n": "typesafe-i18n"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@theaninova/prettier-config": "^1.0.0",
|
||||
"@types/w3c-web-serial": "^1.0.3",
|
||||
"@vite-pwa/sveltekit": "^0.2.5",
|
||||
"@inlang/sdk-js": "^0.10.1",
|
||||
"@fontsource-variable/noto-sans-mono": "^5.0.4",
|
||||
"@fontsource-variable/material-symbols-rounded": "^5.0.4",
|
||||
"stylelint": "^15.9.0",
|
||||
@@ -42,6 +43,8 @@
|
||||
"svelte-check": "^3.4.3",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.0.0",
|
||||
"typesafe-i18n": "^5.25.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"vitest": "^0.33.0",
|
||||
"vite": "^4.3.6",
|
||||
"vite-plugin-pwa": "^0.16.4",
|
||||
|
||||
Reference in New Issue
Block a user