{
  "name": "@elune/kufm-storybook",
  "version": "0.0.1",
  "author": "swcbo",
  "license": "MIT",
  "main": "lib/cjs/index.js",
  "module": "lib/es/index.js",
  "browser": "lib/umd/index.js",
  "types": "typings/index.d.ts",
  "description": "Form for React",
  "scripts": {
    "storybook": "start-storybook --port 6007",
    "build-storybook": "build-storybook",
    "preview-storybook": "http-server storybook-static --port 6007 --silent",
    "test": "wait-on tcp:6007 && test-storybook --url 'http://localhost:6007'",
    "test-ci": "run-p --race test preview-storybook"
  },
  "devDependencies": {
    "@babel/core": "^7.15.5",
    "@babel/plugin-transform-runtime": "^7.15.0",
    "@babel/preset-env": "^7.15.6",
    "@storybook/addon-a11y": "^6.5.0",
    "@storybook/addon-docs": "^6.5.0",
    "@storybook/addon-essentials": "^6.5.0",
    "@storybook/builder-vite": "^0.1.35",
    "@storybook/react": "^6.5.0",
    "@storybook/test-runner": "0.1.0",
    "@types/lodash-es": "^4.17.6",
    "@typescript-eslint/parser": "^4.31.1",
    "@vitejs/plugin-react": "^1.3.0",
    "antd": "^4.20.6",
    "core-js": "^3.23.3",
    "eslint-plugin-react": "^7.25.1",
    "eslint-plugin-react-hooks": "^4.2.0",
    "http-server": "^14.1.0",
    "jest": "^27.5.1",
    "npm-run-all": "^4.1.5",
    "react": "^17.x.x",
    "react-dom": "^17.x.x",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-size-snapshot": "^0.12.0",
    "rollup-plugin-terser": "^7.0.2",
    "ts-node": "^10.7.0",
    "vite": "2.9.6",
    "vite-plugin-style-import": "^1.0.1",
    "wait-on": "^6.0.1"
  },
  "dependencies": {
    "@elune/kufm": "workspace:*"
  }
}
