{ "name": "paper-library-client", "version": "1.0.5", "description": "paper-library client", "scripts": { "start": "npm run e:serve", "serve": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "vue-cli-service lint", "win:build": "vue-cli-service electron:build", "e:build": "vue-cli-service electron:build --win --x64", "e:serve": "vue-cli-service electron:serve", "postinstall": "electron-builder install-app-deps --arch=x64", "postuninstall": "electron-builder install-app-deps" }, "main": "background.js", "dependencies": { "axios": "^0.19.2", "core-js": "^3.6.4", "cropperjs": "^1.5.1", "crypto-js": "^4.0.0", "deepmerge": "^4.2.2", "element-ui": "^2.14.1", "gm": "^1.23.1", "imagemagick": "^0.1.3", "js-md5": "^0.8.3", "log4js": "^6.3.0", "p-queue": "^8.0.1", "sqlite3": "^5.0.0", "vue": "^2.6.11", "vue-ls": "^3.2.2", "vue-router": "^3.2.0", "vuex": "^3.4.0" }, "devDependencies": { "@babel/core": "^7.12.16", "@babel/eslint-parser": "^7.12.16", "@babel/plugin-transform-private-methods": "^7.24.7", "@vue/cli-plugin-babel": "~5.0.0", "@vue/cli-plugin-eslint": "~5.0.0", "@vue/cli-plugin-router": "~5.0.0", "@vue/cli-plugin-vuex": "~5.0.0", "@vue/cli-service": "~5.0.0", "electron": "^13.1.4", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-vue": "^8.0.3", "lint-staged": "^11.1.2", "prettier": "^2.4.1", "sass": "^1.32.7", "sass-loader": "^12.0.0", "vue-cli-plugin-electron-builder": "~2.1.1", "vue-template-compiler": "^2.6.14" }, "gitHooks": { "pre-commit": "lint-staged" }, "lint-staged": { "*.{js,jsx,vue}": [ "vue-cli-service lint", "git add" ] } }