diff --git a/package.json b/package.json index 6f4cadbb85b87509866aab2aa5d5743af1fdd339..d6918d893bd913d604cfecc9c6ce18f69de5a97e 100644 --- a/package.json +++ b/package.json @@ -1,63 +1,63 @@ { - "name": "@funkwhale/vui", - "version": "0.1.3", - "license": "AGPL-3.0-or-later", - "type": "module", - "files": [ - "dist" - ], - "main": "./dist/vui.umd.cjs", - "module": "./dist/vui.js", - "typings": "./dist/vui.d.ts", - "exports": { - ".": { - "import": "./dist/vui.js", - "require": "./dist/vui.umd.cjs" - } - }, - "scripts": { - "dev": "vite", - "build": "vue-tsc --noEmit && vite build", - "preview": "vite preview", - "test": "vitest run --reporter junit --coverage", - "test:dev": "vitest", - "docs:dev": "VP_DOCS=true vitepress dev docs", - "docs:build": "VP_DOCS=true vitepress build docs", - "docs:serve": "VP_DOCS=true vitepress serve docs", + "name": "@funkwhale/vui", + "version": "0.1.3", + "license": "AGPL-3.0-or-later", + "type": "module", + "files": [ + "dist" + ], + "main": "./dist/vui.umd.cjs", + "module": "./dist/vui.js", + "typings": "./dist/vui.d.ts", + "exports": { + ".": { + "import": "./dist/vui.js", + "require": "./dist/vui.umd.cjs" + } + }, + "scripts": { + "dev": "vite", + "build": "vue-tsc --noEmit && vite build", + "preview": "vite preview", + "test": "vitest run --reporter junit --coverage", + "test:dev": "vitest", + "docs:dev": "VP_DOCS=true vitepress dev docs", + "docs:build": "VP_DOCS=true vitepress build docs", + "docs:serve": "VP_DOCS=true vitepress serve docs", "changelog": "conventional-changelog -p conventionalcommits -i CHANGELOG.md -s" - }, - "dependencies": { - "dompurify": "^2.4.3 || ^3.0.0", - "showdown": "^2.1.0", - "transliteration": "^2.3.5" - }, - "devDependencies": { - "@modyfi/vite-plugin-yaml": "^1.x < 1.0.3 || ^1.x >= 1.0.4", - "@types/dompurify": "^3.0.0", - "@types/showdown": "^2.0.0", - "@vitejs/plugin-vue": "^4.0.0", - "@vitest/coverage-c8": "^0.22.1", - "@vue/test-utils": "^2.0.2", - "@vue/tsconfig": "^0.1.3", - "@vueuse/core": "^9.11.1", - "bootstrap-icons": "^1.9.1", - "conventional-changelog-cli": "^2.2.2", - "jsdom": "^20.0.0", - "sass": "^1.57.1", - "typescript": "^4.9.4", - "vite": "^4.0.4", - "vite-plugin-dts": "^1.7.1", - "vitepress": "^1.0.0-alpha.40", - "vitest": "^0.27.3", - "vue": "^3.2.45", - "vue-i18n": "^9.2.2", - "vue-router": "^4.1.5", - "vue-tsc": "^1.0.24" - }, - "peerDependencies": { - "@vueuse/core": "^9.3.0", - "vue": "^3.2.40", - "vue-i18n": "^9.2.2", - "vue-router": "^4.1.5" - } + }, + "dependencies": { + "dompurify": "^2.4.3 || ^3.0.0", + "showdown": "^2.1.0", + "transliteration": "^2.3.5" + }, + "devDependencies": { + "@modyfi/vite-plugin-yaml": "^1.x < 1.0.3 || ^1.x >= 1.0.4", + "@types/dompurify": "^3.0.0", + "@types/showdown": "^2.0.0", + "@vitejs/plugin-vue": "^4.0.0", + "@vitest/coverage-c8": "^0.22.1", + "@vue/test-utils": "^2.0.2", + "@vue/tsconfig": "^0.1.3", + "@vueuse/core": "^9.11.1", + "bootstrap-icons": "^1.9.1", + "conventional-changelog-cli": "^2.2.2", + "jsdom": "^20.0.0", + "sass": "^1.57.1", + "typescript": "^4.9.4", + "vite": "^4.0.4", + "vite-plugin-dts": "^1.7.1", + "vitepress": "^1.0.0-alpha.40", + "vitest": "^0.27.3", + "vue": "^3.2.45", + "vue-i18n": "^9.2.2", + "vue-router": "^4.1.5", + "vue-tsc": "^1.0.24" + }, + "peerDependencies": { + "@vueuse/core": "^9.3.0", + "vue": "^3.2.40", + "vue-i18n": "^9.2.2", + "vue-router": "^4.1.5" + } }