73 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			73 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
| {
 | |
| 	"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.2",
 | |
| 		"@rollup/pluginutils": "5.3.0",
 | |
| 		"@twemoji/parser": "16.0.0",
 | |
| 		"@vitejs/plugin-vue": "6.0.1",
 | |
| 		"@vue/compiler-sfc": "3.5.22",
 | |
| 		"astring": "1.9.0",
 | |
| 		"buraha": "0.0.1",
 | |
| 		"estree-walker": "3.0.3",
 | |
| 		"frontend-shared": "workspace:*",
 | |
| 		"icons-subsetter": "workspace:*",
 | |
| 		"json5": "2.2.3",
 | |
| 		"mfm-js": "0.25.0",
 | |
| 		"misskey-js": "workspace:*",
 | |
| 		"punycode.js": "2.3.1",
 | |
| 		"rollup": "4.52.3",
 | |
| 		"sass": "1.93.2",
 | |
| 		"shiki": "3.13.0",
 | |
| 		"tinycolor2": "1.6.0",
 | |
| 		"tsc-alias": "1.8.16",
 | |
| 		"tsconfig-paths": "4.2.0",
 | |
| 		"typescript": "5.9.3",
 | |
| 		"uuid": "13.0.0",
 | |
| 		"vite": "7.1.7",
 | |
| 		"vue": "3.5.22"
 | |
| 	},
 | |
| 	"devDependencies": {
 | |
| 		"@misskey-dev/summaly": "5.2.4",
 | |
| 		"@tabler/icons-webfont": "3.35.0",
 | |
| 		"@testing-library/vue": "8.1.0",
 | |
| 		"@types/estree": "1.0.8",
 | |
| 		"@types/micromatch": "4.0.9",
 | |
| 		"@types/node": "22.18.8",
 | |
| 		"@types/punycode.js": "npm:@types/punycode@2.1.4",
 | |
| 		"@types/tinycolor2": "1.4.6",
 | |
| 		"@types/ws": "8.18.1",
 | |
| 		"@typescript-eslint/eslint-plugin": "8.45.0",
 | |
| 		"@typescript-eslint/parser": "8.45.0",
 | |
| 		"@vitest/coverage-v8": "3.2.4",
 | |
| 		"@vue/runtime-core": "3.5.22",
 | |
| 		"acorn": "8.15.0",
 | |
| 		"cross-env": "10.1.0",
 | |
| 		"eslint-plugin-import": "2.32.0",
 | |
| 		"eslint-plugin-vue": "10.5.0",
 | |
| 		"fast-glob": "3.3.3",
 | |
| 		"happy-dom": "19.0.2",
 | |
| 		"intersection-observer": "0.12.2",
 | |
| 		"micromatch": "4.0.8",
 | |
| 		"msw": "2.11.3",
 | |
| 		"nodemon": "3.1.10",
 | |
| 		"prettier": "3.6.2",
 | |
| 		"start-server-and-test": "2.1.2",
 | |
| 		"tsx": "4.20.6",
 | |
| 		"vite-plugin-turbosnap": "1.0.3",
 | |
| 		"vue-component-type-helpers": "3.1.0",
 | |
| 		"vue-eslint-parser": "10.2.0",
 | |
| 		"vue-tsc": "3.1.0"
 | |
| 	}
 | |
| }
 |