Skip to content

Commit

Permalink
[optimize] update Upstream packages & ReadMe document
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery committed Jul 25, 2023
1 parent 166fcf0 commit 5471b05
Show file tree
Hide file tree
Showing 5 changed files with 3,057 additions and 3,183 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: pnpm
- name: Install Dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-node@v3
if: ${{ !env.VERCEL_TOKEN || !env.VERCEL_ORG_ID || !env.VERCEL_PROJECT_ID }}
with:
node-version: 16
node-version: 18
cache: pnpm
- name: Install Dependencies
if: ${{ !env.VERCEL_TOKEN || !env.VERCEL_ORG_ID || !env.VERCEL_PROJECT_ID }}
Expand Down
20 changes: 12 additions & 8 deletions ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Taro-Vant-MobX-ts
# IdeaMall mini-app

[Taro][1] project scaffold based on [TypeScript][2], [Preact][3], [MobX][4] & [Vant][5]

[![CI & CD](https://github.com/idea2app/Taro-Vant-MobX-ts/actions/workflows/main.yml/badge.svg)][6]
[![CI & CD](https://github.com/IdeaMall/mini-app/actions/workflows/main.yml/badge.svg)][6]

## Demo

https://ideapp.dev/Taro-Vant-MobX-ts/
https://ideamall.github.io/mini-app/

## Technology stack

- Language: [TypeScript v4][2]
- Component engine: [Preact 10][3]
- Language: [TypeScript v5][2]
- Component engine: [Preact v10][3]
- State management: [MobX v4][4]
- Component suite: [AntM Vant UI v2][5] + [Bootstrap v5 (CSS utility)][7]
- Component suite: [AntM Vant UI v3][5] + [Bootstrap v5 (CSS utility)][7]
- CI / CD: GitHub [Actions][8] + [Pages][9]

## Extra components
Expand All @@ -23,6 +23,10 @@ https://ideapp.dev/Taro-Vant-MobX-ts/

## Development

1. sign in GitHub NPM: https://github.com/IdeaMall/data-model#usage

2. execute installation commands:

```shell
npm i pnpm -g
npm set strict-peer-dependencies=false
Expand All @@ -44,7 +48,7 @@ pnpm build h5
[3]: https://preactjs.com/
[4]: https://github.com/mobxjs/mobx/blob/mobx4and5/docs/
[5]: https://antmjs.github.io/vantui/
[6]: https://github.com/idea2app/Taro-Vant-MobX-ts/actions/workflows/main.yml
[7]: https://getbootstrap.com/docs/5.1/getting-started/contents/#css-files
[6]: https://github.com/IdeaMall/mini-app/actions/workflows/main.yml
[7]: https://getbootstrap.com/docs/5.3/getting-started/contents/#css-files
[8]: https://github.com/features/actions
[9]: https://pages.github.com/
80 changes: 40 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@idea2app/taro-vant-mobx-ts",
"name": "@ideamall/mini-app",
"version": "1.0.0",
"private": true,
"description": "Taro project scaffold based on TypeScript, Preact, MobX & Vant",
Expand All @@ -21,67 +21,67 @@
"ios >= 8"
],
"dependencies": {
"@antmjs/vantui": "^3.0.0",
"@authing/miniapp-taro": "^5.1.6",
"@babel/runtime": "^7.21.5",
"@antmjs/vantui": "^3.1.4",
"@authing/miniapp-taro": "^5.1.9",
"@babel/runtime": "^7.22.6",
"@ideamall/data-model": "^1.0.0-rc.2",
"@tarojs/components": "3.6.6",
"@tarojs/helper": "3.6.6",
"@tarojs/plugin-framework-react": "3.6.6",
"@tarojs/plugin-html": "3.6.6",
"@tarojs/plugin-http": "^3.6.6",
"@tarojs/plugin-platform-alipay": "3.6.6",
"@tarojs/plugin-platform-h5": "^3.6.6",
"@tarojs/plugin-platform-jd": "3.6.6",
"@tarojs/plugin-platform-qq": "3.6.6",
"@tarojs/plugin-platform-swan": "3.6.6",
"@tarojs/plugin-platform-tt": "3.6.6",
"@tarojs/plugin-platform-weapp": "3.6.6",
"@tarojs/runtime": "3.6.6",
"@tarojs/shared": "3.6.6",
"@tarojs/taro": "3.6.6",
"@tarojs/components": "3.6.9",
"@tarojs/helper": "3.6.9",
"@tarojs/plugin-framework-react": "3.6.9",
"@tarojs/plugin-html": "3.6.9",
"@tarojs/plugin-http": "3.6.9",
"@tarojs/plugin-platform-alipay": "3.6.9",
"@tarojs/plugin-platform-h5": "3.6.9",
"@tarojs/plugin-platform-jd": "3.6.9",
"@tarojs/plugin-platform-qq": "3.6.9",
"@tarojs/plugin-platform-swan": "3.6.9",
"@tarojs/plugin-platform-tt": "3.6.9",
"@tarojs/plugin-platform-weapp": "3.6.9",
"@tarojs/runtime": "3.6.9",
"@tarojs/shared": "3.6.9",
"@tarojs/taro": "3.6.9",
"@vant/area-data": "^1.4.1",
"@vant/icons": "^2.0.1",
"bootstrap": "^5.2.3",
"bootstrap": "^5.3.0",
"classnames": "^2.3.2",
"koajax": "^0.8.4",
"lodash.debounce": "^4.0.8",
"mobx": "^4.15.7",
"mobx-i18n": "^0.3.14",
"mobx-i18n": "^0.3.15",
"mobx-react": "^6.3.1",
"mobx-restful": "^0.6.3",
"preact": "^10.13.2",
"mobx-restful": "^0.6.5",
"preact": "^10.16.0",
"query-string": "^8.1.0",
"web-utility": "^4.0.0"
"web-utility": "^4.0.1"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@octokit/openapi-types": "^17.1.1",
"@babel/core": "^7.22.9",
"@octokit/openapi-types": "^18.0.0",
"@prefresh/babel-plugin": "^0.5.0",
"@prefresh/core": "^1.5.0",
"@prefresh/core": "^1.5.1",
"@prefresh/webpack": "~4.0.0",
"@tarojs/cli": "3.6.6",
"@tarojs/webpack5-runner": "3.6.6",
"@tarojs/cli": "3.6.9",
"@tarojs/webpack5-runner": "3.6.9",
"@types/lodash.debounce": "^4.0.7",
"@types/react": "^18.2.6",
"@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@types/react": "^18.2.16",
"@types/webpack-env": "^1.18.1",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"babel-plugin-import": "^1.13.6",
"babel-preset-taro": "3.6.6",
"babel-preset-taro": "3.6.9",
"cross-env": "^7.0.3",
"eslint": "^8.40.0",
"eslint-config-taro": "3.6.6",
"eslint": "^8.45.0",
"eslint-config-taro": "3.6.9",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"lint-staged": "^13.2.3",
"prettier": "^2.8.8",
"stylelint": "^15.6.1",
"stylelint": "^15.10.2",
"typescript": "~5.0.4",
"webpack": "~5.82.0"
"webpack": "~5.88.2"
},
"prettier": {
"trailingComma": "none",
Expand Down
Loading

0 comments on commit 5471b05

Please sign in to comment.