FreeDATA/gui/package.json

85 lines
2.4 KiB
JSON
Raw Permalink Normal View History

2021-07-17 09:03:40 +02:00
{
2024-02-03 20:27:55 +01:00
"name": "FreeDATA",
2024-01-31 15:59:43 +01:00
"description": "FreeDATA Client application for connecting to FreeDATA server",
2023-10-22 10:20:32 +02:00
"private": true,
"version": "0.14.5-alpha",
2023-10-22 10:20:32 +02:00
"main": "dist-electron/main/index.js",
2021-07-17 09:03:40 +02:00
"scripts": {
2023-10-23 21:04:48 +02:00
"start": "vite",
2023-10-22 10:20:32 +02:00
"dev": "vite",
2023-11-20 14:24:45 +01:00
"test": "vitest --run",
2023-10-22 12:08:14 +02:00
"check": "vue-tsc --noEmit",
2023-10-23 08:52:26 +02:00
"build": "vue-tsc --noEmit && vite build && electron-builder -p never",
"release": "vue-tsc --noEmit && vite build && electron-builder -p onTag",
2023-10-22 10:20:32 +02:00
"preview": "vite preview",
"lint": "eslint --ext .js,.vue src",
2024-03-02 10:41:07 +01:00
"lint-fix": "eslint --ext .js,.vue --fix src",
"install-deps": "npm install && npm update"
},
2021-07-17 09:03:40 +02:00
"repository": {
"type": "git",
"url": "https://github.com/DJ2LS/FreeDATA.git"
2021-07-17 09:03:40 +02:00
},
"keywords": [
2023-10-22 18:51:07 +02:00
"Modem",
2021-07-17 09:03:40 +02:00
"GUI",
2021-08-10 20:22:57 +02:00
"FreeDATA",
2021-07-17 09:03:40 +02:00
"codec2"
],
"author": "DJ2LS",
2023-10-04 21:54:10 +02:00
"license": "GPL-3.0",
2021-07-17 09:03:40 +02:00
"bugs": {
"url": "https://github.com/DJ2LS/FreeDATA/issues"
2021-07-17 09:03:40 +02:00
},
"homepage": "https://freedata.app",
2021-07-17 09:03:40 +02:00
"dependencies": {
"@electron/notarize": "2.2.1",
"@electron/universal": "2.0.1",
2023-12-08 17:49:44 +01:00
"@popperjs/core": "2.11.8",
"@vueuse/electron": "10.7.2",
2023-12-08 17:49:44 +01:00
"blob-util": "2.0.2",
"bootstrap": "5.3.2",
"bootstrap-icons": "1.11.3",
2023-12-08 17:49:44 +01:00
"browser-image-compression": "2.0.2",
"chart.js": "4.4.1",
2023-12-08 17:49:44 +01:00
"chartjs-plugin-annotation": "3.0.1",
"electron-log": "5.1.1",
"emoji-picker-element": "1.21.0",
"emoji-picker-element-data": "1.6.0",
2023-12-08 17:49:44 +01:00
"file-saver": "2.0.5",
"gridstack": "10.0.1",
"mime": "4.0.1",
"nconf": "^0.12.1",
"noto-color-emoji": "^1.0.1",
"pinia": "2.1.7",
2023-12-08 17:49:44 +01:00
"qth-locator": "2.1.0",
"socket.io": "4.7.4",
2024-01-28 09:23:27 +01:00
"uuid": "^9.0.1",
"vue": "3.4.21",
"vue-chartjs": "5.3.0",
2023-12-08 17:49:44 +01:00
"vuemoji-picker": "0.2.0"
2021-08-08 19:29:18 +02:00
},
2021-08-08 17:12:57 +02:00
"devDependencies": {
"@types/nconf": "^0.10.6",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@vitejs/plugin-vue": "5.0.4",
2024-03-11 19:27:09 +01:00
"electron": "28.2.6",
"electron-builder": "24.9.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard-with-typescript": "43.0.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-prettier": "5.1.3",
2023-12-08 17:49:44 +01:00
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-vue": "9.22.0",
"typescript": "5.3.3",
"vite": "5.1.7",
"vite-plugin-electron": "0.28.2",
2023-12-08 17:49:44 +01:00
"vite-plugin-electron-renderer": "0.14.5",
"vitest": "1.3.1",
"vue": "3.4.21",
"vue-tsc": "1.8.27"
}
2021-07-17 09:03:40 +02:00
}