{ "name": "frontend-embed", "private": true, "type": "module", "scripts": { "watch": "vite", "build": "tsx build.ts", "typecheck": "vue-tsc --noEmit", "eslint": "eslint --quiet \"src/**/*.{ts,vue}\"", "lint": "pnpm typecheck && pnpm eslint" }, "dependencies": { "@rollup/plugin-json": "6.1.0", "@rollup/pluginutils": "5.4.0", "@vitejs/plugin-vue": "6.0.7", "buraha": "0.0.1", "frontend-shared": "workspace:*", "i18n": "workspace:*", "icons-subsetter": "workspace:*", "json5": "2.2.3", "mfm-js": "0.26.0", "misskey-js": "workspace:*", "punycode.js": "2.3.1", "rollup": "4.61.1", "shiki": "4.2.0", "tinycolor2": "1.6.0", "uuid": "14.0.0", "vue": "3.5.35" }, "devDependencies": { "@misskey-dev/emoji-assets": "17.0.3", "@misskey-dev/summaly": "5.5.1", "@tabler/icons-webfont": "3.35.0", "@testing-library/vue": "8.1.0", "@types/estree": "1.0.9", "@types/micromatch": "4.0.10", "@types/node": "24.13.1", "@types/punycode.js": "npm:@types/punycode@2.1.4", "@types/tinycolor2": "1.4.6", "@types/ws": "8.18.1", "@typescript-eslint/eslint-plugin": "8.61.0", "@typescript-eslint/parser": "8.61.0", "@vitest/coverage-v8": "4.1.8", "@vue/runtime-core": "3.5.35", "acorn": "8.16.0", "cross-env": "10.1.0", "eslint-plugin-import": "2.32.0", "eslint-plugin-vue": "10.9.2", "happy-dom": "20.10.2", "intersection-observer": "0.12.2", "lightningcss": "1.32.0", "micromatch": "4.0.8", "msw": "2.14.6", "prettier": "3.8.4", "sass-embedded": "1.100.0", "start-server-and-test": "3.0.9", "tsx": "4.22.4", "vite": "8.0.16", "vite-plugin-turbosnap": "1.0.3", "vue-component-type-helpers": "3.3.4", "vue-eslint-parser": "10.4.1", "vue-tsc": "3.3.4" } }