mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-26 14:14:36 +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>
29 lines
619 B
JSON
29 lines
619 B
JSON
{
|
|
"name": "icons-subsetter",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Subset tabler-icons webfont",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsx src/generator.ts",
|
|
"eslint": "eslint src/**/*.ts",
|
|
"typecheck": "tsgo --noEmit",
|
|
"lint": "pnpm typecheck && pnpm eslint"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "24.13.2",
|
|
"@types/wawoff2": "1.0.2",
|
|
"@typescript-eslint/eslint-plugin": "8.61.1",
|
|
"@typescript-eslint/parser": "8.61.1"
|
|
},
|
|
"dependencies": {
|
|
"@tabler/icons-webfont": "3.35.0",
|
|
"harfbuzzjs": "1.4.0",
|
|
"tsx": "4.22.4",
|
|
"wawoff2": "2.0.1"
|
|
},
|
|
"files": [
|
|
"built"
|
|
]
|
|
}
|