mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 19:43:32 +00:00
* feat: split entry file by locale name
* chore: とりあえず transform hook で雑に分割
* chore: とりあえず transform 結果をいい感じに
* chore: concurrent buildで高速化
* chore: vite ではローケルのないものをビルドして後処理でどうにかするように
* chore: 後処理のためにi18n.jを単体になるように切り出す
* chore: use typescript
* chore: remove unref(i18n) in vite build process
* chore: inline variable
* fix: build error
* fix: i18n.ts.something.replaceAll() become error
* chore: ignore export specifier from error
* chore: support i18n.tsx as object
* chore: process literal for all files
* chore: split config and locale
* chore: inline locale name
* chore: remove updating locale in boot common
* chore: use top-level await to load locales
* chore: inline locale
* chore: remove loading locale from boot.js
* chore: remove loading locale from boot.js
* コメント追加
* fix test; fetchに失敗する
* import削除ログをdebugレベルに
* fix: watch pug
* chore: use hash for entry files
* chore: remove es-module-lexer from dependencies
* chore: move to frontend-builder
* chore: use inline locale in embed
* chore: refetch json on hot reload
* feat: store localization related to boot.js in backend in bootloaderLocales localstorage
* 応急処置を戻す
* fix spex
* fix `Using i18n identifier "e" directly. Skipping inlining.` warning
* refactor: use scriptsDir parameter
* chore: remove i18n from depmap
* chore: make build crash if errors
* error -> warn few conditions
* use inline object
* update localstorage keys
* remove accessing locale localstorage
* fix: failed to process i18n.tsx.aaa({x:i18n.bbb})
73 lines
1.9 KiB
JSON
73 lines
1.9 KiB
JSON
{
|
|
"name": "frontend-embed",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"watch": "vite",
|
|
"build": "tsx build.ts",
|
|
"typecheck": "vue-tsc --noEmit",
|
|
"eslint": "eslint --quiet \"src/**/*.{ts,vue}\"",
|
|
"lint": "pnpm typecheck && pnpm eslint"
|
|
},
|
|
"dependencies": {
|
|
"@discordapp/twemoji": "16.0.1",
|
|
"@rollup/plugin-json": "6.1.0",
|
|
"@rollup/plugin-replace": "6.0.2",
|
|
"@rollup/pluginutils": "5.2.0",
|
|
"@twemoji/parser": "16.0.0",
|
|
"@vitejs/plugin-vue": "6.0.1",
|
|
"@vue/compiler-sfc": "3.5.18",
|
|
"astring": "1.9.0",
|
|
"buraha": "0.0.1",
|
|
"estree-walker": "3.0.3",
|
|
"frontend-shared": "workspace:*",
|
|
"icons-subsetter": "workspace:*",
|
|
"json5": "2.2.3",
|
|
"mfm-js": "0.25.0",
|
|
"misskey-js": "workspace:*",
|
|
"punycode.js": "2.3.1",
|
|
"rollup": "4.46.2",
|
|
"sass": "1.89.2",
|
|
"shiki": "3.9.1",
|
|
"tinycolor2": "1.6.0",
|
|
"tsc-alias": "1.8.16",
|
|
"tsconfig-paths": "4.2.0",
|
|
"typescript": "5.9.2",
|
|
"uuid": "11.1.0",
|
|
"vite": "7.0.6",
|
|
"vue": "3.5.18"
|
|
},
|
|
"devDependencies": {
|
|
"@misskey-dev/summaly": "5.2.3",
|
|
"@tabler/icons-webfont": "3.34.1",
|
|
"@testing-library/vue": "8.1.0",
|
|
"@types/estree": "1.0.8",
|
|
"@types/micromatch": "4.0.9",
|
|
"@types/node": "22.17.0",
|
|
"@types/punycode.js": "npm:@types/punycode@2.1.4",
|
|
"@types/tinycolor2": "1.4.6",
|
|
"@types/ws": "8.18.1",
|
|
"@typescript-eslint/eslint-plugin": "8.38.0",
|
|
"@typescript-eslint/parser": "8.38.0",
|
|
"@vitest/coverage-v8": "3.2.4",
|
|
"@vue/runtime-core": "3.5.18",
|
|
"acorn": "8.15.0",
|
|
"cross-env": "10.0.0",
|
|
"eslint-plugin-import": "2.32.0",
|
|
"eslint-plugin-vue": "10.4.0",
|
|
"fast-glob": "3.3.3",
|
|
"happy-dom": "18.0.1",
|
|
"intersection-observer": "0.12.2",
|
|
"micromatch": "4.0.8",
|
|
"msw": "2.10.4",
|
|
"nodemon": "3.1.10",
|
|
"prettier": "3.6.2",
|
|
"start-server-and-test": "2.0.12",
|
|
"tsx": "4.20.3",
|
|
"vite-plugin-turbosnap": "1.0.3",
|
|
"vue-component-type-helpers": "3.0.5",
|
|
"vue-eslint-parser": "10.2.0",
|
|
"vue-tsc": "3.0.5"
|
|
}
|
|
}
|