UNPKG

eos_vue_workday

Version:

A vue component to allow work day scheduling and appointment booking

48 lines (47 loc) 1.3 kB
{ "name": "eos_vue_workday", "version": "1.0.11", "description": "A vue component to allow work day scheduling and appointment booking", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack --config webpack_prod.config.js", "dev": "webpack --config webpack_dev.config.js" }, "repository": { "type": "git", "url": "git+https://github.com/nialldorgan/eos_vue_workday.git" }, "keywords": [ "Vue", "Appointment", "Scheduling" ], "author": "Niall Dorgan", "license": "MIT", "bugs": { "url": "https://github.com/nialldorgan/eos_vue_workday/issues" }, "homepage": "https://github.com/nialldorgan/eos_vue_workday#readme", "devDependencies": { "@babel/core": "^7.14.8", "@babel/preset-env": "^7.14.9", "babel-loader": "^8.2.2", "clean-webpack-plugin": "^4.0.0-alpha.0", "core-js": "^3.16.0", "css-loader": "^6.2.0", "regenerator-runtime": "^0.13.9", "sass": "^1.37.2", "sass-loader": "^12.1.0", "style-loader": "^3.2.1", "vue": "^2.6.14", "vue-loader": "^15.9.8", "vue-template-compiler": "^2.6.14", "webpack": "^5.48.0", "webpack-cli": "^4.7.2" }, "dependencies": { "big.js": "^6.1.1", "dayjs": "^1.10.6" } }