四好公路
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.
 
 
 
 

70 lines
2.1 KiB

{
"name": "fs-wxapp-taro3",
"version": "1.0.0",
"private": true,
"description": "飞尚小程序taro3模板",
"templateInfo": {
"name": "redux",
"typescript": false,
"css": "sass"
},
"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:quickapp": "taro build --type quickapp",
"start": "npm run build:weapp -- --watch",
"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:quickapp": "npm run build:quickapp -- --watch"
},
"browserslist": [
"last 3 versions",
"Android >= 4.1",
"ios >= 8"
],
"author": "",
"license": "MIT",
"dependencies": {
"@antv/f2-canvas": "^1.0.5",
"@antv/wx-f2": "^1.1.4",
"@babel/runtime": "^7.7.7",
"@tarojs/components": "3.1.4",
"@tarojs/react": "3.1.4",
"@tarojs/runtime": "3.1.4",
"@tarojs/taro": "3.1.4",
"dayjs": "^1.9.8",
"deepmerge": "^4.0.0",
"moment": "^2.29.1",
"react": "^16.10.0",
"react-dom": "^16.10.0",
"swr": "^0.5.4",
"taro-ui": "^3.0.0-alpha.10"
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@tarojs/mini-runner": "3.1.4",
"@tarojs/webpack-runner": "3.1.4",
"@types/react": "^16.0.0",
"@types/webpack-env": "^1.16.0",
"babel-preset-taro": "3.1.4",
"blueimp-md5": "^2.12.0",
"eslint": "^7.22.0",
"eslint-config-taro": "3.1.4",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"stylelint": "^13.12.0"
}
}