Skip to content
Snippets Groups Projects
This project manages its dependencies using npm. Learn more
package.json 1.07 KiB
{
	"name": "@funkwhale/vui",
	"version": "1.0.0",
	"license": "AGPL-3.0-or-later",
	"main": "./dist/vui.umd.js",
	"module": "./dist/vui.es.js",
	"scripts": {
		"dev": "vite",
		"build": "vue-tsc --noEmit && vite build",
		"preview": "vite preview",
		"test": "vitest run --reporter junit --coverage",
		"test:dev": "vitest",
		"docs:dev": "vitepress dev docs",
		"docs:build": "vitepress build docs",
		"docs:serve": "vitepress serve docs"
	},
	"dependencies": {
		"@vueuse/core": "^9.2.0",
		"dompurify": "^2.4.0",
		"showdown": "^2.1.0",
		"transliteration": "^2.3.5",
		"vue": "^3.2.38"
	},
	"devDependencies": {
		"@modyfi/vite-plugin-yaml": "^1.0.3",
		"@types/dompurify": "^2.3.4",
		"@types/showdown": "^2.0.0",
		"@vitejs/plugin-vue": "^3.0.3",
		"@vitest/coverage-c8": "^0.22.1",
		"@vue/test-utils": "^2.0.2",
		"@vue/tsconfig": "^0.1.3",
		"bootstrap-icons": "^1.9.1",
		"jsdom": "^20.0.0",
		"sass": "^1.54.8",
		"typescript": "^4.8.2",
		"vite": "^3.0.9",
		"vitepress": "^1.0.0-alpha.13",
		"vitest": "^0.22.1",
		"vue-i18n": "9",
		"vue-router": "^4.1.5",
		"vue-tsc": "^0.40.6"
	}
}