{
  "name": "@mindverse/container",
  "version": "1.16.7",
  "description": "",
  "keywords": [],
  "license": "ISC",
  "author": "",
  "type": "module",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "yarn && rm -rf ./dist && rollup -c",
    "release": "yarn && rm -rf ./dist && rollup -c && npm publish --access public",
    "start": "react-scripts start"
  },
  "dependencies": {
    "@azure/storage-blob": "^12.14.0",
    "@mindverse/accessor-open": "^1.2.3",
    "@mindverse/avatar": "^1.2.6",
    "@vespaiach/axios-fetch-adapter": "^0.3.1",
    "antd": "~5.5.2",
    "cos-js-sdk-v5": "1.4.18",
    "cron-parser": "^4.8.1",
    "dayjs": "^1.11.9",
    "highlight.js": "^11.8.0",
    "js-audio-recorder": "^1.0.7",
    "lodash": "^4.17.21",
    "marked": "^5.1.1",
    "marked-highlight": "^2.0.1",
    "marked-linkify-it": "^3.0.2",
    "openapi-types": "^12.1.3"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.195",
    "@types/marked": "^5.0.0",
    "@types/react": "^18.2.14",
    "@types/react-dom": "^18.2.6",
    "autoprefixer": "^10.4.14",
    "less": "^4.1.3",
    "postcss": "^8.4.25",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup": "^3.26.2",
    "rollup-plugin-less": "^1.1.3",
    "rollup-plugin-postcss-modules": "^2.1.1",
    "rollup-plugin-typescript2": "^0.35.0",
    "typescript": "^5.1.6"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  }
}
