mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-13 16:25:44 +02:00
* wip * enhance: 絵文字データの参照を自前ライブラリに変更 * fix * update to v17.0.2 * fix assets handling * fix * update mfm-js * update emoji library * Update COPYING [ci skip] * Update Changelog * Update Changelog * fix: 端末の絵文字にフォールバックできるように
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.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": {
|
|
"@misskey-dev/emoji-data": "17.0.3",
|
|
"i18n": "workspace:*",
|
|
"json5": "2.2.3",
|
|
"misskey-js": "workspace:*",
|
|
"shiki": "4.0.2",
|
|
"tinycolor2": "1.6.0",
|
|
"vue": "3.5.33"
|
|
}
|
|
}
|