mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-25 12:05:19 +02:00
* deps: update deps
* Update Changelog
* update dependencies (major)
* fix: broken lockfile on changelog-checker
* update vite
* update minimum working node version to 22.22.0
* update minimum working node version to 22.22.2
* fix types
* refactor: avoid using default import
* Revert "refactor: avoid using default import"
This reverts commit 5784df2ff0.
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
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": "24.13.2",
|
|
"@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"
|
|
}
|
|
}
|