2021-11-11 19:02:25 +02:00
|
|
|
{
|
2022-12-27 07:36:33 +02:00
|
|
|
"name": "frontend",
|
2021-11-11 19:02:25 +02:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2022-12-20 06:05:36 +02:00
|
|
|
"watch": "vite",
|
2022-05-01 16:51:07 +03:00
|
|
|
"build": "vite build",
|
2023-04-01 15:54:12 +03:00
|
|
|
"storybook-dev": "chokidar 'src/**/*.{mdx,ts,vue}' -d 1000 -t 1000 --initial -i '**/*.stories.ts' -c 'pkill -f node_modules/storybook/index.js; node_modules/.bin/tsc -p .storybook && node .storybook/generate.js && node .storybook/preload-locale.js && node .storybook/preload-theme.js && node_modules/.bin/storybook dev -p 6006 --ci'",
|
2023-04-02 16:54:52 +03:00
|
|
|
"build-storybook": "tsc -p .storybook && node .storybook/generate.js && node .storybook/preload-locale.js && node .storybook/preload-theme.js && storybook build",
|
2023-04-02 08:59:19 +03:00
|
|
|
"chromatic": "chromatic",
|
2023-03-09 05:48:39 +02:00
|
|
|
"test": "vitest --run",
|
|
|
|
"test-and-coverage": "vitest --run --coverage",
|
2023-02-17 03:57:40 +02:00
|
|
|
"typecheck": "vue-tsc --noEmit",
|
|
|
|
"eslint": "eslint --quiet \"src/**/*.{ts,vue}\"",
|
|
|
|
"lint": "pnpm typecheck && pnpm eslint"
|
2021-11-11 19:02:25 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-03-30 06:03:04 +03:00
|
|
|
"@discordapp/twemoji": "14.1.2",
|
2023-01-21 21:17:58 +02:00
|
|
|
"@rollup/plugin-alias": "4.0.3",
|
2022-12-19 06:20:47 +02:00
|
|
|
"@rollup/plugin-json": "6.0.0",
|
2022-11-24 08:39:00 +02:00
|
|
|
"@rollup/pluginutils": "5.0.2",
|
2023-03-17 13:41:25 +02:00
|
|
|
"@syuilo/aiscript": "0.13.1",
|
2023-03-30 06:03:04 +03:00
|
|
|
"@tabler/icons-webfont": "2.12.0",
|
|
|
|
"@vitejs/plugin-vue": "4.1.0",
|
2023-02-03 07:44:09 +02:00
|
|
|
"@vue/compiler-sfc": "3.2.47",
|
2022-11-29 06:14:57 +02:00
|
|
|
"autosize": "5.0.2",
|
2023-02-20 10:04:57 +02:00
|
|
|
"blurhash": "2.0.5",
|
2023-01-21 21:17:58 +02:00
|
|
|
"broadcast-channel": "4.20.2",
|
2023-02-23 08:36:17 +02:00
|
|
|
"browser-image-resizer": "github:misskey-dev/browser-image-resizer#v2.2.1-misskey.3",
|
2023-02-03 07:44:09 +02:00
|
|
|
"canvas-confetti": "1.6.0",
|
2023-02-20 10:04:57 +02:00
|
|
|
"chart.js": "4.2.1",
|
2022-12-19 06:20:47 +02:00
|
|
|
"chartjs-adapter-date-fns": "3.0.0",
|
2023-02-09 02:25:31 +02:00
|
|
|
"chartjs-chart-matrix": "2.0.1",
|
2022-12-10 09:38:41 +02:00
|
|
|
"chartjs-plugin-gradient": "0.6.1",
|
2023-03-30 06:03:04 +03:00
|
|
|
"chartjs-plugin-zoom": "2.0.1",
|
2022-08-27 10:34:14 +03:00
|
|
|
"compare-versions": "5.0.1",
|
2022-12-28 11:28:01 +02:00
|
|
|
"cropperjs": "2.0.0-beta.2",
|
2022-09-20 01:33:27 +03:00
|
|
|
"date-fns": "2.29.3",
|
2021-11-11 19:02:25 +02:00
|
|
|
"escape-regexp": "0.0.1",
|
2022-11-29 06:14:57 +02:00
|
|
|
"eventemitter3": "5.0.0",
|
2023-03-30 06:03:04 +03:00
|
|
|
"gsap": "3.11.5",
|
2022-06-30 18:21:25 +03:00
|
|
|
"idb-keyval": "6.2.0",
|
2021-11-11 19:02:25 +02:00
|
|
|
"insert-text-at-cursor": "0.3.0",
|
2022-12-19 06:20:47 +02:00
|
|
|
"is-file-animated": "1.0.2",
|
2023-01-02 13:02:51 +02:00
|
|
|
"json5": "2.2.3",
|
2023-02-20 10:04:57 +02:00
|
|
|
"matter-js": "0.19.0",
|
2023-01-14 02:02:33 +02:00
|
|
|
"mfm-js": "0.23.3",
|
2023-03-30 16:01:00 +03:00
|
|
|
"misskey-js": "workspace:*",
|
2023-03-30 06:03:04 +03:00
|
|
|
"photoswipe": "5.3.7",
|
2022-08-27 10:34:14 +03:00
|
|
|
"prismjs": "1.29.0",
|
2023-01-21 21:17:58 +02:00
|
|
|
"punycode": "2.3.0",
|
2021-11-14 03:43:19 +02:00
|
|
|
"querystring": "0.2.1",
|
2021-11-11 19:02:25 +02:00
|
|
|
"rndstr": "1.0.0",
|
2023-03-30 06:03:04 +03:00
|
|
|
"rollup": "3.20.2",
|
2021-11-11 19:02:25 +02:00
|
|
|
"s-age": "1.1.2",
|
2023-02-20 10:04:57 +02:00
|
|
|
"sanitize-html": "2.10.0",
|
2023-03-30 06:03:04 +03:00
|
|
|
"sass": "1.60.0",
|
2021-11-11 19:02:25 +02:00
|
|
|
"seedrandom": "3.0.5",
|
|
|
|
"strict-event-emitter-types": "2.0.0",
|
|
|
|
"syuilo-password-strength": "0.0.1",
|
|
|
|
"textarea-caret": "3.1.0",
|
2023-03-10 07:00:14 +02:00
|
|
|
"three": "0.150.1",
|
2022-05-25 17:28:56 +03:00
|
|
|
"throttle-debounce": "5.0.0",
|
2023-02-09 02:25:31 +02:00
|
|
|
"tinycolor2": "1.6.0",
|
2023-03-30 06:03:04 +03:00
|
|
|
"tsc-alias": "1.8.5",
|
|
|
|
"tsconfig-paths": "4.2.0",
|
2022-03-19 12:22:58 +02:00
|
|
|
"twemoji-parser": "14.0.0",
|
2023-03-30 06:03:04 +03:00
|
|
|
"typescript": "5.0.2",
|
2022-09-10 13:14:07 +03:00
|
|
|
"uuid": "9.0.0",
|
2022-12-19 06:20:47 +02:00
|
|
|
"vanilla-tilt": "1.8.0",
|
2023-03-30 06:03:04 +03:00
|
|
|
"vite": "4.2.1",
|
2023-02-03 07:44:09 +02:00
|
|
|
"vue": "3.2.47",
|
2023-02-23 08:36:17 +02:00
|
|
|
"vue-plyr": "7.0.0",
|
2022-12-21 08:10:21 +02:00
|
|
|
"vue-prism-editor": "2.0.0-alpha.2",
|
|
|
|
"vuedraggable": "next"
|
2021-11-11 19:02:25 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-04-04 09:01:55 +03:00
|
|
|
"@storybook/addon-essentials": "7.0.2",
|
|
|
|
"@storybook/addon-interactions": "7.0.2",
|
|
|
|
"@storybook/addon-links": "7.0.2",
|
|
|
|
"@storybook/addon-storysource": "7.0.2",
|
|
|
|
"@storybook/addons": "7.0.2",
|
|
|
|
"@storybook/blocks": "7.0.2",
|
|
|
|
"@storybook/core-events": "7.0.2",
|
|
|
|
"@storybook/jest": "0.1.0",
|
|
|
|
"@storybook/manager-api": "7.0.2",
|
|
|
|
"@storybook/preview-api": "7.0.2",
|
|
|
|
"@storybook/react": "7.0.2",
|
|
|
|
"@storybook/react-vite": "7.0.2",
|
2023-03-25 16:32:47 +02:00
|
|
|
"@storybook/testing-library": "0.0.14-next.1",
|
2023-04-04 09:01:55 +03:00
|
|
|
"@storybook/theming": "7.0.2",
|
|
|
|
"@storybook/types": "7.0.2",
|
|
|
|
"@storybook/vue3": "7.0.2",
|
|
|
|
"@storybook/vue3-vite": "7.0.2",
|
2023-03-31 10:34:54 +03:00
|
|
|
"@testing-library/jest-dom": "^5.16.5",
|
2023-03-09 05:48:39 +02:00
|
|
|
"@testing-library/vue": "^6.6.1",
|
2022-04-15 19:28:59 +03:00
|
|
|
"@types/escape-regexp": "0.0.1",
|
2023-03-19 15:22:14 +02:00
|
|
|
"@types/estree": "^1.0.0",
|
2022-11-19 03:25:16 +02:00
|
|
|
"@types/gulp": "4.0.10",
|
2022-04-15 19:28:59 +03:00
|
|
|
"@types/gulp-rename": "2.0.1",
|
2022-09-20 01:33:27 +03:00
|
|
|
"@types/matter-js": "0.18.2",
|
2023-03-30 06:03:04 +03:00
|
|
|
"@types/node": "18.15.11",
|
2022-04-15 19:28:59 +03:00
|
|
|
"@types/punycode": "2.1.0",
|
2023-03-30 06:03:04 +03:00
|
|
|
"@types/sanitize-html": "2.9.0",
|
2023-02-26 11:51:45 +02:00
|
|
|
"@types/seedrandom": "3.0.5",
|
2023-03-31 10:34:54 +03:00
|
|
|
"@types/testing-library__jest-dom": "^5.14.5",
|
2022-05-14 08:57:51 +03:00
|
|
|
"@types/throttle-debounce": "5.0.0",
|
2022-04-15 19:28:59 +03:00
|
|
|
"@types/tinycolor2": "1.4.3",
|
2023-02-26 11:51:45 +02:00
|
|
|
"@types/uuid": "9.0.1",
|
2022-11-24 08:39:00 +02:00
|
|
|
"@types/websocket": "1.0.5",
|
2023-01-02 13:02:51 +02:00
|
|
|
"@types/ws": "8.5.4",
|
2023-03-30 06:03:04 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.57.0",
|
|
|
|
"@typescript-eslint/parser": "5.57.0",
|
|
|
|
"@vitest/coverage-c8": "^0.29.8",
|
2023-02-03 07:44:09 +02:00
|
|
|
"@vue/runtime-core": "3.2.47",
|
2023-03-19 15:22:14 +02:00
|
|
|
"astring": "^1.8.4",
|
2023-04-01 08:14:05 +03:00
|
|
|
"chokidar-cli": "^3.0.0",
|
2023-04-01 12:05:14 +03:00
|
|
|
"chromatic": "^6.17.2",
|
2021-11-11 19:02:25 +02:00
|
|
|
"cross-env": "7.0.3",
|
2023-03-30 06:03:04 +03:00
|
|
|
"cypress": "12.9.0",
|
|
|
|
"eslint": "8.37.0",
|
2023-01-21 21:17:58 +02:00
|
|
|
"eslint-plugin-import": "2.27.5",
|
2023-03-30 06:03:04 +03:00
|
|
|
"eslint-plugin-vue": "9.10.0",
|
2023-04-01 16:22:07 +03:00
|
|
|
"fast-glob": "^3.2.12",
|
2023-03-09 05:48:39 +02:00
|
|
|
"happy-dom": "8.9.0",
|
2023-03-20 09:13:07 +02:00
|
|
|
"msw": "^1.1.0",
|
|
|
|
"msw-storybook-addon": "^1.8.0",
|
2023-03-19 15:22:14 +02:00
|
|
|
"prettier": "^2.8.4",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2023-03-10 07:00:14 +02:00
|
|
|
"start-server-and-test": "2.0.0",
|
2023-04-04 09:01:55 +03:00
|
|
|
"storybook": "7.0.2",
|
2023-03-20 19:05:00 +02:00
|
|
|
"storybook-addon-misskey-theme": "github:misskey-dev/storybook-addon-misskey-theme",
|
2023-03-19 09:59:31 +02:00
|
|
|
"summaly": "github:misskey-dev/summaly",
|
2023-03-30 06:03:04 +03:00
|
|
|
"vitest": "^0.29.8",
|
2023-03-19 09:59:31 +02:00
|
|
|
"vitest-fetch-mock": "^0.2.2",
|
2023-02-03 07:44:09 +02:00
|
|
|
"vue-eslint-parser": "9.1.0",
|
2023-02-26 11:51:45 +02:00
|
|
|
"vue-tsc": "1.2.0"
|
2021-11-11 19:02:25 +02:00
|
|
|
}
|
2023-02-26 11:51:45 +02:00
|
|
|
}
|