12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "name": "client",
- "version": "1.0.0",
- "private": true,
- "description": "LineFunQueue - Mini Program",
- "templateInfo": {
- "name": "default",
- "typescript": true,
- "css": "sass",
- "framework": "react"
- },
- "scripts": {
- "build:weapp": "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: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": "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:qq": "npm run build:qq -- --watch",
- "dev:jd": "npm run build:jd -- --watch",
- "dev:harmony-hybrid": "npm run build:harmony-hybrid -- --watch"
- },
- "browserslist": [
- "last 3 versions",
- "Android >= 4.1",
- "ios >= 8"
- ],
- "author": "",
- "dependencies": {
- "@babel/runtime": "^7.24.4",
- "@tarojs/components": "4.0.9",
- "@tarojs/helper": "4.0.9",
- "@tarojs/plugin-framework-react": "4.0.9",
- "@tarojs/plugin-platform-alipay": "4.0.9",
- "@tarojs/plugin-platform-h5": "4.0.9",
- "@tarojs/plugin-platform-harmony-hybrid": "4.0.9",
- "@tarojs/plugin-platform-jd": "4.0.9",
- "@tarojs/plugin-platform-qq": "4.0.9",
- "@tarojs/plugin-platform-swan": "4.0.9",
- "@tarojs/plugin-platform-tt": "4.0.9",
- "@tarojs/plugin-platform-weapp": "4.0.9",
- "@tarojs/react": "4.0.9",
- "@tarojs/runtime": "4.0.9",
- "@tarojs/shared": "4.0.9",
- "@tarojs/taro": "4.0.9",
- "@tarojs/webpack5-runner": "^4.0.9",
- "classnames": "^2.5.1",
- "react": "^18.0.0",
- "react-dom": "^18.0.0"
- },
- "devDependencies": {
- "@babel/core": "^7.24.4",
- "@babel/plugin-proposal-class-properties": "7.14.5",
- "@babel/plugin-syntax-flow": "^7.26.0",
- "@babel/preset-react": "^7.24.1",
- "@babel/preset-typescript": "^7.26.0",
- "@tarojs/cli": "4.0.9",
- "@tarojs/vite-runner": "4.0.9",
- "@types/classnames": "^2.3.4",
- "@types/react": "^18.0.0",
- "@vitejs/plugin-react": "^4.3.0",
- "babel-preset-taro": "4.0.9",
- "eslint": "^8.57.0",
- "eslint-config-taro": "4.0.9",
- "eslint-plugin-react": "^7.34.1",
- "eslint-plugin-react-hooks": "^4.4.0",
- "postcss": "^8.4.38",
- "react-refresh": "^0.14.0",
- "sass": "^1.75.0",
- "stylelint": "^16.4.0",
- "terser": "^5.30.4",
- "tsconfig-paths-webpack-plugin": "^4.2.0",
- "typescript": "^5.4.5",
- "vite": "^4.2.0"
- }
- }
|