Cchilinglingv2.0.0
26b32b22创建于 2024年12月12日历史提交
{
  "name": "@opentiny/tiny-engine-i18n-host",
  "version": "2.0.0",
  "publishConfig": {
    "access": "public"
  },
  "description": "webcomponent vue i18n host",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "lint": "eslint . --ext .js,.vue --fix",
    "format": "prettier --write **/*{.vue,.js,.ts,.html,.json}",
    "publish:npm": "npm run build && npm publish --verbose"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "main": "dist/lowcode-design-i18n-host.umd.js",
  "module": "dist/lowcode-design-i18n-host.es.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/opentiny/tiny-engine",
    "directory": "packages/i18n"
  },
  "bugs": {
    "url": "https://github.com/opentiny/tiny-engine/issues"
  },
  "author": "OpenTiny Team",
  "license": "MIT",
  "homepage": "https://opentiny.design/tiny-engine",
  "dependencies": {
    "@opentiny/tiny-engine-webcomponent-core": "workspace:*"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^5.1.2",
    "babel-eslint": "^10.1.0",
    "eslint": "^7.32.0",
    "eslint-plugin-import": "^2.24.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.1.0",
    "eslint-plugin-standard": "^4.0.0",
    "eslint-plugin-vue": "^7.17.0",
    "prettier": "^2.4.0",
    "vite": "^5.4.2"
  },
  "peerDependencies": {
    "vue": "^3.4.15",
    "vue-i18n": "^9.9.0"
  }
}