vue-material-adapter
Version:
Vue 3 wrapper arround Material Components for the Web
242 lines (241 loc) • 7.19 kB
JSON
{
"name": "vue-material-adapter",
"version": "6.2.0",
"description": "Vue 3 wrapper arround Material Components for the Web",
"keywords": [
"vue",
"vuejs",
"plugin",
"material",
"components",
"adapter",
"mdc",
"design"
],
"author": "Philip Ross <philip@satchel.scot>",
"license": "ISC",
"type": "module",
"sideEffects": true,
"main": "dist/vue-material-adapter.amd.min.js",
"module": "src/index.js",
"types": "./types/index.d.ts",
"files": [
"dist",
"static",
"src",
"LICENSE",
"README.md",
"types"
],
"repository": {
"type": "git",
"url": "https://github.com/pgbross/vue-material-adapter.git"
},
"bugs": {
"url": "https://github.com/pgbross/vue-material-adapter/issues"
},
"scripts": {
"dev": "cross-env BROWSERLISTS_ENV=evergreen NODE_ENV=development webpack serve --config=demo/webpack.config.js --progress --hot --host 0.0.0.0",
"test": "NODE_ENV=test; jest --runInBand",
"Xtestnc": "NODE_ENV=test; jest --runInBand --no-cache",
"Xbuild": "webpack --progress --colors --mode production",
"build": "cross-env BROWSERSLIST_ENV=defaults node --experimental-json-modules scripts/build.mjs",
"build:webpack": "cross-env BROWSERSLIST_ENV=evergreen webpack --mode development --progress --color",
"build:develop": "webpack --progress --colors --mode development",
"build:demo": "cross-env NODE_ENV=production BROWSERLISTS_ENV=evergreen webpack --config=demo/webpack.config.js --progress",
"build:demoX": "cross-env NODE_ENV=development BROWSERLISTS_ENV=evergreen webpack --config=demo/webpack.config.js --progress",
"ci": "run-s ci:*",
"ci:test": "NODE_ENV=test; jest --ci --runInBand",
"ci:build": "run-s build",
"format": "prettier --write \"{packages,components,demo}/**/*{js,json,css,scss,vue}\"",
"clean": "concurrently --raw clean:**",
"clean:demo": "del-cli public/*",
"clean:dist": "del-cli dist/*",
"changelog": "standard-changelog -i CHANGELOG.md -k package.json -w",
"release": "standard-version --no-verify",
"eslint-check": "eslint --print-config ./eslintrc.yaml | eslint-config-prettier-check",
"version": "npm run build && git add -A dist",
"postversion": "git push && git push --tags"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"config": {
"validate-commit-msg": {
"helpMessage": "\nNOTE: Please see angular's commit message guidelines (https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit) for information on how to format commit messages.\n\nAs an example, here is a valid commit message: 'docs(slider): Document slider public api'\n\nIf this commit is on a development / WIP branch, you can disable this by running `git commit --no-verify`.",
"scope": {
"allowed": [
"api",
"infrastructure",
"package",
"app",
"session",
"db",
"unit-test",
"unit-questionnaire",
"unit-text-only",
"data",
"ui",
"auth"
],
"validate": true
}
}
},
"dependencies": {
"material-components-web": "^14.0.0"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"devDependencies": {
"@babel/parser": "^7.20.5",
"@commitlint/config-conventional": "^17.3.0",
"@rollup/plugin-alias": "^4.0.2",
"@rollup/plugin-auto-install": "^3.0.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.1",
"@vue/compiler-sfc": "^3.2.37",
"autoprefixer": "^10.4.13",
"browserslist": "^4.21.4",
"chalk": "^5.1.2",
"clean-webpack-plugin": "^4.0.0",
"commitlint": "^17.3.0",
"concurrently": "^7.6.0",
"copy-webpack-plugin": "^11.0.0",
"cp-file": "^10.0.0",
"cpy": "^9.0.1",
"cross-env": "^7.0.3",
"css-loader": "^6.7.2",
"cssnano": "^5.1.14",
"dart-sass": "^1.25.0",
"del-cli": "^5.0.0",
"esbuild-loader": "^2.20.0",
"eslint": "^8.28.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unicorn": "^45.0.1",
"eslint-plugin-vue": "^9.8.0",
"extract-loader": "^5.1.0",
"file-loader": "^6.2.0",
"focus-trap": "^7.1.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.2",
"jest": "^29.3.1",
"jest-cli": "^29.3.1",
"markdown-it": "^13.0.1",
"markdown-it-highlightjs": "^4.0.1",
"mini-css-extract-plugin": "^2.7.1",
"mkdirp": "^1.0.4",
"npm-run-all": "^4.1.5",
"parse5": "^7.1.2",
"postcss": "^8.4.19",
"postcss-csso": "^6.0.1",
"postcss-loader": "^7.0.2",
"postcss-preset-env": "^7.8.3",
"prettier": "^2.8.0",
"prettier-plugin-organize-imports": "^3.2.1",
"regenerator-runtime": "^0.13.11",
"rollup": "^3.5.1",
"rollup-plugin-cleaner": "^1.0.0",
"rollup-plugin-esbuild": "^5.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-vue": "^6.0.0",
"sass": "^1.56.1",
"sass-loader": "^13.2.0",
"standard-changelog": "^2.0.27",
"standard-version": "^9.5.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.6",
"to-slug-case": "^1.0.0",
"url-loader": "^4.1.1",
"vue": "^3.2.37",
"vue-analytics": "^5.22.1",
"vue-eslint-parser": "^9.1.0",
"vue-loader": "^17.0.1",
"vue-markdown-loader": "^2.5.0",
"vue-router": "^4.1.6",
"vue-template-compiler": "^2.7.14",
"webpack": "^5.75.0",
"webpack-cdn-plugin": "^3.3.1",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.11.1"
},
"engines": {
"node": ">= 12.0.0",
"npm": ">= 5.0.0"
},
"browserslist": {
"defaults": [
"Safari >= 11",
"iOS >= 11",
"not ie <= 10",
"> 1%"
],
"evergreen": [
"last 2 Chrome versions",
"last 2 ChromeAndroid versions",
"last 2 Firefox versions",
"last 2 FirefoxAndroid versions",
"last 2 Safari versions",
"last 2 iOS versions",
"last 2 Edge versions",
"last 2 Opera versions"
]
},
"eslintConfig": {
"extends": [
"eslint:recommended",
"plugin:unicorn/recommended"
],
"env": {
"browser": true
},
"rules": {
"no-else-return": 1,
"prefer-const": "error",
"no-var": "error",
"no-unused-vars": [
"error",
{
"ignoreRestSiblings": true
}
],
"no-nested-ternary": "off",
"unicorn/no-nested-ternary": [
"off"
],
"unicorn/prevent-abbreviations": [
"error",
{
"replacements": {
"props": false
},
"allowList": {
"i18n": true
}
}
]
}
},
"prettier": {
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "avoid",
"overrides": [
{
"files": "*.html",
"options": {
"printWidth": 100
}
}
]
}
}