{ "name": "m3calendar", "version": "1.0.0", "author": "wecise", "license": "MIT", "description": "M³ Applet", "keywords": [ "M³" ], "main": "src/index.js", "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "vue-cli-service lint" }, "repository": { "type": "git", "url": "git+https://github.com/wecise/m3js.git" }, "bugs": { "url": "https://github.com/wecise/m3js/issues" }, "homepage": "https://github.com/wecise/m3js#readme", "dependencies": { "@toast-ui/calendar": "^2.1.3", "@wecise/m3js": "^1.0.60", "animate.css": "^4.1.1", "axios": "^0.23.0", "element-ui": "^2.15.6", "js-beautify": "^1.14.0", "js-cookie": "^2.2.1", "lodash": "^4.17.21", "moment": "^2.29.1", "svg-sprite-loader": "^6.0.2", "vue": "^2.6.14", "vue-i18n": "^8.22.3", "vue-split-panel": "^1.0.4", "vue-template-compiler": "^2.6.14" }, "devDependencies": { "@vue/cli-service": "~4.5.0", "compression-webpack-plugin": "^5.0.2", "uglifyjs-webpack-plugin": "^2.2.0", "webpack-zip-plugin": "^0.1.6" } }