mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-13 22:15:41 +02:00
* wip * add test * use themeManager.currentCompiledTheme for obtaining theme variables / reduce getComputedStyle usage * fix * fix: better error handling on theme installation * Update Changelog * chore: remove frontend-shared builds as it is currently working as a stub package * fix: broken lockfile * fix * fix lint * fix
30 lines
638 B
JSON
30 lines
638 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.12.2",
|
|
"@types/tinycolor2": "1.4.6",
|
|
"@typescript-eslint/eslint-plugin": "8.59.0",
|
|
"@typescript-eslint/parser": "8.59.0",
|
|
"eslint-plugin-vue": "10.9.0",
|
|
"vue-eslint-parser": "10.4.0"
|
|
},
|
|
"files": [
|
|
"js-built"
|
|
],
|
|
"dependencies": {
|
|
"i18n": "workspace:*",
|
|
"json5": "2.2.3",
|
|
"misskey-js": "workspace:*",
|
|
"shiki": "4.0.2",
|
|
"tinycolor2": "1.6.0",
|
|
"vue": "3.5.33"
|
|
}
|
|
}
|