{
  "name": "@mamba-le/plugin-nuxt",
  "version": "0.3.7",
  "private": false,
  "description": "nuxt 的配置扩展以及 配合基础库使用的 页面组件",
  "author": "lengyingxin <lengyingxin8966@gmail.com> (https://github.com/LengYXin)",
  "homepage": "https://github.com/LengYXin",
  "license": "MIT",
  "main": "lib/index.js",
  "module": "lib/index.es.js",
  "components": "test/index.es.js",
  "type": "commonjs",
  "bin": {},
  "engines": {
    "node": ">=16.0.0"
  },
  "scripts": {
    "build": "rimraf ./lib && rollup -c",
    "watch": "rollup -c -w",
    "release": "npm publish --registry https://maven.xpaas.lenovo.com/nexus/repository/Hawkeye",
    "release:public": "npm publish --registry https://registry.npmjs.org --access public",
    "test": "jest tests/controller/product"
  },
  "keywords": [
    "mamba-le",
    "rxjs",
    "mobx",
    "vue",
    "component",
    "components",
    "react"
  ],
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib",
    "src",
    "components",
    "template",
    "typings",
    "tsconfig.json"
  ],
  "publishConfig": {},
  "dependencies": {
    "@nuxt/types": "^2.15.8",
    "@nuxt/typescript-build": "^2.1.0",
    "@nuxtjs/composition-api": "^0.32.0",
    "@nuxtjs/proxy": "^2.1.0",
    "@nuxtjs/tailwindcss": "^5.3.3",
    "@vue/composition-api": "^1.6.0",
    "babel-core": "^7.0.0-bridge.0",
    "babel-jest": "^27.5.1",
    "babel-plugin-import": "^1.13.3",
    "babel-plugin-lodash": "^3.3.4",
    "core-js": "~3.x",
    "cors": "^2.8.5",
    "less": "~3.x",
    "less-loader": "~7.3.0",
    "mobx-vue": "<2.1.0",
    "moment-locales-webpack-plugin": "^1.2.0",
    "postcss-px-to-viewport": "^1.1.1",
    "vue-class-component": "^7.2.6",
    "vue-draggable-resizable": "^2.3.0",
    "vue-i18n": "~8.x",
    "vue-property-decorator": "^9.1.2",
    "vuedraggable": "^2.24.3",
    "webpack-theme-color-replacer": "^1.4.1"
  },
  "devDependencies": {
    "@mamba/clients": "^0.3.7",
    "@vue/test-utils": "^1.3.0",
    "ag-grid-community": "~27.1.x",
    "ag-grid-enterprise": "~27.1.x",
    "ag-grid-vue": "~27.1.x",
    "ant-design-vue": "^1.x",
    "cross-env": "^7.0.3",
    "lodash": "^4.17.21",
    "lodash-decorators": "^6.0.1",
    "nuxt": "^2.15.8",
    "query-string": "^7.1.1",
    "rollup": "^2.72.0",
    "rxjs": "^7.5.5",
    "typescript": "~4.2"
  },
  "resolutions": {
    "vue": "2.6.14",
    "vue-server-renderer": "2.6.14",
    "vue-template-compiler": "2.6.14",
    "tslib": "^2.1.0"
  }
}
