radfile
Version:
A modern, unstyled, and customizable file upload component library for Vue 3, built with [Radix Vue](https://www.radix-vue.com/) primitives.
57 lines (56 loc) • 1.5 kB
JSON
{
"name": "radfile",
"license": "MIT",
"keywords": [
"file",
"upload",
"vue",
"radix-vue"
],
"website": "https://github.com/almarzn/radfile",
"repository": "https://github.com/almarzn/radfile.git",
"bugs": "https://github.com/almarzn/radfile/issues",
"version": "0.1.0",
"type": "module",
"files": [
"dist"
],
"types": "dist/radfile.d.ts",
"main": "dist/radfile.js",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"test": "npm run test:unit -- run && npm run test-ct",
"test:unit": "vitest",
"test:unit:coverage": "vitest run --coverage",
"test-ct": "playwright test -c playwright-ct.config.ts"
},
"devDependencies": {
"@playwright/experimental-ct-vue": "^1.50.1",
"@playwright/test": "^1.50.1",
"@tailwindcss/vite": "^4.0.6",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.6.1",
"@testing-library/vue": "^8.1.0",
"@types/node": "^22.13.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"@vueuse/core": "^12.5.0",
"jsdom": "^26.0.0",
"prettier": "^3.5.0",
"radix-vue": "^1.9.13",
"tailwindcss": "^4.0.6",
"typescript": "~5.7.2",
"vite": "^6.1.0",
"vite-plugin-dts": "^4.5.0",
"vitest": "^3.0.5",
"vue": "^3.5.13",
"vue-tsc": "^2.2.0"
},
"peerDependencies": {
"@vueuse/core": ">=12.0.0",
"radix-vue": ">=1.9.0",
"vue": ">=3.0.0"
}
}