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.
77 lines
2.4 KiB
77 lines
2.4 KiB
{
|
|
"name": "ztb-client-mini",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "",
|
|
"templateInfo": {
|
|
"name": "default",
|
|
"url": "http://git.qniao.cn/comm-tech-comp/qn/src/branch/master/packages/qn-cli/templates/default",
|
|
"typescript": true,
|
|
"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: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:quickapp": "npm run build:quickapp -- --watch",
|
|
"tailwind": "rimraf .taro-plugin-tailwind && taro tailwind --init"
|
|
},
|
|
"browserslist": [
|
|
"last 3 versions",
|
|
"Android >= 4.1",
|
|
"ios >= 8"
|
|
],
|
|
"author": "xpz2018 <107107461@qq.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.7.7",
|
|
"@nutui/nutui-taro": "^3.0.3",
|
|
"@qnjs/c": "0.1.9",
|
|
"@qnjs/qn": "0.1.9",
|
|
"@qnjs/shared": "0.1.9",
|
|
"@tarojs/components": "3.3.2",
|
|
"@tarojs/plugin-html": "3.3.2",
|
|
"@tarojs/runtime": "3.3.2",
|
|
"@tarojs/taro": "3.3.2",
|
|
"crypto-js": "^4.1.1",
|
|
"lodash-es": "^4.17.21",
|
|
"vue": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.8.0",
|
|
"@qnjs/cli": "0.1.9",
|
|
"@tarojs/cli": "3.3.2",
|
|
"@tarojs/mini-runner": "3.3.2",
|
|
"@tarojs/plugin-sass": "^2.2.10",
|
|
"@tarojs/webpack-runner": "3.3.2",
|
|
"@types/webpack-env": "^1.13.6",
|
|
"@typescript-eslint/eslint-plugin": "^2.x",
|
|
"@typescript-eslint/parser": "^2.x",
|
|
"@vue/compiler-sfc": "^3.0.0",
|
|
"babel-preset-taro": "3.3.2",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-taro": "3.3.2",
|
|
"eslint-plugin-vue": "^7.0.0",
|
|
"rimraf": "^3.0.2",
|
|
"stats-webpack-plugin": "^0.7.0",
|
|
"stylelint": "9.3.0",
|
|
"taro-plugin-tailwind": "^1.2.0",
|
|
"typescript": "^3.7.0",
|
|
"vue-loader": "^16.0.0-beta.8",
|
|
"webpack-bundle-analyzer": "^4.4.2"
|
|
},
|
|
"main": "index.js",
|
|
"repository": "http://git.qniao.cn/libo/ztb-client-weapp.git"
|
|
}
|