-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update description and versions
- Loading branch information
Showing
5 changed files
with
108 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
{ | ||
"name": "journalv", | ||
"author": "ahmed.systems", | ||
"description": "App for journaling your days and dreams.", | ||
"private": true, | ||
"version": "0.2.1", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "vue-tsc --noEmit && vite build", | ||
"preview": "vite preview", | ||
"tauri": "tauri" | ||
}, | ||
"dependencies": { | ||
"vue": "^3.2.37", | ||
"moment": "^2.29.4", | ||
"pinia": "^2.0.22", | ||
"@tauri-apps/api": "^1.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.7.10", | ||
"@vitejs/plugin-vue": "^3.0.1", | ||
"typescript": "^4.6.4", | ||
"vite": "^3.0.2", | ||
"vue-tsc": "^0.40.0", | ||
"@tauri-apps/cli": "^1.1.0" | ||
} | ||
"name": "journalv", | ||
"author": "ahmed.systems", | ||
"description": "Journaling app for your days and dreams.", | ||
"private": true, | ||
"version": "0.3.0", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "vue-tsc --noEmit && vite build", | ||
"preview": "vite preview", | ||
"tauri": "tauri" | ||
}, | ||
"dependencies": { | ||
"vue": "^3.2.37", | ||
"moment": "^2.29.4", | ||
"pinia": "^2.0.22", | ||
"@tauri-apps/api": "^1.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.7.10", | ||
"@vitejs/plugin-vue": "^3.0.1", | ||
"typescript": "^4.6.4", | ||
"vite": "^3.0.2", | ||
"vue-tsc": "^0.40.0", | ||
"@tauri-apps/cli": "^1.1.0" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,70 +1,70 @@ | ||
{ | ||
"build": { | ||
"beforeDevCommand": "npm run dev", | ||
"beforeBuildCommand": "npm run build", | ||
"devPath": "http://localhost:1420", | ||
"distDir": "../dist", | ||
"withGlobalTauri": false | ||
}, | ||
"package": { | ||
"productName": "JournalV", | ||
"version": "0.2.1" | ||
}, | ||
"tauri": { | ||
"allowlist": { | ||
"fs": { | ||
"writeFile": true, | ||
"readFile": true, | ||
"scope": ["$CONFIG/*"] | ||
} | ||
}, | ||
"bundle": { | ||
"active": true, | ||
"category": "Lifestyle", | ||
"copyright": "", | ||
"deb": { | ||
"depends": [] | ||
}, | ||
"externalBin": [], | ||
"icon": [ | ||
"icons/32x32.png", | ||
"icons/128x128.png", | ||
"icons/[email protected]", | ||
"icons/icon.icns", | ||
"icons/icon.ico" | ||
], | ||
"identifier": "journalv", | ||
"longDescription": "", | ||
"macOS": { | ||
"entitlements": null, | ||
"exceptionDomain": "", | ||
"frameworks": [], | ||
"providerShortName": null, | ||
"signingIdentity": null | ||
}, | ||
"resources": [], | ||
"shortDescription": "", | ||
"targets": "all", | ||
"windows": { | ||
"certificateThumbprint": null, | ||
"digestAlgorithm": "sha256", | ||
"timestampUrl": "" | ||
} | ||
}, | ||
"security": { | ||
"csp": null | ||
}, | ||
"updater": { | ||
"active": false | ||
}, | ||
"windows": [ | ||
{ | ||
"fullscreen": false, | ||
"height": 650, | ||
"resizable": true, | ||
"title": "JournalV", | ||
"width": 900 | ||
} | ||
] | ||
} | ||
"build": { | ||
"beforeDevCommand": "npm run dev", | ||
"beforeBuildCommand": "npm run build", | ||
"devPath": "http://localhost:1420", | ||
"distDir": "../dist", | ||
"withGlobalTauri": false | ||
}, | ||
"package": { | ||
"productName": "JournalV", | ||
"version": "0.3.0" | ||
}, | ||
"tauri": { | ||
"allowlist": { | ||
"fs": { | ||
"writeFile": true, | ||
"readFile": true, | ||
"scope": ["$CONFIG/*"] | ||
} | ||
}, | ||
"bundle": { | ||
"active": true, | ||
"category": "Lifestyle", | ||
"copyright": "", | ||
"deb": { | ||
"depends": [] | ||
}, | ||
"externalBin": [], | ||
"icon": [ | ||
"icons/32x32.png", | ||
"icons/128x128.png", | ||
"icons/[email protected]", | ||
"icons/icon.icns", | ||
"icons/icon.ico" | ||
], | ||
"identifier": "journalv", | ||
"longDescription": "", | ||
"macOS": { | ||
"entitlements": null, | ||
"exceptionDomain": "", | ||
"frameworks": [], | ||
"providerShortName": null, | ||
"signingIdentity": null | ||
}, | ||
"resources": [], | ||
"shortDescription": "", | ||
"targets": "all", | ||
"windows": { | ||
"certificateThumbprint": null, | ||
"digestAlgorithm": "sha256", | ||
"timestampUrl": "" | ||
} | ||
}, | ||
"security": { | ||
"csp": null | ||
}, | ||
"updater": { | ||
"active": false | ||
}, | ||
"windows": [ | ||
{ | ||
"fullscreen": false, | ||
"height": 650, | ||
"resizable": true, | ||
"title": "JournalV", | ||
"width": 900 | ||
} | ||
] | ||
} | ||
} |