misskey/packages/client/package.json
2024-10-15 02:43:15 +09:00

97 lines
2.7 KiB
JSON

{
"private": true,
"scripts": {
"watch": "vite build --watch --mode development",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --quiet \"src/**/*.{ts,vue}\"",
"typecheck:vue": "vue-tsc --noEmit",
"typecheck:tsc": "tsc -p . --noEmit"
},
"resolutions": {
"chokidar": "^3.3.1",
"lodash": "^4.17.21"
},
"dependencies": {
"@discordapp/twemoji": "15.1.0",
"@fortawesome/fontawesome-free": "6.6.0",
"@rollup/plugin-alias": "5.1.1",
"@rollup/plugin-json": "6.1.0",
"@syuilo/aiscript": "0.11.1",
"@vitejs/plugin-vue": "5.1.4",
"@vue/compiler-sfc": "3.5.12",
"autobind-decorator": "2.4.0",
"autosize": "6.0.1",
"blurhash": "2.0.5",
"broadcast-channel": "7.0.0",
"browser-image-resizer": "git+https://github.com/misskey-dev/browser-image-resizer#v2.2.1-misskey.2",
"chart.js": "4.4.4",
"chartjs-adapter-date-fns": "3.0.0",
"chartjs-plugin-gradient": "0.6.1",
"chartjs-plugin-zoom": "2.0.1",
"chokidar": "^4.0.1",
"compare-versions": "6.1.1",
"cropperjs": "2.0.0-beta",
"date-fns": "4.1.0",
"escape-regexp": "0.0.1",
"eventemitter3": "5.0.1",
"idb-keyval": "6.2.1",
"insert-text-at-cursor": "0.3.0",
"json5": "2.2.3",
"katex": "0.16.11",
"matter-js": "0.20.0",
"mfm-js": "git+https://github.com/sim1222/mfm.js.git",
"misetehoshii": "https://github.com/melt-adzuki/misetehoshii",
"misskey-js": "0.0.14",
"photoswipe": "5.4.4",
"prismjs": "1.29.0",
"punycode": "2.3.1",
"querystring": "0.2.1",
"rndstr": "1.0.0",
"s-age": "1.1.2",
"sass": "1.79.5",
"seedrandom": "3.0.5",
"strict-event-emitter-types": "2.0.0",
"stringz": "2.1.0",
"syuilo-password-strength": "0.0.1",
"textarea-caret": "3.1.0",
"three": "0.169.0",
"throttle-debounce": "5.0.2",
"tinycolor2": "1.6.0",
"tsc-alias": "1.8.10",
"tsconfig-paths": "4.2.0",
"twemoji-parser": "14.0.0",
"typescript": "5.6.3",
"uuid": "10.0.0",
"vanilla-tilt": "1.8.1",
"vite": "5.4.8",
"vite-plugin-pug": "0.4.1",
"vue": "3.5.12",
"vue-prism-editor": "2.0.0-alpha.2",
"vuedraggable": "4.0.1"
},
"devDependencies": {
"@types/escape-regexp": "0.0.3",
"@types/glob": "8.1.0",
"@types/gulp": "4.0.17",
"@types/gulp-rename": "2.0.6",
"@types/katex": "0.16.7",
"@types/matter-js": "0.19.7",
"@types/punycode": "2.1.4",
"@types/seedrandom": "3.0.8",
"@types/throttle-debounce": "5.0.2",
"@types/tinycolor2": "1.4.6",
"@types/uuid": "10.0.0",
"@typescript-eslint/eslint-plugin": "8.8.1",
"@typescript-eslint/parser": "8.8.1",
"cross-env": "7.0.3",
"cypress": "13.15.0",
"eslint": "9.12.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-vue": "9.29.0",
"rollup": "4.24.0",
"start-server-and-test": "2.0.8",
"vue-tsc": "2.1.6"
}
}