FreeDATA/gui_vue/package.json

80 lines
2.2 KiB
JSON
Raw Normal View History

2023-09-02 11:37:03 +00:00
{
2023-10-03 08:32:01 +00:00
"name": "FreeDATA",
2023-10-04 21:34:36 +00:00
"description": "FreeDATA ",
2023-09-02 11:37:03 +00:00
"private": true,
2023-10-03 08:32:01 +00:00
"version": "0.11.0-alpha",
2023-10-04 17:54:50 +00:00
"main": "dist-electron/main/index.js",
2023-09-02 11:37:03 +00:00
"scripts": {
2023-09-02 12:11:06 +00:00
"start": "vite",
2023-10-04 21:34:36 +00:00
"dev": "vite",
2023-10-04 17:54:50 +00:00
"build": "vue-tsc --noEmit && vite build && electron-builder",
2023-10-03 13:15:17 +00:00
"preview": "vite preview",
"lint": "eslint --ext .js,.vue src",
"lint-fix": "eslint --ext .js,.vue --fix src"
2023-09-02 11:37:03 +00:00
},
2023-10-03 19:04:37 +00:00
"repository": {
"type": "git",
"url": "https://github.com/DJ2LS/FreeDATA.git"
},
2023-10-03 19:28:24 +00:00
"keywords": [
2023-10-03 19:04:37 +00:00
"TNC",
"GUI",
"FreeDATA",
"codec2"
],
"author": "DJ2LS",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/DJ2LS/FreeDATA/issues"
},
2023-10-03 19:28:24 +00:00
"homepage": "https://freedata.app",
2023-09-02 11:37:03 +00:00
"dependencies": {
2023-10-03 19:28:24 +00:00
"@electron/notarize": "^2.1.0",
2023-09-05 09:22:00 +00:00
"@vueuse/electron": "^10.4.1",
2023-09-02 11:37:03 +00:00
"blob-util": "^2.0.2",
"bootstrap": "^5.3.1",
"bootstrap-icons": "^1.10.5",
2023-09-02 12:11:06 +00:00
"bootswatch": "^5.3.1",
2023-09-02 11:37:03 +00:00
"browser-image-compression": "^2.0.2",
2023-09-02 12:11:06 +00:00
"chart.js": "^4.3.3",
2023-09-05 09:22:00 +00:00
"chartjs-plugin-annotation": "^3.0.1",
2023-10-04 17:54:50 +00:00
"electron-builder-notarize": "^1.5.1",
2023-09-02 11:37:03 +00:00
"electron-log": "^4.4.8",
2023-09-05 09:22:00 +00:00
"electron-updater": "^6.1.1",
2023-09-02 11:37:03 +00:00
"emoji-picker-element": "^1.18.3",
2023-09-02 12:11:06 +00:00
"emoji-picker-element-data": "^1.4.0",
"mime": "^3.0.0",
2023-09-05 09:22:00 +00:00
"pinia": "^2.1.6",
2023-09-02 11:37:03 +00:00
"pouchdb": "^8.0.1",
2023-10-03 19:28:24 +00:00
"pouchdb-browser": "^8.0.1",
2023-09-02 11:37:03 +00:00
"pouchdb-find": "^8.0.1",
"pouchdb-upsert": "^2.2.0",
"qth-locator": "^2.1.0",
"sass": "^1.66.1",
2023-09-05 09:22:00 +00:00
"socket.io": "^4.7.2",
2023-09-02 11:37:03 +00:00
"uuid": "^9.0.0",
2023-09-10 12:23:26 +00:00
"vue": "^3.3.4",
2023-10-04 17:54:50 +00:00
"vue-chartjs": "^5.2.0"
2023-09-02 11:37:03 +00:00
},
"devDependencies": {
2023-10-03 13:15:17 +00:00
"@typescript-eslint/eslint-plugin": "^6.7.4",
2023-10-04 17:54:50 +00:00
"@vitejs/plugin-vue": "^4.4.0",
"electron": "^26.0.0",
"electron-builder": "^24.6.3",
2023-10-03 13:15:17 +00:00
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^39.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.17.0",
"typescript": "^5.2.2",
2023-09-02 11:37:03 +00:00
"vite": "^4.3.2",
2023-10-04 17:54:50 +00:00
"vite-plugin-electron": "^0.14.0",
2023-09-02 11:37:03 +00:00
"vite-plugin-electron-renderer": "^0.14.5",
2023-10-04 17:54:50 +00:00
"vue": "^3.3.4",
2023-09-02 11:37:03 +00:00
"vue-tsc": "^1.4.2"
2023-09-02 12:11:06 +00:00
}
2023-09-02 11:37:03 +00:00
}