Init Commit
Showing
.eslintignore
0 → 100644
.eslintrc
0 → 100644
.npmrc
0 → 100644
config/prod.js
0 → 100644
config/prod.ts
deleted
100644 → 0
global.d.ts
0 → 100644
index.js
deleted
100644 → 0
package-lock.json
deleted
100644 → 0
This diff is collapsed.
{ | ||
"name": "taro-multi", | ||
"name": "LogwireMobile", | ||
"version": "1.0.0", | ||
"private": true, | ||
"description": "y", | ||
"description": "Logwire 移动端代码,包括 APP、小程序", | ||
"templateInfo": { | ||
"name": "mobx", | ||
"name": "default", | ||
"typescript": true, | ||
"css": "sass" | ||
}, | ||
... | ... | @@ -15,74 +15,73 @@ |
"build:tt": "taro build --type tt", | ||
"build:h5": "taro build --type h5", | ||
"build:rn": "taro build --type rn", | ||
"build:rn-ios": "taro build --type rn --platform ios", | ||
"build:rn-android": "taro build --type rn --platform android", | ||
"build:qq": "taro build --type qq", | ||
"build:jd": "taro build --type jd", | ||
"build:quickapp": "taro build --type quickapp", | ||
"dev:weapp": "npm run build:weapp -- --watch", | ||
"dev:swan": "npm run build:swan -- --watch", | ||
"dev:alipay": "npm run build:alipay -- --watch", | ||
"dev:tt": "npm run build:tt -- --watch", | ||
"dev:h5": "npm run build:h5 -- --watch", | ||
"dev:rn": "npm run build:rn -- --watch", | ||
"dev:rn": "npm run build:rn -- --watch --qr", | ||
"dev:qq": "npm run build:qq -- --watch", | ||
"dev:quickapp": "npm run build:quickapp -- --watch" | ||
"dev:jd": "npm run build:jd -- --watch", | ||
"dev:quickapp": "npm run build:quickapp -- --watch", | ||
"publish:pages": "yarn build:h5 && yarn gh-pages -d dist/h5 -t" | ||
}, | ||
"browserslist": [ | ||
"last 3 versions", | ||
"Android >= 4.1", | ||
"ios >= 8" | ||
], | ||
"author": "", | ||
"license": "MIT", | ||
"author": "qiuz", | ||
"lint-staged": { | ||
"*.{js,jsx,ts,tsx}": [ | ||
"eslint --fix" | ||
] | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.7.7", | ||
"@tarojs/components": "3.6.16", | ||
"@tarojs/components-rn": "^3.6.24", | ||
"@tarojs/helper": "3.6.16", | ||
"@tarojs/plugin-framework-react": "3.6.16", | ||
"@tarojs/plugin-platform-alipay": "3.6.16", | ||
"@tarojs/plugin-platform-h5": "3.6.16", | ||
"@tarojs/plugin-platform-jd": "3.6.16", | ||
"@tarojs/plugin-platform-qq": "3.6.16", | ||
"@tarojs/plugin-platform-swan": "3.6.16", | ||
"@tarojs/plugin-platform-tt": "3.6.16", | ||
"@tarojs/plugin-platform-weapp": "3.6.16", | ||
"@tarojs/react": "3.6.16", | ||
"@tarojs/rn-runner": "^3.6.24", | ||
"@tarojs/rn-supporter": "^3.6.24", | ||
"@tarojs/runtime": "3.6.16", | ||
"@tarojs/runtime-rn": "^3.6.24", | ||
"@tarojs/shared": "3.6.16", | ||
"@tarojs/taro": "3.6.16", | ||
"@tarojs/taro-rn": "^3.6.24", | ||
"expo": "~47.0.3", | ||
"mobx": "5.0.5", | ||
"mobx-react": "6.1.4", | ||
"react": "^18.1.0", | ||
"react-dom": "^18.1.0", | ||
"react-native": "0.72.0" | ||
"@codler/react-native-keyboard-aware-scroll-view": "^2.0.0", | ||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7", | ||
"@tarojs/cli": "^3.5.7", | ||
"@tarojs/components": "^3.5.7", | ||
"@tarojs/plugin-framework-react": "^3.5.7", | ||
"@tarojs/react": "^3.5.7", | ||
"@tarojs/rn-runner": "^3.5.7", | ||
"@tarojs/runtime": "^3.5.7", | ||
"@tarojs/taro": "^3.5.7", | ||
"@tarojs/taro-rn": "^3.5.7", | ||
"lodash": "4.17.21", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-native": "^0.68.2", | ||
"react-refresh": "^0.14.0", | ||
"webpack": "5.69.0", | ||
"taro-ui": "^3.0.0-alpha.3" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.8.0", | ||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5", | ||
"@tarojs/cli": "3.6.16", | ||
"@tarojs/taro-loader": "3.6.16", | ||
"@tarojs/webpack5-runner": "3.6.16", | ||
"@types/node": "^18.15.11", | ||
"@types/react": "^18.0.0", | ||
"@commitlint/cli": "^11.0.0", | ||
"@commitlint/config-conventional": "^11.0.0", | ||
"@tarojs/webpack5-runner": "^3.5.7", | ||
"@types/react": "^17.0.2", | ||
"@types/webpack-env": "^1.13.6", | ||
"@typescript-eslint/eslint-plugin": "^5.20.0", | ||
"@typescript-eslint/parser": "^5.20.0", | ||
"babel-preset-taro": "3.6.16", | ||
"eslint": "^8.12.0", | ||
"eslint-config-taro": "3.6.16", | ||
"@typescript-eslint/eslint-plugin": "^2.x", | ||
"@typescript-eslint/parser": "^2.x", | ||
"babel-preset-taro": "^3.5.7", | ||
"eslint": "^6.8.0", | ||
"eslint-config-taro": "^3.5.7", | ||
"eslint-plugin-import": "^2.12.0", | ||
"eslint-plugin-react": "^7.8.2", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"postcss": "^8.4.18", | ||
"react-refresh": "^0.11.0", | ||
"gh-pages": "^3.1.0", | ||
"husky": "^4.3.5", | ||
"lint-staged": "^10.5.3", | ||
"react-native-linear-gradient": "^2.5.6", | ||
"stylelint": "9.3.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.1.0", | ||
"webpack": "^5.78.0" | ||
"typescript": "^4.1.0" | ||
} | ||
} |
project.tt.json
deleted
100644 → 0
src/app.ts
0 → 100644
src/app.tsx
deleted
100644 → 0
src/pages/index.scss
0 → 100644
src/pages/index.tsx
0 → 100644
src/store/counter.ts
deleted
100644 → 0
types/global.d.ts
deleted
100644 → 0
This diff is collapsed.
Please register or sign in to comment