diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2022-11-24 17:49:49 +0900 |
|---|---|---|
| committer | tamaina <tamaina@hotmail.co.jp> | 2022-11-24 17:49:49 +0900 |
| commit | c79976f9bc9d1a5aaaf05bcded480af06d783e2d (patch) | |
| tree | 20ea390755d40dcbcf1d431cdbb5908abc7842ee /packages/client/package.json | |
| parent | remove preferences-registry (diff) | |
| parent | Fix typo in keycode.ts (#9224) (diff) | |
| download | sharkey-c79976f9bc9d1a5aaaf05bcded480af06d783e2d.tar.gz sharkey-c79976f9bc9d1a5aaaf05bcded480af06d783e2d.tar.bz2 sharkey-c79976f9bc9d1a5aaaf05bcded480af06d783e2d.zip | |
Merge branch 'develop' into pizzax-indexeddb
Diffstat (limited to 'packages/client/package.json')
| -rw-r--r-- | packages/client/package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/client/package.json b/packages/client/package.json index 8443c57e70..a8ca3a2f05 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,19 +1,17 @@ { + "name": "client", "private": true, "scripts": { "watch": "vite build --watch --mode development", "build": "vite build", "lint": "eslint --quiet \"src/**/*.{ts,vue}\"" }, - "resolutions": { - "chokidar": "^3.3.1", - "lodash": "^4.17.21" - }, "dependencies": { "@discordapp/twemoji": "14.0.2", "@fortawesome/fontawesome-free": "6.1.2", "@rollup/plugin-alias": "4.0.2", "@rollup/plugin-json": "5.0.1", + "@rollup/pluginutils": "5.0.2", "@syuilo/aiscript": "0.11.1", "@vitejs/plugin-vue": "3.2.0", "@vue/compiler-sfc": "3.2.45", @@ -21,7 +19,7 @@ "autosize": "5.0.1", "blurhash": "2.0.4", "broadcast-channel": "4.18.1", - "browser-image-resizer": "git+https://github.com/misskey-dev/browser-image-resizer#v2.2.1-misskey.2", + "browser-image-resizer": "git+https://github.com/misskey-dev/browser-image-resizer#v2.2.1-misskey.3", "chart.js": "4.0.1", "chartjs-adapter-date-fns": "2.0.1", "chartjs-plugin-gradient": "0.5.1", @@ -77,6 +75,8 @@ "@types/throttle-debounce": "5.0.0", "@types/tinycolor2": "1.4.3", "@types/uuid": "8.3.4", + "@types/websocket": "1.0.5", + "@types/ws": "8.5.3", "@typescript-eslint/eslint-plugin": "5.43.0", "@typescript-eslint/parser": "5.43.0", "cross-env": "7.0.3", |