mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
updated package.json
This commit is contained in:
parent
065971471a
commit
30593e0506
1 changed files with 13 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "FreeDATA",
|
"name": "FreeDATA",
|
||||||
"version": "0.6.11-alpha.2",
|
"version": "0.6.12-alpha.1",
|
||||||
"description": "FreeDATA ",
|
"description": "FreeDATA ",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
"npm": ">=6.0.0"
|
"npm": ">=9.0.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -29,29 +29,29 @@
|
||||||
"homepage": "https://freedata.app",
|
"homepage": "https://freedata.app",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"blob-util": "^2.0.2",
|
"blob-util": "^2.0.2",
|
||||||
"bootstrap": "^5.2.1",
|
"bootstrap": "^5.2.3",
|
||||||
"bootstrap-icons": "^1.9.1",
|
"bootstrap-icons": "^1.10.3",
|
||||||
"bootswatch": "^5.2.0",
|
"bootswatch": "^5.2.3",
|
||||||
"chart.js": "^4.0.0",
|
"chart.js": "^4.2.0",
|
||||||
"chartjs-plugin-annotation": "^2.1.2",
|
"chartjs-plugin-annotation": "^2.1.2",
|
||||||
"electron-log": "^4.4.8",
|
"electron-log": "^4.4.8",
|
||||||
"electron-updater": "^5.2.1",
|
"electron-updater": "^5.3.0",
|
||||||
"emoji-picker-element": "^1.12.1",
|
"emoji-picker-element": "^1.15.0",
|
||||||
"emoji-picker-element-data": "^1.3.0",
|
"emoji-picker-element-data": "^1.3.0",
|
||||||
"express-pouchdb": "^4.2.0",
|
"express-pouchdb": "^4.2.0",
|
||||||
"mime": "^3.0.0",
|
"mime": "^3.0.0",
|
||||||
"pouchdb": "^7.3.0",
|
"pouchdb": "^8.0.0",
|
||||||
"pouchdb-browser": "^7.3.0",
|
"pouchdb-browser": "^8.0.0",
|
||||||
"pouchdb-express-router": "^0.0.11",
|
"pouchdb-express-router": "^0.0.11",
|
||||||
"pouchdb-find": "^7.3.0",
|
"pouchdb-find": "^8.0.0",
|
||||||
"pouchdb-replication": "^8.0.0",
|
"pouchdb-replication": "^8.0.0",
|
||||||
"qth-locator": "^2.1.0",
|
"qth-locator": "^2.1.0",
|
||||||
"utf8": "^3.0.0",
|
"utf8": "^3.0.0",
|
||||||
"uuid": "^9.0.0"
|
"uuid": "^9.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"electron": "^20.1.3",
|
"electron": "^22.0.2",
|
||||||
"electron-builder": "^23.3.3"
|
"electron-builder": "^23.6.0"
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"productName": "FreeDATA",
|
"productName": "FreeDATA",
|
||||||
|
|
Loading…
Reference in a new issue