summaryrefslogtreecommitdiff
path: root/packages/frontend-embed/package.json
blob: e3c411d081ab71648cd77cc8857e9cbc43ce9f1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
	"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": {
		"@discordapp/twemoji": "16.0.1",
		"@rollup/plugin-json": "6.1.0",
		"@rollup/plugin-replace": "6.0.3",
		"@rollup/pluginutils": "5.3.0",
		"@twemoji/parser": "16.0.0",
		"@vitejs/plugin-vue": "6.0.4",
		"buraha": "0.0.1",
		"estree-walker": "3.0.3",
		"frontend-shared": "workspace:*",
		"i18n": "workspace:*",
		"icons-subsetter": "workspace:*",
		"json5": "2.2.3",
		"mfm-js": "0.25.0",
		"misskey-js": "workspace:*",
		"punycode.js": "2.3.1",
		"rollup": "4.57.1",
		"sass": "1.97.3",
		"shiki": "3.22.0",
		"tinycolor2": "1.6.0",
		"uuid": "13.0.0",
		"vite": "7.3.1",
		"vue": "3.5.28"
	},
	"devDependencies": {
		"@misskey-dev/summaly": "5.2.5",
		"@tabler/icons-webfont": "3.35.0",
		"@testing-library/vue": "8.1.0",
		"@types/estree": "1.0.8",
		"@types/micromatch": "4.0.10",
		"@types/node": "24.10.13",
		"@types/punycode.js": "npm:@types/punycode@2.1.4",
		"@types/tinycolor2": "1.4.6",
		"@types/ws": "8.18.1",
		"@typescript-eslint/eslint-plugin": "8.55.0",
		"@typescript-eslint/parser": "8.55.0",
		"@vitest/coverage-v8": "4.0.18",
		"@vue/runtime-core": "3.5.28",
		"acorn": "8.15.0",
		"cross-env": "10.1.0",
		"eslint-plugin-import": "2.32.0",
		"eslint-plugin-vue": "10.8.0",
		"happy-dom": "20.6.1",
		"intersection-observer": "0.12.2",
		"micromatch": "4.0.8",
		"msw": "2.12.10",
		"nodemon": "3.1.11",
		"prettier": "3.8.1",
		"start-server-and-test": "2.1.3",
		"tsx": "4.21.0",
		"vite-plugin-turbosnap": "1.0.3",
		"vue-component-type-helpers": "3.2.4",
		"vue-eslint-parser": "10.4.0",
		"vue-tsc": "3.2.4"
	}
}