@leo-millenial/vite-vue-bex
Version:
A modern template for creating Chrome extensions using Vue 3, TypeScript, Vite, and UnoCSS
94 lines (93 loc) • 2.29 kB
JSON
{
"name": "@leo-millenial/vite-vue-bex",
"type": "module",
"version": "1.0.0",
"private": false,
"description": "A modern template for creating Chrome extensions using Vue 3, TypeScript, Vite, and UnoCSS",
"author": {
"name": "Leonid Konchulizov",
"email": "konchulizov@icloud.com"
},
"license": "MIT",
"homepage": "https://github.com/leo-millenial/vite-vue-bex#readme",
"repository": {
"type": "git",
"url": "https://github.com/leo-millenial/vite-vue-bex.git"
},
"bugs": {
"url": "https://github.com/leo-millenial/vite-vue-bex/issues"
},
"keywords": [
"browser-extension",
"chrome-extension",
"bex",
"vue3",
"vite",
"typescript",
"unocss",
"daisyui",
"template",
"webext",
"starter-template",
"boilerplate"
],
"bin": {
"create-vite-vue-bex": "./bin/create-template.js"
},
"files": [
"README.md",
"README.ru.md",
"manifest.config.ts",
"public",
"shim.d.ts",
"src",
"tsconfig.app.json",
"tsconfig.json",
"tsconfig.node.json",
"uno.config.ts",
"vite.config.ts",
"vitest.config.ts"
],
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"test": "vitest",
"test:ui": "vitest --ui",
"lint": "eslint .",
"format": "prettier --write src/",
"prepare": "npm run build"
},
"dependencies": {
"@ameinhardt/unocss-preset-daisy": "^1.1.8",
"@unocss/reset": "^66.3.3",
"daisyui": "^5.0.47",
"vue": "^3.5.13",
"webext-bridge": "^6.0.1"
},
"devDependencies": {
"@antfu/eslint-config": "^5.0.0",
"@crxjs/vite-plugin": "^2.0.0",
"@types/chrome": "^0.1.1",
"@types/node": "^24.1.0",
"@types/webextension-polyfill": "^0.12.3",
"@unocss/eslint-plugin": "^66.3.3",
"@unocss/preset-wind4": "^66.3.3",
"@vitejs/plugin-vue": "^6.0.0",
"@vitest/ui": "^3.2.4",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.7.0",
"chrome-types": "^0.1.332",
"eslint": "^9.31.0",
"happy-dom": "^18.0.1",
"jsdom": "^26.1.0",
"typescript": "~5.6.2",
"unocss": "^66.3.3",
"vite": "^7.0.6",
"vitest": "^3.2.4",
"vue-tsc": "^2.2.0",
"webextension-polyfill": "^0.12.0"
}
}