{ "name": "Liberama", "version": "0.10.3", "author": "Book Pauk ", "license": "CC0-1.0", "repository": "bookpauk/liberama", "engines": { "node": ">=14.4.0" }, "scripts": { "dev": "nodemon --inspect --ignore server/public --ignore server/data --ignore client --exec 'node server'", "build:client": "webpack --config build/webpack.prod.config.js", "build:linux": "npm run build:client && node build/linux && pkg -t node14-linux-x64 -o dist/linux/liberama .", "build:win": "npm run build:client && node build/win && pkg -t node14-win-x64 -o dist/win/liberama .", "lint": "eslint --ext=.js,.vue client server", "build:client-dev": "webpack --config build/webpack.dev.config.js", "postinstall": "npm run build:client-dev && node build/linux" }, "bin": "server/index.js", "pkg": { "scripts": "server/config/*.js" }, "devDependencies": { "@babel/core": "^7.15.8", "@babel/eslint-parser": "^7.15.8", "@babel/eslint-plugin": "^7.14.5", "@babel/plugin-proposal-decorators": "^7.15.8", "@babel/preset-env": "^7.15.8", "babel-loader": "^8.2.3", "copy-webpack-plugin": "^9.0.1", "css-loader": "^6.4.0", "css-minimizer-webpack-plugin": "^3.1.1", "eslint": "^8.1.0", "eslint-plugin-vue": "^7.20.0", "html-webpack-plugin": "^5.5.0", "mini-css-extract-plugin": "^2.4.3", "terser-webpack-plugin": "^5.2.4", "vue-class-component": "^6.3.2", "vue-eslint-parser": "^8.0.0", "vue-loader": "^15.9.8", "vue-style-loader": "^4.1.3", "vue-template-compiler": "^2.6.14", "webpack": "^5.60.0", "webpack-cli": "^4.9.1", "webpack-dev-middleware": "^5.2.1", "webpack-hot-middleware": "^2.25.1", "webpack-merge": "^5.8.0", "workbox-webpack-plugin": "^6.3.0" }, "dependencies": { "@quasar/extras": "^1.11.2", "axios": "^0.24.0", "base-x": "^3.0.9", "chardet": "^1.4.0", "compression": "^1.7.4", "express": "^4.17.1", "fg-loadcss": "^3.1.0", "fs-extra": "^9.0.1", "got": "^11.8.2", "he": "^1.2.0", "iconv-lite": "^0.6.3", "localforage": "^1.10.0", "lodash": "^4.17.21", "minimist": "^1.2.5", "multer": "^1.4.3", "pako": "^2.0.4", "path-browserify": "^1.0.1", "pidusage": "^3.0.0", "pkg": "^4.4.9", "quasar": "^1.16.0", "safe-buffer": "^5.2.1", "sjcl": "^1.0.8", "sql-template-strings": "^2.2.2", "sqlite": "^4.0.23", "sqlite3": "^5.0.2", "tar-fs": "^2.1.1", "unbzip2-stream": "^1.4.3", "vue": "^2.6.14", "vue-router": "^3.5.2", "vue-sanitize": "^0.2.1", "vuex": "^3.6.2", "vuex-persistedstate": "^2.7.1", "webdav": "^4.7.0", "ws": "^8.2.3", "zip-stream": "^4.1.0" } }