UNPKG

@mutt/widget-age

Version:
89 lines (88 loc) 2.36 kB
{ "name": "@mutt/widget-age", "version": "2.1.2", "description": "Mutt Forms Widget - Age input", "author": "Sam Bateman <sam.bateman@boughtbymany.com>", "license": "MIT", "bugs": { "url": "https://github.com/mutt-forms/widget-age/issues" }, "homepage": "https://github.com/mutt-forms/widget-age#readme", "scripts": { "build": "rollup -c", "test": "jest --coverage", "lint": "eslint --ext .js,.vue src", "lint:fix": "npm run lint -- --fix" }, "repository": { "type": "git", "url": "git@github.com:mutt-forms/widget-age.git" }, "module": "dist/widget-age.es.js", "keywords": [ "mutt-forms", "mutt-forms-vue", "age", "forms" ], "files": [ "dist", "README.md" ], "peerDependencies": { "vue-select": "^3.10.8", "@mutt/forms": "^2.0.1", "@mutt/widgets-vue": "^2.7.1", "moment": "^2.24.0", "vue": "^2.5.21" }, "devDependencies": { "@babel/core": "^7.11.6", "@babel/preset-env": "^7.11.5", "@boughtbymany/eslint-config-bbm": "^2.4.0", "@mutt/forms": "^2.4.0", "@mutt/widgets-vue": "^2.7.1", "@rollup/plugin-babel": "^5.2.0", "@rollup/plugin-commonjs": "^15.0.0", "@rollup/plugin-node-resolve": "^9.0.0", "@vue/eslint-config-prettier": "^6.0.0", "@vue/test-utils": "^1.0.5", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^10.1.0", "babel-jest": "^26.3.0", "eslint": "^7.8.1", "eslint-config-prettier": "^6.11.0", "eslint-plugin-jest": "^24.0.0", "eslint-plugin-jsdoc": "^30.3.1", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-vue": "^6.2.2", "eslint-plugin-vue-a11y": "0.0.31", "flush-promises": "^1.0.2", "jest": "^26.3.0", "mockdate": "^3.0.2", "moment": "^2.24.0", "prettier": "^2.1.1", "rollup": "^2.26.10", "rollup-plugin-terser": "^7.0.1", "rollup-plugin-vue": "^5.1.9", "sass": "^1.26.10", "vue": "^2.5.21", "vue-jest": "^3.0.2", "vue-select": "^3.10.8", "vue-template-compiler": "^2.5.21", "webpack": "^4.41.6" }, "jest": { "transform": { ".+\\.js$": "<rootDir>/node_modules/babel-jest", ".*\\.(vue)$": "<rootDir>/node_modules/vue-jest" }, "transformIgnorePatterns": [ "/node_modules/(?!@mutt).+\\.js$" ] }, "prettier": { "tabWidth": 2, "semi": false } }