UNPKG

@mozaic-ds/vue

Version:

Mozaic-Vue is the Vue.js implementation of ADEO Design system

106 lines (105 loc) 3.19 kB
{ "name": "@mozaic-ds/vue", "version": "2.12.0", "type": "module", "description": "Mozaic-Vue is the Vue.js implementation of ADEO Design system", "author": "ADEO - ADEO Design system", "main": "./dist/mozaic-vue.umd.cjs", "module": "./dist/mozaic-vue.js", "types": "./dist/mozaic-vue.d.ts", "exports": { ".": { "types": "./dist/mozaic-vue.d.ts", "import": "./dist/mozaic-vue.js", "require": "./dist/mozaic-vue.umd.cjs" }, "./style.css": "./dist/mozaic-vue.css" }, "scripts": { "start": "npm-run-all --parallel dev storybook", "dev": "vite --mode development", "lint": "eslint . --fix", "test:unit": "vitest", "format": "prettier --write src/", "build": "vite build", "readme": "node generate-readmes.js ", "storybook": "storybook dev -p 6006", "storybook:build": "npm run build-storybook", "storybook:deploy": "storybook-to-ghpages", "prepare": "node .husky/install.mjs", "build-storybook": "storybook build", "release": "release-it", "release:beta": "release-it --preRelease=beta", "prepublishOnly": "npm run build", "npm:publish": "npm publish --access public", "npm:publish:beta": "npm publish --access public --tag beta" }, "files": [ "dist/*", "src/*", "types/*", "*.d.ts" ], "dependencies": { "@mozaic-ds/styles": "^2.6.0", "@mozaic-ds/web-fonts": "^1.65.0", "postcss-scss": "^4.0.9", "vue": "^3.5.13" }, "devDependencies": { "@commitlint/cli": "^20.1.0", "@commitlint/config-conventional": "^20.0.0", "@mozaic-ds/css-dev-tools": "1.75.0", "@mozaic-ds/icons-vue": "^1.0.0", "@release-it/conventional-changelog": "^10.0.1", "@storybook/addon-a11y": "^10.0.4", "@storybook/addon-docs": "^10.0.4", "@storybook/addon-themes": "^10.0.4", "@storybook/vue3-vite": "^10.0.4", "@types/jsdom": "^27.0.0", "@vitejs/plugin-vue": "^6.0.1", "@vitest/coverage-v8": "^4.0.7", "@vitest/eslint-plugin": "^1.1.38", "@vue/eslint-config-prettier": "^10.2.0", "@vue/eslint-config-typescript": "^14.5.0", "@vue/test-utils": "^2.4.6", "eslint": "^9.22.0", "eslint-plugin-storybook": "^10.0.5", "eslint-plugin-vue": "^10.0.0", "eslint-plugin-vuejs-accessibility": "^2.4.1", "husky": "^9.1.7", "jsdom": "^27.0.0", "libphonenumber-js": "^1.12.23", "lint-staged": "^16.1.5", "mdx-mermaid": "^2.0.3", "mermaid": "^11.5.0", "npm-run-all": "^4.1.5", "prettier": "^3.5.3", "release-it": "^19.0.4", "sass": "^1.86.0", "storybook": "^10.0.4", "storybook-addon-tag-badges": "^3.0.2", "typescript": "^5.7.2", "vite": "^7.1.1", "vite-plugin-dts": "^4.5.3", "vitest": "^4.0.7", "vue-component-meta": "^3.0.8", "vue-eslint-parser": "^10.1.1" }, "bugs": { "url": "https://github.com/adeo/mozaic-vue/issues" }, "homepage": "https://github.com/adeo/mozaic-vue#readme", "keywords": [ "Adeo", "Adeo Design system", "Design System", "Vue", "Mozaic" ], "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/adeo/mozaic-vue.git" } }