mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-25 21:24:50 +02:00
* enhance: Set default Node.js version to v26
* fix
* Update Changelog
* fix types
* drop node v22
* update changelog
* fix test
* update
* fix test
* fix test
* Revert "drop node v22"
This reverts commit bb4e011628.
* fix changelog
* attempt to fix test
* attempt to fix test
* fix: update re2 that supports node 26
* attempt to fix test
* attempt to fix test
* run pnpm dedupe
* restore 2fa e2e
* refactor
* attempt to fix test
* attempt to fix test
* run pnpm dedupe
* attempt to fix test
65 lines
1.7 KiB
JSON
65 lines
1.7 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": {
|
|
"@rollup/plugin-json": "6.1.0",
|
|
"@rollup/pluginutils": "5.4.0",
|
|
"@vitejs/plugin-vue": "6.0.7",
|
|
"buraha": "0.0.1",
|
|
"frontend-shared": "workspace:*",
|
|
"i18n": "workspace:*",
|
|
"icons-subsetter": "workspace:*",
|
|
"json5": "2.2.3",
|
|
"mfm-js": "0.26.0",
|
|
"misskey-js": "workspace:*",
|
|
"punycode.js": "2.3.1",
|
|
"rollup": "4.62.2",
|
|
"shiki": "4.2.0",
|
|
"tinycolor2": "1.6.0",
|
|
"uuid": "14.0.0",
|
|
"vue": "3.5.38"
|
|
},
|
|
"devDependencies": {
|
|
"@misskey-dev/emoji-assets": "17.0.3",
|
|
"@misskey-dev/summaly": "5.5.1",
|
|
"@tabler/icons-webfont": "3.35.0",
|
|
"@testing-library/vue": "8.1.0",
|
|
"@types/estree": "1.0.9",
|
|
"@types/micromatch": "4.0.10",
|
|
"@types/node": "26.0.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.61.1",
|
|
"@typescript-eslint/parser": "8.61.1",
|
|
"@vitest/coverage-v8": "4.1.9",
|
|
"@vue/runtime-core": "3.5.38",
|
|
"acorn": "8.17.0",
|
|
"cross-env": "10.1.0",
|
|
"eslint-plugin-import": "2.32.0",
|
|
"eslint-plugin-vue": "10.9.2",
|
|
"happy-dom": "20.10.6",
|
|
"intersection-observer": "0.12.2",
|
|
"lightningcss": "1.32.0",
|
|
"micromatch": "4.0.8",
|
|
"msw": "2.14.6",
|
|
"prettier": "3.8.4",
|
|
"sass-embedded": "1.100.0",
|
|
"start-server-and-test": "3.0.11",
|
|
"tsx": "4.22.4",
|
|
"vite": "8.1.0",
|
|
"vite-plugin-turbosnap": "1.0.3",
|
|
"vue-component-type-helpers": "3.3.5",
|
|
"vue-eslint-parser": "10.4.1",
|
|
"vue-tsc": "3.3.5"
|
|
}
|
|
}
|