Files
misskey/packages/frontend/package.json
T

99 lines
2.7 KiB
JSON
Raw Normal View History

2021-11-12 02:02:25 +09:00
{
2022-12-27 14:36:33 +09:00
"name": "frontend",
2021-11-12 02:02:25 +09:00
"private": true,
"scripts": {
"watch": "vite",
"build": "vite build",
"typecheck": "vue-tsc --noEmit",
"eslint": "eslint --quiet \"src/**/*.{ts,vue}\"",
"lint": "pnpm typecheck && pnpm eslint"
2021-11-12 02:02:25 +09:00
},
"dependencies": {
2022-05-25 23:28:56 +09:00
"@discordapp/twemoji": "14.0.2",
2023-01-22 04:17:58 +09:00
"@rollup/plugin-alias": "4.0.3",
2022-12-19 13:20:47 +09:00
"@rollup/plugin-json": "6.0.0",
"@rollup/pluginutils": "5.0.2",
2023-02-01 11:20:28 +09:00
"@syuilo/aiscript": "0.12.4",
2023-02-09 09:25:31 +09:00
"@tabler/icons-webfont": "2.2.0",
2022-12-19 08:59:17 +09:00
"@vitejs/plugin-vue": "4.0.0",
2023-02-03 14:44:09 +09:00
"@vue/compiler-sfc": "3.2.47",
2021-11-12 02:02:25 +09:00
"autobind-decorator": "2.4.0",
2022-11-29 13:14:57 +09:00
"autosize": "5.0.2",
2023-02-20 17:04:57 +09:00
"blurhash": "2.0.5",
2023-01-22 04:17:58 +09:00
"broadcast-channel": "4.20.2",
2023-02-23 15:36:17 +09:00
"browser-image-resizer": "github:misskey-dev/browser-image-resizer#v2.2.1-misskey.3",
2023-02-03 14:44:09 +09:00
"canvas-confetti": "1.6.0",
2023-02-20 17:04:57 +09:00
"chart.js": "4.2.1",
2022-12-19 13:20:47 +09:00
"chartjs-adapter-date-fns": "3.0.0",
2023-02-09 09:25:31 +09:00
"chartjs-chart-matrix": "2.0.1",
2022-12-10 16:38:41 +09:00
"chartjs-plugin-gradient": "0.6.1",
2022-11-29 13:14:57 +09:00
"chartjs-plugin-zoom": "2.0.0",
2022-08-27 16:34:14 +09:00
"compare-versions": "5.0.1",
2022-12-28 18:28:01 +09:00
"cropperjs": "2.0.0-beta.2",
2022-09-20 07:33:27 +09:00
"date-fns": "2.29.3",
2021-11-12 02:02:25 +09:00
"escape-regexp": "0.0.1",
2022-11-29 13:14:57 +09:00
"eventemitter3": "5.0.0",
2023-02-03 14:44:09 +09:00
"gsap": "3.11.4",
2022-07-01 00:21:25 +09:00
"idb-keyval": "6.2.0",
2021-11-12 02:02:25 +09:00
"insert-text-at-cursor": "0.3.0",
2022-12-19 13:20:47 +09:00
"is-file-animated": "1.0.2",
2023-01-02 20:02:51 +09:00
"json5": "2.2.3",
2023-02-20 17:04:57 +09:00
"matter-js": "0.19.0",
2023-01-14 09:02:33 +09:00
"mfm-js": "0.23.3",
2023-02-03 14:44:09 +09:00
"misskey-js": "0.0.15",
"photoswipe": "5.3.5",
2022-08-27 16:34:14 +09:00
"prismjs": "1.29.0",
2023-01-22 04:17:58 +09:00
"punycode": "2.3.0",
2021-11-14 10:43:19 +09:00
"querystring": "0.2.1",
2021-11-12 02:02:25 +09:00
"rndstr": "1.0.0",
2023-02-20 17:04:57 +09:00
"rollup": "3.17.2",
2021-11-12 02:02:25 +09:00
"s-age": "1.1.2",
2023-02-20 17:04:57 +09:00
"sanitize-html": "2.10.0",
"sass": "1.58.3",
2021-11-12 02:02:25 +09:00
"seedrandom": "3.0.5",
"strict-event-emitter-types": "2.0.0",
"syuilo-password-strength": "0.0.1",
"textarea-caret": "3.1.0",
2023-01-27 11:40:18 +09:00
"three": "0.149.0",
2022-05-25 23:28:56 +09:00
"throttle-debounce": "5.0.0",
2023-02-09 09:25:31 +09:00
"tinycolor2": "1.6.0",
2022-12-10 16:38:41 +09:00
"tsc-alias": "1.8.2",
2023-01-02 20:02:51 +09:00
"tsconfig-paths": "4.1.2",
2022-03-19 19:22:58 +09:00
"twemoji-parser": "14.0.0",
2023-02-03 14:44:09 +09:00
"typescript": "4.9.5",
2022-09-10 19:14:07 +09:00
"uuid": "9.0.0",
2022-12-19 13:20:47 +09:00
"vanilla-tilt": "1.8.0",
2023-02-20 17:04:57 +09:00
"vite": "4.1.2",
2023-02-03 14:44:09 +09:00
"vue": "3.2.47",
2023-02-23 15:36:17 +09:00
"vue-plyr": "7.0.0",
"vue-prism-editor": "2.0.0-alpha.2",
"vuedraggable": "next"
2021-11-12 02:02:25 +09:00
},
"devDependencies": {
"@types/escape-regexp": "0.0.1",
2023-01-22 04:17:58 +09:00
"@types/glob": "8.0.1",
2022-11-19 10:25:16 +09:00
"@types/gulp": "4.0.10",
"@types/gulp-rename": "2.0.1",
2022-09-20 07:33:27 +09:00
"@types/matter-js": "0.18.2",
2023-02-20 17:04:57 +09:00
"@types/node": "18.14.0",
"@types/punycode": "2.1.0",
2023-02-03 14:44:09 +09:00
"@types/sanitize-html": "2.8.0",
2023-01-02 20:02:51 +09:00
"@types/seedrandom": "3.0.4",
2022-05-14 14:57:51 +09:00
"@types/throttle-debounce": "5.0.0",
"@types/tinycolor2": "1.4.3",
2022-12-04 10:39:11 +09:00
"@types/uuid": "9.0.0",
"@types/websocket": "1.0.5",
2023-01-02 20:02:51 +09:00
"@types/ws": "8.5.4",
2023-02-20 17:04:57 +09:00
"@typescript-eslint/eslint-plugin": "5.52.0",
"@typescript-eslint/parser": "5.52.0",
2023-02-03 14:44:09 +09:00
"@vue/runtime-core": "3.2.47",
2021-11-12 02:02:25 +09:00
"cross-env": "7.0.3",
2023-02-20 17:04:57 +09:00
"cypress": "12.6.0",
"eslint": "8.34.0",
2023-01-22 04:17:58 +09:00
"eslint-plugin-import": "2.27.5",
2023-01-15 09:19:02 +09:00
"eslint-plugin-vue": "9.9.0",
2023-02-20 17:04:57 +09:00
"start-server-and-test": "1.15.4",
2023-02-03 14:44:09 +09:00
"vue-eslint-parser": "9.1.0",
2023-02-20 17:04:57 +09:00
"vue-tsc": "1.1.4"
2021-11-12 02:02:25 +09:00
}
2023-02-23 15:36:17 +09:00
}