{
  "name": "cid-module-system",
  "version": "0.0.32",
  "private": false,
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/",
    "public/",
    "package.json",
    "README.md"
  ],
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "serve-storybook": "serve storybook-static",
    "chromatic": "chromatic --project-token=chpt_e8ca4cbf7f93ac0 --exit-zero-on-changes",
    "package": "tsc && rm -rf dist && rollup -c",
    "publish": "npm publish"
  },
  "dependencies": {
    "@chakra-ui/icons": "^2.0.19",
    "@chakra-ui/layout": "^2.2.0",
    "@chakra-ui/react": "^2.8.2",
    "@emotion/react": "^11.11.4",
    "@emotion/styled": "^11.11.5",
    "@fontsource/inter": "^4.5.10",
    "@storybook/addon-docs": "^8.1.1",
    "@storybook/icons": "^1.2.9",
    "@thebiltheory/usebreakpoints": "^1.1.2",
    "ag-grid-community": "^29.3.5",
    "ag-grid-react": "^29.3.5",
    "axios": "^0.21.0",
    "browser-image-compression": "^1.0.13",
    "class-transformer": "^0.5.1",
    "color-rgba": "^2.4.0",
    "dayjs": "^1.11.8",
    "firebase": "^8.0.2",
    "format-si-prefix": "^0.3.2",
    "formik": "^2.4.1",
    "framer": "^2.3.0",
    "framer-motion": "^11.2.4",
    "html-dom-parser": "^0.3.0",
    "immer": "^10.0.2",
    "lodash": "^4.17.21",
    "lodash-es": "^4.17.21",
    "next": "^13.4.4",
    "popmotion": "^11.0.5",
    "react": "^18.2.0",
    "react-csv": "^2.2.2",
    "react-device-detect": "^2.2.2",
    "react-div-100vh": "^0.7.0",
    "react-dom": "^18.2.0",
    "react-helmet": "^6.1.0",
    "react-hook-form": "^7.34.2",
    "react-icons": "^4.3.1",
    "react-infinite-scroll-component": "^6.1.0",
    "react-intersection-observer": "^9.4.3",
    "react-lazyload": "^3.2.0",
    "react-paginate": "^8.2.0",
    "react-query": "^3.39.3",
    "react-rating-stars-component": "^2.2.0",
    "react-responsive": "^9.0.0",
    "react-router-dom": "^6.11.2",
    "react-select": "^5.7.3",
    "react-slick": "^0.29.0",
    "react-sticky": "^6.0.3",
    "react-table": "^7.8.0",
    "react-timer-hook": "^3.0.5",
    "react-uid": "^2.3.2",
    "recoil": "^0.7.7",
    "serve": "^14.2.0",
    "slick-carousel": "^1.8.1",
    "styled-components": "^5.3.5",
    "styled-reset": "^4.4.7",
    "swiper": "^8.3.2",
    "swr": "^2.1.5",
    "uid": "^2.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.18.13",
    "@babel/preset-env": "^7.22.4",
    "@babel/preset-react": "^7.24.1",
    "@babel/preset-typescript": "^7.21.5",
    "@chromatic-com/storybook": "1.4.0",
    "@rollup/plugin-babel": "^6.0.3",
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-typescript": "^11.1.6",
    "@storybook/addon-actions": "^8.1.1",
    "@storybook/addon-essentials": "^8.1.1",
    "@storybook/addon-interactions": "^8.1.1",
    "@storybook/addon-links": "^8.1.1",
    "@storybook/addon-mdx-gfm": "8.1.1",
    "@storybook/addon-onboarding": "^8.1.1",
    "@storybook/addon-postcss": "^2.0.0",
    "@storybook/addon-storysource": "^8.1.1",
    "@storybook/addon-styling": "^1.0.0-next.2",
    "@storybook/addons": "^7.1.0-alpha.24",
    "@storybook/blocks": "^8.1.1",
    "@storybook/nextjs": "^8.1.1",
    "@storybook/react": "^8.1.1",
    "@storybook/test": "8.1.1",
    "@svgr/webpack": "^6.3.1",
    "@types/node": "^14.14.2",
    "@types/react": "^18.0.9",
    "@types/react-dom": "^18.0.0",
    "@types/styled-components": "^5.1.26",
    "@typescript-eslint/eslint-plugin": "^7.10.0",
    "@typescript-eslint/parser": "^7.10.0",
    "autoprefixer": "^10.4.14",
    "babel-loader": "^8.2.5",
    "babel-plugin-inline-react-svg": "^2.0.1",
    "chromatic": "^6.17.4",
    "eslint": "^7.11.0",
    "eslint-plugin-react": "^7.21.5",
    "eslint-plugin-storybook": "^0.8.0",
    "postcss": "^8.4.16",
    "postcss-loader": "^7.0.1",
    "prop-types": "15.8.1",
    "rimraf": "^5.0.1",
    "rollup": "^3.23.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-css-only": "^4.3.0",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-sourcemaps": "^0.6.3",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.34.1",
    "storybook": "^8.1.1",
    "tailwindcss": "^3.1.8",
    "typescript": "^5.0.4",
    "url-loader": "^4.1.1"
  },
  "peerDependencies": {
    "framer-motion": "^10.0.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  }
}
