| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- {
- "name": "payment-mini",
- "version": "1.0.0",
- "private": true,
- "description": "支付宝企业码支付管理平台",
- "templateInfo": {
- "name": "default",
- "typescript": true,
- "css": "Less",
- "framework": "React"
- },
- "scripts": {
- "prepare": "husky",
- "new": "taro new",
- "build:weapp": "taro build --type weapp",
- "build:swan": "taro build --type swan",
- "build:alipay": "taro build --type alipay && node scripts/fix-alipay-event-source.js",
- "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:jd": "taro build --type jd",
- "build:harmony-hybrid": "taro build --type harmony-hybrid",
- "dev:weapp": "npm run build:weapp -- --watch",
- "dev:swan": "npm run build:swan -- --watch",
- "dev:alipay": "taro build --type alipay --watch && node scripts/fix-alipay-event-source.js",
- "dev:tt": "npm run build:tt -- --watch",
- "dev:h5": "npm run build:h5 -- --watch",
- "dev:rn": "npm run build:rn -- --watch",
- "dev:qq": "npm run build:qq -- --watch",
- "dev:jd": "npm run build:jd -- --watch",
- "dev:harmony-hybrid": "npm run build:harmony-hybrid -- --watch",
- "lint": "eslint --ext .ts,.tsx,.js,.jsx src",
- "format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,less,css,md}\"",
- "fix:alipay": "node scripts/fix-alipay-event-source.js"
- },
- "lint-staged": {
- "src/**/*.{ts,tsx,js,jsx}": [
- "eslint --fix",
- "prettier --write"
- ],
- "src/**/*.{json,less,css,md}": [
- "prettier --write"
- ]
- },
- "browserslist": [
- "defaults and fully supports es6-module",
- "maintained node versions"
- ],
- "author": "",
- "dependencies": {
- "@babel/runtime": "^7.24.4",
- "@nutui/nutui-react-taro": "^3.0.19-cpp.26-beta.5",
- "@tarojs/components": "4.1.11",
- "@tarojs/helper": "4.1.11",
- "@tarojs/plugin-framework-react": "4.1.11",
- "@tarojs/plugin-html": "^4.1.11",
- "@tarojs/plugin-platform-alipay": "4.1.11",
- "@tarojs/plugin-platform-h5": "4.1.11",
- "@tarojs/plugin-platform-harmony-hybrid": "4.1.11",
- "@tarojs/plugin-platform-jd": "4.1.11",
- "@tarojs/plugin-platform-qq": "4.1.11",
- "@tarojs/plugin-platform-swan": "4.1.11",
- "@tarojs/plugin-platform-tt": "4.1.11",
- "@tarojs/plugin-platform-weapp": "4.1.11",
- "@tarojs/react": "4.1.11",
- "@tarojs/runtime": "4.1.11",
- "@tarojs/shared": "4.1.11",
- "@tarojs/taro": "4.1.11",
- "humps": "^2.0.1",
- "react": "^18.0.0",
- "react-dom": "^18.0.0",
- "zustand": "^5.0.12"
- },
- "devDependencies": {
- "@babel/core": "^7.24.4",
- "@babel/plugin-transform-class-properties": "7.25.9",
- "@babel/preset-react": "^7.24.1",
- "@commitlint/cli": "^19.8.1",
- "@commitlint/config-conventional": "^19.8.1",
- "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
- "@tarojs/cli": "4.1.11",
- "@tarojs/plugin-generator": "4.1.11",
- "@tarojs/taro-loader": "4.1.11",
- "@tarojs/webpack5-runner": "4.1.11",
- "@types/minimatch": "^5",
- "@types/node": "^18",
- "@types/react": "^18.0.0",
- "@types/webpack-env": "^1.13.6",
- "babel-preset-taro": "4.1.11",
- "eslint": "^8.57.0",
- "eslint-config-taro": "4.1.11",
- "eslint-plugin-react": "^7.34.1",
- "eslint-plugin-react-hooks": "^4.4.0",
- "husky": "^9.1.7",
- "less": "^4.2.0",
- "lint-staged": "^16.1.2",
- "postcss": "^8.5.6",
- "prettier": "^3.8.2",
- "react-refresh": "^0.14.0",
- "stylelint": "^16.4.0",
- "stylelint-config-standard": "^38.0.0",
- "tsconfig-paths-webpack-plugin": "^4.1.0",
- "typescript": "^5.4.5",
- "webpack": "5.91.0"
- }
- }
|