{
  "name": "valor-sheet",
  "version": "0.0.32",
  "description": "A spread sheet, just like excel sheet, with formula support.",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "authors": {
    "name": "gouyong",
    "email": "g770728y@163.com"
  },
  "repository": "/valor-sheet",
  "scripts": {
    "sb": "start-storybook",
    "test": "umi test --watch",
    "dev": "father doc dev",
    "build": "father build",
    "jison": "cd ./src/formula-parser/grammar && jison -m js ./grammar.jison && node ./clip_main && cd ../../.."
  },
  "peerDependencies": {
    "tslib": "^2.0.0",
    "classnames": "^2.2.6",
    "rambda": "^4.4.0",
    "rambdax": "^3.5.0",
    "react": "^16.8.0",
    "react-dom": "^16.8.0",
    "valor-app-utils": "^1.0.70",
    "valor-hooks": "^1.0.0"
  },
  "devDependencies": {
    "tslib": "^2.0.0",
    "@types/uuid": "^3.4.7",
    "@storybook/react": "^5.2.6",
    "@types/classnames": "^2.2.9",
    "@types/enzyme": "^3.10.5",
    "@types/enzyme-adapter-react-16": "^1.0.6",
    "@types/jest": "^24.0.23",
    "@types/shallowequal": "^1.1.1",
    "@types/storybook__react": "^4.0.2",
    "awesome-typescript-loader": "^5.2.1",
    "father": "^2.16.0",
    "jison": "^0.4.18",
    "typescript": "^3.3.3"
  },
  "license": "MIT",
  "dependencies": {
    "uuid": "^3.3.2",
    "valor-app-utils": "^1.0.70",
    "valor-random-ui": "^1.0.8",
    "valor-hooks": "^1.0.0",
    "fast-deep-equal": "^3.1.1",
    "fuzzy": "^0.1.3",
    "rambda": "^4.4.0",
    "rambdax": "^3.5.0",
    "shallowequal": "^1.1.0",
    "unistore": "^3.5.1",
    "use-onclickoutside": "^0.3.1",
    "valor-unistore-undo": "^1.0.11",
    "xstate": "^4.7.6"
  }
}
