79 lines
2.4 KiB
JSON
79 lines
2.4 KiB
JSON
{
|
|
"name": "my-mini-app",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "",
|
|
"templateInfo": {
|
|
"name": "vue3-NutUI",
|
|
"typescript": false,
|
|
"css": "Less",
|
|
"framework": "Vue3"
|
|
},
|
|
"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"
|
|
},
|
|
"browserslist": [
|
|
"last 3 versions",
|
|
"Android >= 4.1",
|
|
"ios >= 8"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.7.7",
|
|
"@nutui/icons-vue": "^0.1.1",
|
|
"@nutui/nutui-taro": "^4.2.8",
|
|
"@tarojs/components": "4.1.6",
|
|
"@tarojs/helper": "4.1.6",
|
|
"@tarojs/plugin-framework-vue3": "4.1.6",
|
|
"@tarojs/plugin-html": "4.1.6",
|
|
"@tarojs/plugin-platform-alipay": "4.1.6",
|
|
"@tarojs/plugin-platform-h5": "4.1.6",
|
|
"@tarojs/plugin-platform-jd": "4.1.6",
|
|
"@tarojs/plugin-platform-qq": "4.1.6",
|
|
"@tarojs/plugin-platform-swan": "4.1.6",
|
|
"@tarojs/plugin-platform-tt": "4.1.6",
|
|
"@tarojs/plugin-platform-weapp": "4.1.6",
|
|
"@tarojs/runtime": "4.1.6",
|
|
"@tarojs/shared": "4.1.6",
|
|
"@tarojs/taro": "4.1.6",
|
|
"crypto-js": "^4.2.0",
|
|
"echarts": "^5.6.0",
|
|
"echarts-for-weixin": "^1.0.2",
|
|
"vue": "^3.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.8.0",
|
|
"@nutui/auto-import-resolver": "^1.0.0",
|
|
"@tarojs/cli": "4.1.6",
|
|
"@tarojs/vite-runner": "4.1.6",
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"@vitejs/plugin-vue-jsx": "^3.0.0",
|
|
"babel-preset-taro": "4.1.6",
|
|
"eslint": "^8.12.0",
|
|
"eslint-config-taro": "4.1.6",
|
|
"eslint-plugin-vue": "^8.0.0",
|
|
"less": "^4.1.3",
|
|
"postcss": "^8.4.18",
|
|
"stylelint": "^14.4.0",
|
|
"terser": "^5.16.8",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"vite": "^4.2.0"
|
|
}
|
|
}
|