generated from EasyWebApp/WebCell-scaffold
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[add] Open Source page & model based on MobX-GitHub (#218)
- Loading branch information
Showing
37 changed files
with
864 additions
and
2,006 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
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.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
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 |
---|---|---|
|
@@ -7,29 +7,29 @@ | |
"node": ">=20" | ||
}, | ||
"dependencies": { | ||
"@authing/native-js-ui-components": "^3.1.31", | ||
"@fortawesome/fontawesome-svg-core": "^6.6.0", | ||
"@fortawesome/free-brands-svg-icons": "^6.6.0", | ||
"@fortawesome/free-regular-svg-icons": "^6.6.0", | ||
"@fortawesome/free-solid-svg-icons": "^6.6.0", | ||
"@fortawesome/react-fontawesome": "^0.2.2", | ||
"@giscus/react": "^3.0.0", | ||
"@sentry/nextjs": "^8.27.0", | ||
"@sentry/nextjs": "^8.28.0", | ||
"array-unique-proposal": "^0.3.4", | ||
"classnames": "^2.5.1", | ||
"echarts-jsx": "^0.5.4", | ||
"idea-react": "^2.0.0-rc.2", | ||
"jsonwebtoken": "^9.0.2", | ||
"koajax": "^2.0.0", | ||
"koajax": "^3.0.2", | ||
"leaflet": "^1.9.4", | ||
"leaflet.chinatmsproviders": "^3.0.6", | ||
"mobx": "^6.13.1", | ||
"mobx-github": "^0.3.4", | ||
"mobx-i18n": "^0.5.0", | ||
"mobx-react": "^9.1.1", | ||
"mobx-react-helper": "^0.3.1", | ||
"mobx-restful": "^0.7.0-rc.0", | ||
"mobx-restful-table": "^2.0.0-rc.1", | ||
"next": "^14.2.7", | ||
"mobx-restful": "^1.0.1", | ||
"mobx-restful-table": "^2.0.0", | ||
"next": "^14.2.8", | ||
"next-ssr-middleware": "^0.8.7", | ||
"open-react-map": "^0.8.0", | ||
"react": "^18.3.1", | ||
|
@@ -48,22 +48,27 @@ | |
"@octokit/openapi-types": "^22.2.0", | ||
"@types/jsonwebtoken": "^9.0.6", | ||
"@types/leaflet": "^1.9.12", | ||
"@types/node": "^20.16.2", | ||
"@types/next-pwa": "^5.6.9", | ||
"@types/node": "^20.16.5", | ||
"@types/react": "^18.3.5", | ||
"eslint": "^8.57.0", | ||
"eslint-config-next": "^14.2.7", | ||
"eslint-config-next": "^14.2.8", | ||
"eslint-plugin-simple-import-sort": "^12.1.1", | ||
"get-git-folder": "^0.1.2", | ||
"husky": "^9.1.5", | ||
"less": "^4.2.0", | ||
"less-loader": "^12.2.0", | ||
"lint-staged": "^15.2.9", | ||
"lint-staged": "^15.2.10", | ||
"next-pwa": "^5.6.0", | ||
"next-with-less": "^3.0.1", | ||
"prettier": "^3.3.3", | ||
"typescript": "~5.5.4", | ||
"webpack": "^5.94.0" | ||
}, | ||
"resolutions": { | ||
"native-file-system-adapter": "npm:@tech_query/[email protected]", | ||
"next": "$next" | ||
}, | ||
"prettier": { | ||
"singleQuote": true, | ||
"trailingComma": "all", | ||
|
Oops, something went wrong.
84b5f8c
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 open-hackathon ready!
✅ Preview
https://open-hackathon-bpx78kirm-techquerys-projects.vercel.app
Built with commit 84b5f8c.
This pull request is being automatically deployed with vercel-action