axios-miniprogram/examples/taro/package.json

70 lines
2.4 KiB
JSON
Raw Normal View History

2023-05-05 10:59:37 +08:00
{
2023-08-15 15:43:24 +08:00
"name": "@examples/taro",
2023-05-05 10:59:37 +08:00
"private": true,
"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",
2023-08-12 15:48:36 +08:00
"build:dd": "taro build --type dd",
2023-08-13 14:04:06 +08:00
"build:lark": "taro build --type lark",
"build:kwai": "taro build --type kwai",
2023-05-05 10:59:37 +08:00
"build:quickapp": "taro build --type quickapp",
"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",
2023-08-12 15:48:36 +08:00
"dev:dd": "npm run build:dd -- --watch",
2023-08-13 14:04:06 +08:00
"dev:lark": "npm run build:lark -- --watch",
"dev:kwai": "npm run build:kwai -- --watch",
2023-05-05 10:59:37 +08:00
"dev:quickapp": "npm run build:quickapp -- --watch"
},
"dependencies": {
"@babel/runtime": "^7.7.7",
"@tarojs/components": "3.6.6",
"@tarojs/helper": "3.6.6",
"@tarojs/plugin-framework-vue3": "3.6.6",
"@tarojs/plugin-platform-alipay": "3.6.6",
"@tarojs/plugin-platform-h5": "3.6.6",
"@tarojs/plugin-platform-jd": "3.6.6",
"@tarojs/plugin-platform-qq": "3.6.6",
"@tarojs/plugin-platform-swan": "3.6.6",
"@tarojs/plugin-platform-tt": "3.6.6",
"@tarojs/plugin-platform-weapp": "3.6.6",
"@tarojs/runtime": "3.6.6",
"@tarojs/shared": "3.6.6",
"@tarojs/taro": "3.6.6",
2023-05-09 20:35:31 +08:00
"axios-miniprogram": "workspace:*",
2023-05-05 10:59:37 +08:00
"vue": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@tarojs/cli": "3.6.6",
2023-05-09 20:35:31 +08:00
"@tarojs/plugin-html": "^3.6.6",
2023-08-12 15:48:36 +08:00
"@tarojs/plugin-platform-alipay-dd": "^0.3.0",
2023-08-15 15:43:24 +08:00
"@tarojs/plugin-platform-kwai": "^6.0.0",
"@tarojs/plugin-platform-lark": "^1.1.4",
2023-05-05 10:59:37 +08:00
"@tarojs/webpack5-runner": "3.6.6",
"@types/webpack-env": "^1.13.6",
"@vue/babel-plugin-jsx": "^1.0.6",
"@vue/compiler-sfc": "^3.0.0",
"babel-preset-taro": "3.6.6",
"css-loader": "3.4.2",
"eslint-plugin-vue": "^8.0.0",
"postcss": "^8.4.18",
"style-loader": "1.3.0",
"stylelint": "^14.4.0",
"vue-eslint-parser": "^9.2.0",
"vue-loader": "^17.0.0",
"webpack": "5.78.0"
}
}