generated from idea2app/React-MobX-Bootstrap-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[optimize] several UI & logic details [optimize] update ReadMe document
- Loading branch information
Showing
14 changed files
with
827 additions
and
179 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,8 +1,9 @@ | ||
{ | ||
"name": "react-mobx-bootstrap-ts", | ||
"version": "0.3.0", | ||
"description": "React project scaffold based on TypeScript, MobX & Bootstrap, which is inspired by WebCell scaffold.", | ||
"name": "@open-source-bazaar/wiki-map", | ||
"version": "0.6.0", | ||
"author": "[email protected]", | ||
"license": "AGPL-3.0", | ||
"description": "Wiki map PWA with Text-to-Speak support, which is based on OpenStreetMap & Wikipedia API, and can be used as a trusted Tour guide.", | ||
"dependencies": { | ||
"browser-unhandled-rejection": "^1.0.2", | ||
"idea-react": "^1.0.0-beta.0", | ||
|
@@ -29,15 +30,15 @@ | |
"@parcel/transformer-typescript-tsc": "2.7.0", | ||
"@parcel/transformer-webmanifest": "2.7.0", | ||
"@types/lodash": "^4.14.191", | ||
"@types/node": "^16.18.16", | ||
"@types/node": "^16.18.18", | ||
"@types/react": "^17.0.53", | ||
"@types/react-dom": "^17.0.19", | ||
"husky": "^8.0.3", | ||
"lint-staged": "^13.2.0", | ||
"parcel": "2.7.0", | ||
"postcss": "^8.4.21", | ||
"postcss-modules": "^4.3.1", | ||
"prettier": "^2.8.4", | ||
"prettier": "^2.8.6", | ||
"process": "^0.11.10", | ||
"typescript": "~4.7.4", | ||
"workbox-cli": "^6.5.4" | ||
|
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
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 |
---|---|---|
|
@@ -4,10 +4,10 @@ | |
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|
||
<title>React MobX Bootstrap TS</title> | ||
<title>Wiki map</title> | ||
<meta | ||
name="description" | ||
content="React project scaffold based on TypeScript, MobX & Bootstrap, which is inspired by WebCell scaffold." | ||
content="Wiki map PWA with Text-to-Speak support, which is based on OpenStreetMap & Wikipedia API, and can be used as a trusted Tour guide." | ||
/> | ||
<meta name="author" content="[email protected]" /> | ||
|
||
|
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.
684de76
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deploy preview for wiki-map ready!
✅ Preview
https://wiki-mjb847lxi-techquery.vercel.app
Built with commit 684de76.
This pull request is being automatically deployed with vercel-action