2021-11-12 02:02:25 +09:00
|
|
|
{
|
2022-06-01 11:41:15 +09:00
|
|
|
"name": "client",
|
2021-11-12 02:02:25 +09:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2023-01-13 13:18:16 +09:00
|
|
|
"watch": "pnpm vite build --watch --mode development",
|
|
|
|
"build": "pnpm vite build",
|
2023-04-08 09:01:42 +09:00
|
|
|
"lint": "pnpm rome check \"src/**/*.{ts,vue}\"",
|
|
|
|
"format": "pnpm prettier --write '**/*.vue'"
|
2021-11-12 02:02:25 +09:00
|
|
|
},
|
2023-02-04 14:38:40 +09:00
|
|
|
"devDependencies": {
|
2023-02-10 07:48:25 +09:00
|
|
|
"@discordapp/twemoji": "14.0.2",
|
2023-02-19 04:33:25 +09:00
|
|
|
"@khmyznikov/pwa-install": "^0.2.0",
|
2023-03-13 05:43:37 +09:00
|
|
|
"@phosphor-icons/web": "^2.0.3",
|
2022-06-11 15:45:44 +09:00
|
|
|
"@rollup/plugin-alias": "3.1.9",
|
|
|
|
"@rollup/plugin-json": "4.1.0",
|
2022-06-03 16:47:23 +09:00
|
|
|
"@rollup/pluginutils": "^4.2.1",
|
2023-02-10 07:48:25 +09:00
|
|
|
"@syuilo/aiscript": "0.11.1",
|
2023-02-04 14:38:40 +09:00
|
|
|
"@types/escape-regexp": "0.0.1",
|
|
|
|
"@types/glob": "8.0.0",
|
|
|
|
"@types/gulp": "4.0.10",
|
|
|
|
"@types/gulp-rename": "2.0.1",
|
|
|
|
"@types/katex": "0.14.0",
|
|
|
|
"@types/matter-js": "0.18.2",
|
|
|
|
"@types/punycode": "2.1.0",
|
|
|
|
"@types/seedrandom": "3.0.4",
|
|
|
|
"@types/throttle-debounce": "5.0.0",
|
|
|
|
"@types/tinycolor2": "1.4.3",
|
|
|
|
"@types/uuid": "8.3.4",
|
2022-12-19 04:03:08 +09:00
|
|
|
"@vitejs/plugin-vue": "4.0.0",
|
2022-11-14 06:14:34 +09:00
|
|
|
"@vue/compiler-sfc": "3.2.45",
|
2021-11-12 02:02:25 +09:00
|
|
|
"autobind-decorator": "2.4.0",
|
2022-12-12 10:08:59 +09:00
|
|
|
"autosize": "5.0.2",
|
2022-02-19 00:48:04 +09:00
|
|
|
"blurhash": "1.1.5",
|
2023-01-04 08:43:52 +09:00
|
|
|
"broadcast-channel": "4.19.1",
|
2023-01-13 13:18:16 +09:00
|
|
|
"browser-image-resizer": "https://github.com/misskey-dev/browser-image-resizer.git",
|
2023-04-08 09:44:27 +09:00
|
|
|
"calckey-js": "workspace:*",
|
2022-12-19 04:03:08 +09:00
|
|
|
"chart.js": "4.1.1",
|
2022-11-19 10:20:34 +09:00
|
|
|
"chartjs-adapter-date-fns": "2.0.1",
|
2023-03-12 06:07:51 +09:00
|
|
|
"chartjs-chart-matrix": "^2.0.1",
|
2022-08-27 16:34:14 +09:00
|
|
|
"chartjs-plugin-gradient": "0.5.1",
|
2022-03-25 16:32:10 +09:00
|
|
|
"chartjs-plugin-zoom": "1.2.1",
|
2023-02-19 04:33:25 +09:00
|
|
|
"city-timezones": "^1.2.1",
|
2023-01-04 02:12:26 +09:00
|
|
|
"compare-versions": "5.0.3",
|
|
|
|
"cropperjs": "2.0.0-beta.2",
|
2023-02-10 07:48:25 +09:00
|
|
|
"cross-env": "7.0.3",
|
|
|
|
"cypress": "10.11.0",
|
2022-11-05 05:20:18 +09:00
|
|
|
"date-fns": "2.29.3",
|
2021-11-12 02:02:25 +09:00
|
|
|
"escape-regexp": "0.0.1",
|
|
|
|
"eventemitter3": "4.0.7",
|
2023-02-19 04:33:25 +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",
|
2023-01-04 02:12:26 +09:00
|
|
|
"json5": "2.2.3",
|
2022-12-19 04:03:08 +09:00
|
|
|
"katex": "0.16.4",
|
2022-01-02 02:15:12 +09:00
|
|
|
"matter-js": "0.18.0",
|
2023-04-13 09:19:14 +09:00
|
|
|
"mfm-js": "0.23.3",
|
2022-12-19 04:03:08 +09:00
|
|
|
"photoswipe": "5.3.4",
|
2023-04-08 09:01:42 +09:00
|
|
|
"prettier": "2.8.7",
|
|
|
|
"prettier-plugin-vue": "1.1.6",
|
2022-08-27 16:34:14 +09:00
|
|
|
"prismjs": "1.29.0",
|
2021-11-12 02:02:25 +09:00
|
|
|
"punycode": "2.1.1",
|
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-10 07:48:25 +09:00
|
|
|
"rollup": "3.9.1",
|
2021-11-12 02:02:25 +09:00
|
|
|
"s-age": "1.1.2",
|
2023-01-04 02:12:26 +09:00
|
|
|
"sass": "1.57.1",
|
2021-11-12 02:02:25 +09:00
|
|
|
"seedrandom": "3.0.5",
|
2023-02-10 07:48:25 +09:00
|
|
|
"start-server-and-test": "1.15.2",
|
2021-11-12 02:02:25 +09:00
|
|
|
"strict-event-emitter-types": "2.0.0",
|
|
|
|
"stringz": "2.1.0",
|
2022-12-19 04:03:08 +09:00
|
|
|
"swiper": "^8.4.5",
|
2021-11-12 02:02:25 +09:00
|
|
|
"syuilo-password-strength": "0.0.1",
|
|
|
|
"textarea-caret": "3.1.0",
|
2022-11-19 10:20:34 +09:00
|
|
|
"three": "0.146.0",
|
2022-05-25 23:28:56 +09:00
|
|
|
"throttle-debounce": "5.0.0",
|
2023-01-04 02:12:26 +09:00
|
|
|
"tinycolor2": "1.5.2",
|
2022-12-19 04:03:08 +09:00
|
|
|
"tsc-alias": "1.8.2",
|
2023-01-04 02:12:26 +09:00
|
|
|
"tsconfig-paths": "4.1.2",
|
2022-03-19 19:22:58 +09:00
|
|
|
"twemoji-parser": "14.0.0",
|
2023-02-10 07:48:25 +09:00
|
|
|
"typescript": "4.9.4",
|
2022-09-10 19:14:07 +09:00
|
|
|
"uuid": "9.0.0",
|
2022-12-19 04:03:08 +09:00
|
|
|
"vanilla-tilt": "1.8.0",
|
2023-02-07 13:06:50 +09:00
|
|
|
"vite": "^4.1.1",
|
2023-03-19 16:26:26 +09:00
|
|
|
"vite-plugin-compression": "^0.5.1",
|
2022-11-14 06:14:34 +09:00
|
|
|
"vue": "3.2.45",
|
2022-09-12 16:17:07 +09:00
|
|
|
"vue-isyourpasswordsafe": "^2.0.0",
|
2022-08-18 08:38:17 +09:00
|
|
|
"vue-plyr": "^7.0.0",
|
2021-11-12 02:02:25 +09:00
|
|
|
"vue-prism-editor": "2.0.0-alpha.2",
|
2022-09-08 08:23:33 +09:00
|
|
|
"vuedraggable": "4.1.0"
|
2021-11-12 02:02:25 +09:00
|
|
|
}
|
|
|
|
}
|