|
@@ -0,0 +1,75 @@
|
|
|
|
+{
|
|
|
|
+ "name": "wx-csbwg-minapp",
|
|
|
|
+ "version": "1.0.0",
|
|
|
|
+ "private": true,
|
|
|
|
+ "description": "无锡慈善博物馆-小程序",
|
|
|
|
+ "templateInfo": {
|
|
|
|
+ "name": "mobx",
|
|
|
|
+ "typescript": true,
|
|
|
|
+ "css": "sass"
|
|
|
|
+ },
|
|
|
|
+ "scripts": {
|
|
|
|
+ "build:weapp": "cross-env TARO_APP_API=https://sit-wuxicishan.4dage.com taro build --type weapp",
|
|
|
|
+ "build:swan": "taro build --type swan",
|
|
|
|
+ "build:alipay": "taro build --type alipay",
|
|
|
|
+ "build:tt": "taro build --type tt",
|
|
|
|
+ "build:h5": "taro build --type h5",
|
|
|
|
+ "build:rn": "taro build --type rn",
|
|
|
|
+ "build:qq": "taro build --type qq",
|
|
|
|
+ "build:quickapp": "taro build --type quickapp",
|
|
|
|
+ "dev:weapp": "cross-env TARO_APP_API=https://sit-wuxicishan.4dage.com 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": "cross-env TARO_APP_API=https://sit-wuxicishan.4dage.com npm run build:h5 -- --watch",
|
|
|
|
+ "dev:rn": "npm run build:rn -- --watch",
|
|
|
|
+ "dev:qq": "npm run build:qq -- --watch",
|
|
|
|
+ "dev:quickapp": "npm run build:quickapp -- --watch"
|
|
|
|
+ },
|
|
|
|
+ "browserslist": [
|
|
|
|
+ "last 3 versions",
|
|
|
|
+ "Android >= 4.1",
|
|
|
|
+ "ios >= 8"
|
|
|
|
+ ],
|
|
|
|
+ "author": "",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@babel/runtime": "^7.7.7",
|
|
|
|
+ "@dage/hooks": "^1.0.1",
|
|
|
|
+ "@dage/service": "^1.0.3",
|
|
|
|
+ "@tarojs/components": "3.4.9",
|
|
|
|
+ "@tarojs/plugin-framework-react": "3.4.9",
|
|
|
|
+ "@tarojs/react": "3.4.9",
|
|
|
|
+ "@tarojs/runtime": "3.4.9",
|
|
|
|
+ "@tarojs/taro": "3.4.9",
|
|
|
|
+ "async-validator": "^4.2.5",
|
|
|
|
+ "classnames": "^2.5.1",
|
|
|
|
+ "mobx": "^4.8.0",
|
|
|
|
+ "mobx-react": "^6.1.4",
|
|
|
|
+ "react": "^17.0.0",
|
|
|
|
+ "react-dom": "^17.0.0",
|
|
|
|
+ "taro-ui": "^3.3.0"
|
|
|
|
+ },
|
|
|
|
+ "devDependencies": {
|
|
|
|
+ "@babel/core": "^7.8.0",
|
|
|
|
+ "@tarojs/mini-runner": "3.4.9",
|
|
|
|
+ "@tarojs/webpack-runner": "3.4.9",
|
|
|
|
+ "@types/react": "^17.0.2",
|
|
|
|
+ "@types/sass": "1.43.1",
|
|
|
|
+ "@types/webpack-env": "^1.13.6",
|
|
|
|
+ "@typescript-eslint/eslint-plugin": "^5.20.0",
|
|
|
|
+ "@typescript-eslint/parser": "^5.20.0",
|
|
|
|
+ "babel-preset-taro": "3.4.9",
|
|
|
|
+ "cross-env": "^7.0.3",
|
|
|
|
+ "eslint": "^8.12.0",
|
|
|
|
+ "eslint-config-taro": "3.4.9",
|
|
|
|
+ "eslint-plugin-import": "^2.12.0",
|
|
|
|
+ "eslint-plugin-react": "^7.8.2",
|
|
|
|
+ "eslint-plugin-react-hooks": "^4.2.0",
|
|
|
|
+ "stylelint": "9.3.0",
|
|
|
|
+ "typescript": "^4.1.0"
|
|
|
|
+ },
|
|
|
|
+ "resolutions": {
|
|
|
|
+ "query-string": "7.1.3"
|
|
|
|
+ }
|
|
|
|
+}
|