{ "name": "ezbookkeeping", "version": "0.3.0", "private": true, "repository": { "type": "git", "url": "git+https://github.com/mayswind/ezbookkeeping.git" }, "author": "MaysWind ", "license": "MIT", "bugs": { "url": "https://github.com/mayswind/ezbookkeeping/issues" }, "scripts": { "serve": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve", "build": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build", "lint": "vue-cli-service lint" }, "dependencies": { "axios": "^1.3.5", "cbor-js": "^0.1.0", "core-js": "^3.30.0", "crypto-js": "^4.1.1", "framework7": "^5.7.14", "framework7-icons": "^5.0.5", "framework7-vue": "^5.7.14", "js-cookie": "^3.0.1", "line-awesome": "^1.3.0", "moment": "^2.29.4", "moment-timezone": "^0.5.43", "register-service-worker": "^1.7.2", "ua-parser-js": "^1.0.35", "vue": "^2.7.14", "vue-clipboard2": "^0.3.3", "vue-i18n": "^8.28.2", "vue-pincode-input": "^0.4.0", "vuex": "^3.6.2" }, "devDependencies": { "@vue/cli-plugin-babel": "^4.5.19", "@vue/cli-plugin-eslint": "^4.5.19", "@vue/cli-plugin-pwa": "^4.5.19", "@vue/cli-service": "^4.5.19", "babel-eslint": "^10.1.0", "babel-plugin-component": "^1.1.1", "eslint": "^6.8.0", "eslint-plugin-vue": "^6.2.2", "git-revision-webpack-plugin": "^3.0.6", "moment-locales-webpack-plugin": "^1.2.0", "vue-template-compiler": "^2.7.14" }, "eslintConfig": { "root": true, "env": { "node": true }, "extends": [ "plugin:vue/essential", "eslint:recommended" ], "parserOptions": { "parser": "babel-eslint" }, "rules": {} }, "browserslist": [ "> 1%", "last 2 versions", "not dead" ] }