You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
93 lines
2.8 KiB
93 lines
2.8 KiB
{
|
|
"name": "jf_20250608",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "",
|
|
"templateInfo": {
|
|
"name": "default",
|
|
"typescript": false,
|
|
"css": "Less",
|
|
"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": {
|
|
"development": [
|
|
"defaults and fully supports es6-module",
|
|
"maintained node versions"
|
|
],
|
|
"production": [
|
|
"last 3 versions",
|
|
"Android >= 4.1",
|
|
"ios >= 8"
|
|
]
|
|
},
|
|
"author": "",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.24.4",
|
|
"@tarojs/components": "4.1.2",
|
|
"@tarojs/helper": "4.1.2",
|
|
"@tarojs/plugin-framework-react": "4.1.2",
|
|
"@tarojs/plugin-platform-alipay": "4.1.2",
|
|
"@tarojs/plugin-platform-h5": "4.1.2",
|
|
"@tarojs/plugin-platform-harmony-hybrid": "4.1.2",
|
|
"@tarojs/plugin-platform-jd": "4.1.2",
|
|
"@tarojs/plugin-platform-qq": "4.1.2",
|
|
"@tarojs/plugin-platform-swan": "4.1.2",
|
|
"@tarojs/plugin-platform-tt": "4.1.2",
|
|
"@tarojs/plugin-platform-weapp": "4.1.2",
|
|
"@tarojs/react": "4.1.2",
|
|
"@tarojs/runtime": "4.1.2",
|
|
"@tarojs/shared": "4.1.2",
|
|
"@tarojs/taro": "4.1.2",
|
|
"ahooks": "^3.8.5",
|
|
"antd-mobile": "^5.39.0",
|
|
"axios": "^1.10.0",
|
|
"classnames": "^2.5.1",
|
|
"lodash": "^4.17.21",
|
|
"md5": "^2.3.0",
|
|
"qrcode.react": "^4.2.0",
|
|
"react": "^18.0.0",
|
|
"react-copy-to-clipboard": "^5.1.0",
|
|
"react-dom": "^18.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.24.4",
|
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
"@babel/plugin-transform-class-properties": "7.25.9",
|
|
"@babel/preset-react": "^7.24.1",
|
|
"@tarojs/cli": "4.1.2",
|
|
"@tarojs/vite-runner": "4.1.2",
|
|
"@types/react": "^18.0.0",
|
|
"@vitejs/plugin-react": "^4.3.0",
|
|
"babel-preset-taro": "4.1.2",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-taro": "4.1.2",
|
|
"eslint-plugin-react": "^7.34.1",
|
|
"eslint-plugin-react-hooks": "^4.4.0",
|
|
"less": "^4.2.0",
|
|
"postcss": "^8.4.38",
|
|
"react-refresh": "^0.14.0",
|
|
"stylelint": "^16.4.0",
|
|
"terser": "^5.30.4",
|
|
"vite": "^4.2.0"
|
|
}
|
|
}
|
|
|