{
  "name": "@sinm/react-file-tree",
  "description": "react file tree ",
  "version": "1.1.1",
  "main": "lib/index.js",
  "directories": {
    "example": "example"
  },
  "scripts": {
    "test": "jest",
    "prepare": "git submodule update --init --recursive && cp -r github-file-icons/src/file-icons/db github-file-icons/src/file-icons/*.ts src/file-icons",
    "build": "yarn prepare && tsc",
    "start": "yarn tsc && webpack serve",
    "prepublishOnly": "yarn build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pansinm/react-file-tree.git"
  },
  "keywords": [
    "react",
    "explorer",
    "tree"
  ],
  "author": "pansinm <pansinm@foxmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pansinm/react-file-tree/issues"
  },
  "homepage": "https://github.com/pansinm/react-file-tree#readme",
  "dependencies": {
    "@types/react-virtualized": "^9.21.15",
    "react-virtualized": "^9.22.3"
  },
  "devDependencies": {
    "@babel/core": "^7.20.5",
    "@babel/plugin-transform-runtime": "^7.16.4",
    "@babel/preset-env": "^7.16.4",
    "@babel/preset-react": "^7.16.0",
    "@babel/runtime": "^7.16.3",
    "@types/fs-extra": "^9.0.13",
    "@types/lodash": "^4.14.191",
    "@types/mime-types": "^2.1.1",
    "@types/react": "^17.0.36",
    "@types/react-dom": "^17.0.11",
    "babel-loader": "^8.2.3",
    "css-loader": "^6.5.1",
    "fs-extra": "^10.1.0",
    "html-webpack-plugin": "^5.5.0",
    "lodash": "^4.17.21",
    "mime-types": "^2.1.35",
    "react": "^17.0.2",
    "react-contexify": "^5.0.0",
    "react-dom": "^17.0.2",
    "react-hot-loader": "^4.13.0",
    "style-loader": "^3.3.1",
    "ts-loader": "^9.4.2",
    "typescript": "^4.5.2",
    "webpack": "^5.64.2",
    "webpack-cli": "^4.9.1",
    "webpack-dev-server": "^4.5.0"
  },
  "files": [
    "lib",
    "*.css",
    "assets",
    "package.json",
    "github-file-icons/src/file-icons",
    "README.md"
  ]
}
