mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-25 22:34:49 +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>
31 lines
677 B
JSON
31 lines
677 B
JSON
{
|
|
"name": "frontend-shared",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"eslint": "eslint './**/*.{js,jsx,ts,tsx}'",
|
|
"typecheck": "tsgo --noEmit",
|
|
"lint": "pnpm typecheck && pnpm eslint"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "24.13.2",
|
|
"@types/tinycolor2": "1.4.6",
|
|
"@typescript-eslint/eslint-plugin": "8.61.1",
|
|
"@typescript-eslint/parser": "8.61.1",
|
|
"eslint-plugin-vue": "10.9.2",
|
|
"vue-eslint-parser": "10.4.1"
|
|
},
|
|
"files": [
|
|
"js-built"
|
|
],
|
|
"dependencies": {
|
|
"@misskey-dev/emoji-data": "17.0.3",
|
|
"i18n": "workspace:*",
|
|
"json5": "2.2.3",
|
|
"misskey-js": "workspace:*",
|
|
"shiki": "4.2.0",
|
|
"tinycolor2": "1.6.0",
|
|
"vue": "3.5.38"
|
|
}
|
|
}
|