hippofish/packages/client/package.json

96 lines
2.7 KiB
JSON
Raw Normal View History

2021-11-11 18:02:25 +01:00
{
2022-06-01 04:41:15 +02:00
"name": "client",
2021-11-11 18:02:25 +01:00
"private": true,
"type": "module",
2021-11-11 18:02:25 +01:00
"scripts": {
"watch": "pnpm vite build --watch --mode development",
"build": "pnpm vite build",
2023-07-30 22:27:13 +02:00
"build:debug": "pnpm run build",
"lint": "pnpm biome check **/*.ts --apply ; pnpm run lint:vue",
2023-09-02 01:27:33 +02:00
"lint:vue": "pnpm eslint src --fix '**/*.vue' --cache ; pnpm run format",
2024-04-04 14:23:50 +02:00
"types:check": "pnpm vue-tsc --noEmit",
2024-03-28 17:24:50 +01:00
"format": "pnpm biome format * --write"
2021-11-11 18:02:25 +01:00
},
"devDependencies": {
2024-05-11 18:29:19 +02:00
"@eslint-sets/eslint-config-vue3": "5.13.0",
"@eslint-sets/eslint-config-vue3-ts": "3.3.0",
"@phosphor-icons/web": "2.1.1",
"@rollup/plugin-alias": "5.1.0",
"@rollup/plugin-json": "6.1.0",
2024-05-11 18:29:19 +02:00
"@rollup/pluginutils": "5.1.0",
"@syuilo/aiscript": "0.17.0",
2024-05-10 09:25:22 +02:00
"@misskey-dev/browser-image-resizer": "2024.1.0",
2024-05-11 18:29:19 +02:00
"@types/autosize": "4.0.3",
2023-06-05 23:54:43 +02:00
"@types/glob": "8.1.0",
2024-05-11 18:29:19 +02:00
"@types/insert-text-at-cursor": "0.3.2",
"@types/katex": "0.16.7",
"@types/matter-js": "0.19.6",
2024-05-11 18:29:19 +02:00
"@types/prismjs": "1.26.4",
2024-02-15 15:37:49 +01:00
"@types/punycode": "2.1.4",
"@types/qrcode": "1.5.5",
"@types/seedrandom": "3.0.8",
2024-05-11 18:29:19 +02:00
"@types/textarea-caret": "3.0.3",
"@types/throttle-debounce": "5.0.2",
"@types/tinycolor2": "1.4.6",
"@types/uuid": "9.0.8",
"@vitejs/plugin-vue": "5.0.4",
"@vue/runtime-core": "3.4.27",
2021-11-11 18:02:25 +01:00
"autobind-decorator": "2.4.0",
2023-07-28 20:39:31 +02:00
"autosize": "6.0.1",
"broadcast-channel": "7.0.0",
"chart.js": "4.4.3",
2023-06-03 09:41:30 +02:00
"chartjs-adapter-date-fns": "3.0.0",
2024-05-11 18:29:19 +02:00
"chartjs-chart-matrix": "2.0.1",
2023-06-03 09:41:30 +02:00
"chartjs-plugin-gradient": "0.6.1",
"chartjs-plugin-zoom": "2.0.1",
2024-05-11 18:29:19 +02:00
"city-timezones": "1.2.1",
2023-08-09 02:38:03 +02:00
"compare-versions": "6.1.0",
"cropperjs": "2.0.0-beta.5",
2024-03-23 13:39:11 +01:00
"date-fns": "3.6.0",
2024-05-11 18:29:19 +02:00
"emojilib": "3.0.12",
"eslint-plugin-file-progress": "1.4.0",
"eventemitter3": "5.0.1",
2024-05-11 18:29:19 +02:00
"fast-blurhash": "1.1.2",
2023-07-28 20:39:31 +02:00
"firefish-js": "workspace:*",
2024-05-11 18:29:19 +02:00
"focus-trap": "7.5.4",
"focus-trap-vue": "4.0.3",
"gsap": "3.12.5",
2023-06-05 23:54:43 +02:00
"idb-keyval": "6.2.1",
2021-11-11 18:02:25 +01:00
"insert-text-at-cursor": "0.3.0",
2023-01-03 18:12:26 +01:00
"json5": "2.2.3",
"katex": "0.16.10",
2024-05-11 18:29:19 +02:00
"long": "5.2.3",
2023-09-22 05:48:54 +02:00
"libopenmpt-wasm": "github:TheEssem/libopenmpt-packaging#build",
2023-08-19 18:33:24 +02:00
"matter-js": "0.19.0",
"mfm-js": "0.24.0",
"multer": "1.4.5-lts.1",
"moment": "2.30.1",
"photoswipe": "5.4.4",
2022-08-27 09:34:14 +02:00
"prismjs": "1.29.0",
"punycode": "2.3.1",
"qrcode": "1.5.3",
2024-05-11 18:29:19 +02:00
"qrcode-vue3": "1.6.8",
"rollup": "4.17.2",
2021-11-11 18:02:25 +01:00
"s-age": "1.1.2",
"sass": "1.77.2",
2021-11-11 18:02:25 +01:00
"seedrandom": "3.0.5",
"stringz": "2.1.0",
"swiper": "11.1.3",
2021-11-11 18:02:25 +01:00
"syuilo-password-strength": "0.0.1",
"textarea-caret": "3.1.0",
2022-05-25 16:28:56 +02:00
"throttle-debounce": "5.0.0",
"tinycolor2": "1.6.0",
2024-05-11 18:29:19 +02:00
"tinyld": "1.3.4",
2024-04-11 19:55:27 +02:00
"typescript": "5.4.5",
2024-05-11 18:29:19 +02:00
"unicode-emoji-json": "0.6.0",
"uuid": "9.0.1",
"vite": "5.2.11",
2024-05-11 18:29:19 +02:00
"vite-plugin-compression": "0.5.1",
"vue": "3.4.27",
"vue-draggable-plus": "0.4.1",
2024-05-11 18:29:19 +02:00
"vue-plyr": "7.0.0",
2024-04-04 14:23:50 +02:00
"vue-prism-editor": "2.0.0-alpha.2",
"vue-tsc": "2.0.19"
2021-11-11 18:02:25 +01:00
}
}