mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 19:43:32 +00:00
* fix(deps): update [frontend] update dependencies
* rollback tsgo to fix type error
* Revert "rollback tsgo to fix type error"
This reverts commit 3a0b94e5b2.
* rollback vue-tsc to fix type errors (test)
* update vue-tsc to 3.2.0
* update vue-tsc stack to v3.2.1
* rollback vue-tsc to v3.1.8
25 lines
617 B
JSON
25 lines
617 B
JSON
{
|
|
"name": "sw",
|
|
"private": true,
|
|
"scripts": {
|
|
"watch": "nodemon -w ../../package.json -e json --exec \"node build.js watch\"",
|
|
"build": "node build.js",
|
|
"typecheck": "tsgo --noEmit",
|
|
"eslint": "eslint --quiet src/**/*.ts",
|
|
"lint": "pnpm typecheck && pnpm eslint"
|
|
},
|
|
"dependencies": {
|
|
"i18n": "workspace:*",
|
|
"esbuild": "0.27.2",
|
|
"idb-keyval": "6.2.2",
|
|
"misskey-js": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/parser": "8.50.1",
|
|
"@typescript/lib-webworker": "npm:@types/serviceworker@0.0.74",
|
|
"eslint-plugin-import": "2.32.0",
|
|
"nodemon": "3.1.11"
|
|
},
|
|
"type": "module"
|
|
}
|