WebTools-NG/package.json
2023-01-01 22:33:06 +01:00

106 lines
3.3 KiB
JSON

{
"name": "webtools-ng",
"productName": "WebTools-NG",
"version": "1.2.2",
"description": "WebTools Next Generation 4 Plex",
"author": "dane22 & CPSO",
"license": "MPL-2.0",
"homepage": "https://github.com/WebTools-NG/WebTools-NG",
"private": true,
"scripts": {
"serve": "run-script-os",
"serve:darwin:linux": "chmod +x script/getGitVer.sh && . script/getGitVer.sh && vue-cli-service electron:serve && unset AppRev",
"serve:win32": "script\\getGitVer.cmd && vue-cli-service electron:serve",
"build": "run-script-os",
"build:darwin:linux": "chmod +x script/getGitVer.sh && . script/getGitVer.sh && vue-cli-service electron:build && unset AppRev",
"build:win32": "script\\getGitVer.cmd && vue-cli-service electron:build",
"deploy": "run-script-os",
"deploy:win32": "script\\getGitVer.cmd && vue-cli-service electron:build --publish always",
"deploy:darwin:linux": "chmod +x script/getGitVer.sh && . script/getGitVer.sh && vue-cli-service electron:build --publish always && unset AppRev",
"lint": "vue-cli-service lint",
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps"
},
"main": "background.js",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"axios": "^1.1.3",
"bootstrap": "^4.5.3",
"bootstrap-vue": "^2.20.1",
"buefy": "^0.8.20",
"bulma": "^0.8.2",
"core-js": "^3.8.1",
"dateformat": "^3.0.3",
"electron-is-dev": "^1.2.0",
"electron-log": "^4.3.0",
"electron-store": "^5.2.0",
"exceljs": "^4.2.1",
"fetch": "^1.1.0",
"file-saver": "^2.0.5",
"file-size": "^1.0.0",
"invariant": "^2.2.4",
"is-electron": "^2.2.0",
"jsonpath-plus": "^4.0.0",
"levenary": "^1.1.1",
"minimist": "^1.2.5",
"node-abort-controller": "^3.0.1",
"node-excel-stream": "^1.2.1",
"node-fetch": "^2.6.1",
"node-sass": "^7.0.3",
"popper.js": "^1.16.1",
"rimraf": "^2.7.1",
"sanitize-filename": "^1.6.3",
"secure-ls": "^1.2.6",
"uuid": "^8.3.1",
"vue": "^2.6.12",
"vue-i18n": "^8.22.2",
"vue-loading-overlay": "3.0",
"vue-router": "^3.4.9",
"vue-sidebar-menu": "^4.7.4",
"vue-virtual-table": "^0.2.22",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.0",
"vuex-persist": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/eslint-parser": "^7.18.9",
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-eslint": "~4.3.0",
"@vue/cli-plugin-router": "^4.5.10",
"@vue/cli-plugin-vuex": "^4.5.10",
"@vue/cli-service": "~4.3.0",
"babel-eslint": "^10.1.0",
"electron": "^13.6.6",
"electron-devtools-installer": "^3.1.1",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.2",
"run-script-os": "^1.1.5",
"vue-cli-plugin-electron-builder": "^1.4.6",
"vue-cli-plugin-i18n": "^1.0.1",
"vue-template-compiler": "^2.6.12"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"volta": {
"node": "16.13.2"
}
}