@mozaic-ds/vue-3
Version:
Vue.js implementation of Mozaic Design System
91 lines (90 loc) • 3.15 kB
JSON
{
"name": "@mozaic-ds/vue-3",
"version": "0.79.2",
"description": "Vue.js implementation of Mozaic Design System",
"author": "Adeo - Mozaic Design System",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build ./src/main.js",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"build:bundle": "MOZAIC_PRESET='' vue-cli-service build --target lib --name mozaic-vue ./src/main.js",
"build:bundleAdeo": "MOZAIC_PRESET=adeo vue-cli-service build --target lib --formats umd --mode adeo --filename mozaic-vue.adeo ./src/main.js --no-clean",
"build:bundleBricoman": "MOZAIC_PRESET=bricoman vue-cli-service build --target lib --formats umd --mode bricoman --filename mozaic-vue.bricoman ./src/main.js --no-clean",
"generate:exports": "node scripts/generate-export-files.js",
"postinstall": "node postinstall.js",
"prepublishOnly": "npm run-script build:bundle && npm run-script build:bundleAdeo && npm run-script build:bundleBricoman",
"publish:beta": "npm publish --access public --tag alpha",
"tokens:build:adeo": "MOZAIC_PRESET=adeo mozaic-tokens-build",
"tokens:build:bricoman": "MOZAIC_PRESET=bricoman mozaic-tokens-build"
},
"main": "./dist/mozaic-vue.umd.min.js",
"files": [
"dist/*",
"src/*",
"types/*",
"*.d.ts",
"postinstall.js"
],
"dependencies": {
"@mozaic-ds/css-dev-tools": "1.75.0",
"@mozaic-ds/icons": "1.75.3",
"@mozaic-ds/styles": "1.85.0",
"@mozaic-ds/web-fonts": "1.65.0",
"@vueuse/core": "^10.11.0",
"core-js": "^3.37.1",
"libphonenumber-js": "^1.11.4",
"postcss-scss": "^4.0.9",
"sass": "1.79.6",
"vue": "^3.5.0",
"vue-country-flag-next": "^2.3.2"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/eslint-parser": "^7.24.8",
"@rushstack/eslint-patch": "^1.10.3",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-plugin-unit-jest": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/compiler-sfc": "^3.2.47",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.6",
"@vue/vue3-jest": "^29.2.6",
"babel-jest": "^29.7.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.27.0",
"glob": "^10.4.5",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"sass-loader": "^14.2.1",
"ts-jest": "^29.2.3",
"typescript": "~5.4.2"
},
"bugs": {
"url": "https://github.com/adeo/mozaic-vue/issues"
},
"homepage": "https://github.com/adeo/mozaic-vue#readme",
"keywords": [
"Adeo",
"Mozaic Design System",
"Design System",
"Vue.js",
"Vue.js 3",
"HTML",
"SCSS"
],
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/adeo/mozaic-vue.git"
},
"types": "./types/index.d.ts"
}