{
  "name": "@fortissimo/component",
  "author": "qinshixixing",
  "version": "0.15.0",
  "license": "Apache",
  "description": "react组件库",
  "sideEffects": false,
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qinshixixing/fortissimo.git",
    "directory": "packages/component"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "main": "dist/index.js",
  "types": "src/index.ts",
  "files": [
    "dist",
    "src",
    "type"
  ],
  "dependencies": {
    "@amap/amap-react": "^0.1.5",
    "@fortissimo-deps/react-h5-audio-player": "^1.0.0",
    "@wangeditor/editor": "^5.0.1",
    "@wangeditor/editor-for-react": "^1.0.2",
    "griffith": "^1.29.0",
    "immutability-helper": "^3.1.1",
    "react-dnd": "^15.1.2",
    "react-dnd-html5-backend": "^16.0.1",
    "react-resizable": "^3.0.4"
  }
}
