73 lines
2.3 KiB
JSON
73 lines
2.3 KiB
JSON
{
|
|
"name": "frontend-embed",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"watch": "node scripts/build.mjs --watch",
|
|
"build": "node scripts/build.mjs",
|
|
"build:pre": "pnpm run -w build-pre && pnpm run --filter misskey-js build && pnpm run --filter sw build && pnpm run --filter frontend-shared build",
|
|
"typecheck-all": "pnpm run --no-bail typecheck:vue && pnpm run --no-bail typecheck:scripts",
|
|
"typecheck": "pnpm run typecheck:vue && pnpm run typecheck:scripts",
|
|
"typecheck:vue": "vue-tsc -p tsconfig.vue.json --noEmit",
|
|
"typecheck:scripts": "tsc -p tsconfig.scripts.json --noEmit",
|
|
"eslint": "eslint --quiet --cache -c eslint.config.js .",
|
|
"lint": "pnpm typecheck && pnpm eslint"
|
|
},
|
|
"dependencies": {
|
|
"@discordapp/twemoji": "16.0.1",
|
|
"@phosphor-icons/web": "2.1.2",
|
|
"buraha": "0.0.1",
|
|
"frontend-shared": "workspace:*",
|
|
"json5": "2.2.3",
|
|
"mfm-js": "npm:@transfem-org/sfm-js@0.26.1",
|
|
"misskey-js": "workspace:*",
|
|
"punycode.js": "2.3.1",
|
|
"shiki": "3.13.0",
|
|
"tinycolor2": "1.6.0",
|
|
"uuid": "13.0.0",
|
|
"vue": "3.5.21"
|
|
},
|
|
"devDependencies": {
|
|
"@misskey-dev/eslint-plugin": "2.1.0",
|
|
"@misskey-dev/summaly": "npm:@transfem-org/summaly@5.2.3",
|
|
"@rollup/plugin-json": "6.1.0",
|
|
"@rollup/plugin-replace": "6.0.2",
|
|
"@rollup/pluginutils": "5.3.0",
|
|
"@testing-library/vue": "8.1.0",
|
|
"@types/estree": "1.0.8",
|
|
"@types/micromatch": "4.0.9",
|
|
"@types/node": "22.18.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.44.1",
|
|
"@typescript-eslint/parser": "8.44.1",
|
|
"@vitejs/plugin-vue": "6.0.1",
|
|
"@vitest/coverage-v8": "3.2.4",
|
|
"@vue/runtime-core": "3.5.21",
|
|
"acorn": "8.15.0",
|
|
"astring": "1.9.0",
|
|
"cross-env": "10.0.0",
|
|
"eslint-plugin-import": "2.32.0",
|
|
"eslint-plugin-vue": "10.5.0",
|
|
"estree-walker": "3.0.3",
|
|
"fast-glob": "3.3.3",
|
|
"happy-dom": "18.0.1",
|
|
"intersection-observer": "0.12.2",
|
|
"micromatch": "4.0.8",
|
|
"msw": "2.11.3",
|
|
"nodemon": "3.1.10",
|
|
"prettier": "3.6.2",
|
|
"rollup": "4.52.2",
|
|
"sass": "1.93.2",
|
|
"start-server-and-test": "2.1.2",
|
|
"tsc-alias": "1.8.16",
|
|
"tsconfig-paths": "4.2.0",
|
|
"typescript": "5.9.2",
|
|
"vite": "7.1.7",
|
|
"vite-plugin-turbosnap": "1.0.3",
|
|
"vue-component-type-helpers": "3.0.8",
|
|
"vue-eslint-parser": "10.2.0",
|
|
"vue-tsc": "3.0.8"
|
|
}
|
|
}
|