iceshrimp-legacy/packages/client/package.json

102 lines
3 KiB
JSON
Raw Permalink 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,
"scripts": {
"watch": "pnpm vite build --watch --mode development",
"build": "pnpm vite build",
2023-07-17 00:32:32 +02:00
"lint": "pnpm rome check **/*.ts --apply && pnpm run lint:vue",
"lint:vue": "pnpm paralint --ext .vue --fix '**/*.vue' --cache",
"format": "pnpm rome format * --write && pnpm prettier --write '**/*.{scss,vue}' --cache --cache-strategy metadata"
2021-11-11 18:02:25 +01:00
},
"devDependencies": {
2023-06-05 23:54:43 +02:00
"@discordapp/twemoji": "14.1.2",
2023-07-17 00:32:32 +02:00
"@eslint-sets/eslint-config-vue3": "^5.6.1",
"@eslint-sets/eslint-config-vue3-ts": "^3.3.0",
2023-03-12 21:43:37 +01:00
"@phosphor-icons/web": "^2.0.3",
"@rollup/plugin-alias": "3.1.9",
"@rollup/plugin-json": "4.1.0",
2022-06-03 09:47:23 +02:00
"@rollup/pluginutils": "^4.2.1",
"@syuilo/aiscript": "0.11.1",
"@types/escape-regexp": "0.0.1",
2023-06-05 23:54:43 +02:00
"@types/glob": "8.1.0",
"@types/gulp": "4.0.13",
2023-06-05 23:54:43 +02:00
"@types/gulp-rename": "2.0.2",
"@types/katex": "0.16.0",
"@types/matter-js": "0.18.2",
"@types/punycode": "2.1.0",
2023-06-05 23:54:43 +02:00
"@types/seedrandom": "3.0.5",
"@types/throttle-debounce": "5.0.0",
"@types/tinycolor2": "1.4.3",
"@types/uuid": "8.3.4",
2023-06-05 23:54:43 +02:00
"@vitejs/plugin-vue": "4.2.3",
"@vue/compiler-sfc": "3.3.4",
2021-11-11 18:02:25 +01:00
"autobind-decorator": "2.4.0",
"autosize": "5.0.2",
"blurhash": "2.0.5",
"broadcast-channel": "5.1.0",
2023-04-30 22:13:43 +02:00
"browser-image-resizer": "github:misskey-dev/browser-image-resizer",
2023-07-03 00:18:30 +02:00
"firefish-js": "workspace:*",
2023-06-03 09:41:30 +02:00
"chart.js": "4.3.0",
"chartjs-adapter-date-fns": "3.0.0",
2023-03-11 22:07:51 +01: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",
2023-02-18 20:33:25 +01:00
"city-timezones": "^1.2.1",
"compare-versions": "6.0.0",
2023-01-03 18:12:26 +01:00
"cropperjs": "2.0.0-beta.2",
"cross-env": "7.0.3",
"cypress": "10.11.0",
2023-06-03 09:41:30 +02:00
"date-fns": "2.30.0",
"emojilib": "github:thatonecalculator/emojilib",
2021-11-11 18:02:25 +01:00
"escape-regexp": "0.0.1",
2023-07-17 00:32:32 +02:00
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-file-progress": "^1.3.0",
"eventemitter3": "5.0.1",
"fast-blurhash": "^1.1.2",
"focus-trap": "^7.5.2",
2023-06-05 23:54:43 +02:00
"focus-trap-vue": "^4.0.2",
"gsap": "^3.12.2",
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.8",
2022-01-01 18:15:12 +01:00
"matter-js": "0.18.0",
2023-04-13 02:19:14 +02:00
"mfm-js": "0.23.3",
2023-07-17 00:32:32 +02:00
"paralint": "^1.2.1",
"photoswipe": "5.3.8",
2023-07-06 03:28:27 +02:00
"prettier": "3.0.0",
2023-04-08 02:01:42 +02:00
"prettier-plugin-vue": "1.1.6",
2022-08-27 09:34:14 +02:00
"prismjs": "1.29.0",
"punycode": "2.3.0",
2021-11-14 02:43:19 +01:00
"querystring": "0.2.1",
2021-11-11 18:02:25 +01:00
"rndstr": "1.0.0",
"rollup": "3.26.2",
2021-11-11 18:02:25 +01:00
"s-age": "1.1.2",
"sass": "1.63.6",
2021-11-11 18:02:25 +01:00
"seedrandom": "3.0.5",
"start-server-and-test": "1.15.2",
2021-11-11 18:02:25 +01:00
"strict-event-emitter-types": "2.0.0",
"stringz": "2.1.0",
"swiper": "10.0.4",
2021-11-11 18:02:25 +01:00
"syuilo-password-strength": "0.0.1",
"textarea-caret": "3.1.0",
2022-11-19 02:20:34 +01:00
"three": "0.146.0",
2022-05-25 16:28:56 +02:00
"throttle-debounce": "5.0.0",
"tinycolor2": "1.6.0",
"tsc-alias": "1.8.7",
2023-06-05 23:54:43 +02:00
"tsconfig-paths": "4.2.0",
2022-03-19 11:22:58 +01:00
"twemoji-parser": "14.0.0",
"typescript": "5.1.6",
"unicode-emoji-json": "^0.4.0",
2022-09-10 12:14:07 +02:00
"uuid": "9.0.0",
2022-12-18 20:03:08 +01:00
"vanilla-tilt": "1.8.0",
"vite": "4.4.2",
2023-03-19 08:26:26 +01:00
"vite-plugin-compression": "^0.5.1",
2023-06-05 23:54:43 +02:00
"vue": "3.3.4",
"vue-draggable-plus": "^0.2.2",
"vue-isyourpasswordsafe": "^2.0.0",
"vue-plyr": "^7.0.0",
"vue-prism-editor": "2.0.0-alpha.2"
2021-11-11 18:02:25 +01:00
}
}