-
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.
- Loading branch information
1 parent
6b09073
commit 27cc93a
Showing
6 changed files
with
144 additions
and
72 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{"WATER": { | ||
"MEANINGS": { | ||
"1": [ | ||
"Verb", | ||
"supply with water, as with channels or ditches or streams", | ||
["Wet"], | ||
["Water the fields"] | ||
], | ||
"3": [ | ||
"Verb", | ||
"secrete or form water, as tears or saliva", | ||
["Secrete", "Release"], | ||
[ | ||
"My mouth watered at the prospect of a good dinner", | ||
"His eyes watered" | ||
] | ||
], | ||
"6": [ | ||
"Noun", | ||
"a liquid necessary for the life of most animals and plants", | ||
["Food", "Nutrient", "Liquid", "Nutrient"], | ||
["he asked for a drink of water"] | ||
], | ||
"2": [ | ||
"Verb", | ||
"provide with water", | ||
["Supply", "Provide", "Render", "Furnish"], | ||
["We watered the buffalo"] | ||
], | ||
"4": [ | ||
"Verb", | ||
"fill with tears", | ||
["Fill", "Fill up"], | ||
["His eyes were watering"] | ||
] | ||
}, | ||
"ANTONYMS": [], | ||
"SYNONYMS": ["Body of water", "Piddle", "Water system", "Water", "Pee"] | ||
}} |
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": "odicto", | ||
"version": "0.2.0" | ||
}, | ||
"tauri": { | ||
"allowlist": { | ||
"all": false, | ||
"shell": { | ||
"all": false, | ||
"open": true | ||
} | ||
}, | ||
"bundle": { | ||
"active": true, | ||
"category": "Utility", | ||
"copyright": "", | ||
"deb": { | ||
"depends": [] | ||
}, | ||
"externalBin": [], | ||
"icon": [ | ||
"icons/32x32.png", | ||
"icons/128x128.png", | ||
"icons/[email protected]", | ||
"icons/icon.icns", | ||
"icons/icon.ico" | ||
], | ||
"identifier": "app.vercel.odicto", | ||
"longDescription": "Offline English dictionary app", | ||
"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": 600, | ||
"resizable": true, | ||
"title": "OdictO - Offline Dictionary", | ||
"width": 800 | ||
} | ||
] | ||
} | ||
"build": { | ||
"beforeDevCommand": "npm run dev", | ||
"beforeBuildCommand": "npm run build", | ||
"devPath": "http://localhost:1420", | ||
"distDir": "../dist", | ||
"withGlobalTauri": false | ||
}, | ||
"package": { | ||
"productName": "odicto", | ||
"version": "0.3.0" | ||
}, | ||
"tauri": { | ||
"allowlist": { | ||
"all": false, | ||
"shell": { | ||
"all": false, | ||
"open": true | ||
} | ||
}, | ||
"bundle": { | ||
"active": true, | ||
"category": "Utility", | ||
"copyright": "", | ||
"deb": { | ||
"depends": [] | ||
}, | ||
"externalBin": [], | ||
"icon": [ | ||
"icons/32x32.png", | ||
"icons/128x128.png", | ||
"icons/[email protected]", | ||
"icons/icon.icns", | ||
"icons/icon.ico" | ||
], | ||
"identifier": "app.vercel.odicto", | ||
"longDescription": "Offline English dictionary app", | ||
"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, | ||
"resizable": true, | ||
"title": "OdictO - Offline Dictionary", | ||
"height": 900, | ||
"width": 1200 | ||
} | ||
] | ||
} | ||
} |
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