{
  "name": "@carrot-farm/mongsil-ui",
  "version": "0.2.31",
  "description": "react ui library",
  "license": "MIT",
  "author": "chohoki@gmail.com",
  "homepage": "https://github.com/carrot-farm/mongsil-ui#readme",
  "packageManager": "yarn@3.0.3",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "scripts": {
    "dev": "webpack serve --open --config webpack.dev.js",
    "start": "concurrently \"yarn tw:watch\" \"yarn dev\"",
    "build": "npm-run-all cleanup build:esm build:cjs tw:build postcss:build",
    "build:esm": "tsc --outDir dist/esm",
    "build:cjs": "tsc --outDir dist/cjs --module commonjs",
    "build:webpack": "webpack --config webpack.prod.js",
    "cleanup": "rm -rf dist",
    "lint": "eslint ./src/**/*.tsx --fix",
    "format": "prettier --write ./src",
    "test": "jest --config=jest.config.js",
    "test:watch": "jest --config=jest.config.js --watch",
    "tw:watch": "TAILWIND_MODE=watch tailwindcss ./src/tailwind.css -o ./src/tailwind_out.css --watch --minify",
    "tw:build": "tailwindcss build ./src/tailwind.css -o ./src/tailwind_out.css --minify",
    "postcss:build": "postcss ./src/tailwind_out.css -o ./dist/style.css ",
    "sb": "concurrently \"yarn tw:watch\" \"yarn start-storybook -p 6006\"",
    "sb:build": "build-storybook"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/carrot-farm/mongsil-ui.git"
  },
  "files": [
    "tsconfig.json",
    "dist"
  ],
  "lint-staged": {
    "src/**/*.{ts,tsx}": [
      "eslint --ext .tsx --ext .ts src/ --fix"
    ],
    "./src/**": [
      "prettier --write ."
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "keywords": [
    "react",
    "ui",
    "Neumorphism"
  ],
  "bugs": {
    "url": "https://github.com/carrot-farm/mongsil-ui/issues"
  },
  "devDependencies": {
    "@babel/core": "^7.16.0",
    "@mdx-js/react": "^1.6.22",
    "@storybook/addon-actions": "^6.3.12",
    "@storybook/addon-docs": "^6.3.12",
    "@storybook/addon-essentials": "^6.3.12",
    "@storybook/addon-links": "^6.3.12",
    "@storybook/addon-postcss": "^2.0.0",
    "@storybook/react": "^6.3.12",
    "@testing-library/dom": "^8.5.0",
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^12.1.0",
    "@testing-library/user-event": "^13.2.1",
    "@types/jest": "^27.0.1",
    "@types/react": "^17.0.24",
    "@types/react-dom": "^17.0.9",
    "@types/tailwindcss": "^2.2.4",
    "@types/testing-library__jest-dom": "^5.14.1",
    "@typescript-eslint/eslint-plugin": "^4.31.1",
    "@typescript-eslint/parser": "^4.31.1",
    "autoprefixer": "^10.4.0",
    "babel-loader": "^8.2.3",
    "concurrently": "^6.3.0",
    "cross-env": "^7.0.3",
    "css-loader": "^6.3.0",
    "esbuild-loader": "^2.15.1",
    "eslint": "^7.32.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-plugin-import": "^2.24.2",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.25.1",
    "eslint-plugin-react-hooks": "^4.2.0",
    "html-webpack-plugin": "^5.3.2",
    "husky": "^7.0.2",
    "jest": "^27.2.0",
    "lint-staged": "^11.1.2",
    "npm-run-all": "^4.1.5",
    "postcss": "^8.3.11",
    "postcss-cli": "^9.0.2",
    "postcss-import": "^14.1.0",
    "postcss-loader": "^6.2.0",
    "postcss-nested": "^5.0.6",
    "postcss-nesting": "^10.1.4",
    "puppeteer": "^10.2.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "style-loader": "^3.3.0",
    "tailwindcss": "^2.2.19",
    "ts-jest": "^27.0.5",
    "typescript": "^4.4.3",
    "webpack": "^5.52.0",
    "webpack-cli": "^4.8.0",
    "webpack-dev-server": "^4.1.1",
    "webpack-merge": "^5.8.0"
  },
  "dependencies": {
    "rc-util": "^5.21.2",
    "react-icons": "^4.2.0"
  }
}
