123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "name": "frontui",
- "version": "1.0.0",
- "private": true,
- "description": "xkzh5",
- "templateInfo": {
- "name": "vue3-NutUI",
- "typescript": true,
- "css": "Stylus",
- "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",
- "@tarojs/components": "4.0.8",
- "@tarojs/helper": "4.0.8",
- "@tarojs/plugin-platform-weapp": "4.0.8",
- "@tarojs/plugin-platform-alipay": "4.0.8",
- "@tarojs/plugin-platform-tt": "4.0.8",
- "@tarojs/plugin-platform-swan": "4.0.8",
- "@tarojs/plugin-platform-jd": "4.0.8",
- "@tarojs/plugin-platform-qq": "4.0.8",
- "@tarojs/plugin-platform-h5": "4.0.8",
- "@tarojs/runtime": "4.0.8",
- "@tarojs/shared": "4.0.8",
- "@tarojs/plugin-html": "4.0.8",
- "@tarojs/taro": "4.0.8",
- "@tarojs/plugin-framework-vue3": "4.0.8",
- "vue": "^3.3.0",
- "@nutui/nutui-taro": "^4.2.8"
- },
- "devDependencies": {
- "@nutui/auto-import-resolver": "^1.0.0",
- "unplugin-vue-components": "^0.26.0",
- "@babel/core": "^7.8.0",
- "@tarojs/cli": "4.0.8",
- "@tarojs/vite-runner": "4.0.8",
- "babel-preset-taro": "4.0.8",
- "eslint-config-taro": "4.0.8",
- "eslint": "^8.12.0",
- "stylelint": "^14.4.0",
- "terser": "^5.16.8",
- "vite": "^4.2.0",
- "@vitejs/plugin-vue": "^4.0.0",
- "@vitejs/plugin-vue-jsx": "^3.0.0",
- "eslint-plugin-vue": "^8.0.0",
- "stylus": "^0.59.0",
- "@typescript-eslint/parser": "^6.2.0",
- "@typescript-eslint/eslint-plugin": "^6.2.0",
- "typescript": "^5.1.0",
- "tsconfig-paths-webpack-plugin": "^4.0.1",
- "postcss": "^8.4.18"
- }
- }
|