halo/ui/packages/components/package.json

78 lines
2.3 KiB
JSON
Raw Normal View History

{
"name": "@halo-dev/components",
"version": "2.20.0",
"description": "",
"files": [
"dist"
],
"main": "./dist/halo-components.iife.js",
"module": "./dist/halo-components.es.js",
"unpkg": "./dist/halo-components.iife.js",
"jsdelivr": "./dist/halo-components.iife.js",
"types": "./dist/index.d.ts",
"scripts": {
"dev": "vite build --watch",
"build": "vite build",
"test:unit": "vitest --environment jsdom --run",
"test:unit:watch": "vitest --environment jsdom --watch",
"test:unit:ui": "vitest --environment jsdom --watch --ui",
"test:unit:coverage": "vitest run --environment jsdom --coverage",
"typecheck": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
"lint": "eslint ./src --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
"prettier": "prettier --write './src/**/*.{vue,js,jsx,ts,tsx,css,scss,json,yml,yaml,html}'",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"keywords": [
"halo",
"halo-components",
"halo-dev",
"@halo-dev/components"
],
"author": {
"name": "@halo-dev",
"url": "https://github.com/halo-dev"
},
"repository": {
"type": "git",
"url": "https://github.com/halo-dev/halo.git",
"directory": "ui/packages/components"
},
"bugs": {
"url": "https://github.com/halo-dev/halo/issues"
},
"homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/components#readme",
"license": "MIT",
"devDependencies": {
"@iconify-json/ri": "^1.1.15",
"@storybook/addon-essentials": "^7.6.3",
"@storybook/addon-interactions": "^7.6.3",
"@storybook/addon-links": "^7.6.3",
"@storybook/addon-styling": "^1.3.7",
"@storybook/blocks": "^7.6.3",
"@storybook/testing-library": "^0.0.14-next.2",
"@storybook/vue3": "^7.6.3",
"@storybook/vue3-vite": "^7.6.3",
"eslint-plugin-storybook": "^0.6.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.6.3",
"unplugin-icons": "^0.14.15",
"vite-plugin-dts": "^4.2.2"
},
"peerDependencies": {
"vue": "^3.5.11",
"vue-router": "^4.3.2"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/halo-components.es.js"
},
"./dist/style.css": "./dist/style.css"
},
"dependencies": {
"floating-vue": "^5.2.2"
}
}