{ "name": "android-cloud-h5", "version": "1.0.0", "private": true, "scripts": { "dev": "nuxt --mode development", "dev:test": "nuxt --mode test", "dev:uat": "nuxt --mode uat", "dev:prod": "nuxt --mode production", "build": "npm run build:dev", "build:dev": "nuxt build --mode development", "build:test": "nuxt build --mode test", "build:uat": "nuxt build --mode uat", "build:prod": "nuxt build --mode production", "start": "nuxt start", "generate": "nuxt generate", "lint:js": "eslint --ext \".js,.vue\" --ignore-path .eslintignore .", "lint:style": "stylelint \"**/*.{css,scss,sass,html,vue}\" --ignore-path .stylelintignore", "lint:prettier": "prettier --check .", "lint": "npm run lint:js && npm run lint:style && npm run lint:prettier", "lintfix": "prettier --write --list-different . && npm run lint:js -- --fix && npm run lint:style -- --fix" }, "dependencies": { "@nuxtjs/auth-next": "5.0.0-1648802546.c9880dc", "@nuxtjs/axios": "^5.13.6", "axios": "^0.27.2", "bignumber.js": "^9.1.2", "callapp-lib": "^3.5.2", "clipboard": "^2.0.11", "clipboard-polyfill": "^4.0.0-rc1", "clipboardy": "^3.0.0", "copy-to-clipboard": "^3.3.2", "core-js": "^3.19.3", "crypto-js": "^4.2.0", "dayjs": "^1.11.3", "format-number": "^3.0.0", "jmuxer": "^2.0.4", "js-sha256": "^0.10.1", "jsencrypt": "^3.2.1", "jweixin-module": "^1.6.0", "lodash": "^4.17.21", "nativeshare": "^2.1.5", "normalize.css": "^8.0.1", "numeral": "^2.0.6", "nuxt": "^2.15.8", "v-mask": "^2.3.0", "vant": "^2.12.47", "vconsole": "^3.14.6", "vee-validate": "^3.4.14", "vue": "^2.7.8", "vue-clipboard2": "^0.3.3", "vue-data-dict": "^1.0.6", "vue-lottie": "^0.2.1", "vue-server-renderer": "^2.7.8", "vue-template-compiler": "^2.7.8", "vuetify": "^2.6.1", "webpack": "^4.46.0" }, "devDependencies": { "@babel/core": "^7", "@commitlint/cli": "^15.0.0", "@commitlint/config-conventional": "^15.0.0", "@mdi/font": "^7.0.96", "@nuxtjs/dotenv": "^1.4.1", "@nuxtjs/style-resources": "^1.2.1", "@nuxtjs/vuetify": "^1.12.3", "@unocss/nuxt": "^0.43", "@vue/runtime-dom": "^3.2.37", "babel-plugin-import": "^1.13.5", "less": "^4.1.3", "less-loader": "^7.3.0", "lqip-loader": "^2.2.1", "postcss": "^8", "postcss-html": "^1.3.0", "postcss-loader": "^4", "postcss-px-to-viewport": "https://github.com/evrone/postcss-px-to-viewport/tarball/master", "prettier": "^2.5.1", "unplugin-vue-components": "^0.19.6" } }