{
  "name": "luma-framework",
  "version": "1.4.0",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "craco start",
    "build": "rm -rf dist/ && npm run build:esm && npm run build:css",
    "build:esm": "babel src -d dist --extensions .ts,.tsx && tsc",
    "build:css": "postcss ./src/styles/main.css -o dist/styles/main.css",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  },
  "license": "MIT",
  "author": {
    "name": "Felipe Pudo",
    "email": "felipe@lumahealth.io"
  },
  "devDependencies": {
    "@babel/cli": "^7.17.0",
    "@babel/preset-react": "^7.16.7",
    "@babel/preset-typescript": "^7.16.7",
    "@craco/craco": "6.4.3",
    "@testing-library/jest-dom": "^4.2.4",
    "@testing-library/react": "^11.2.6",
    "@types/eslint": "^7.2.10",
    "@types/eslint-plugin-prettier": "^3.1.0",
    "@types/jest": "^26.0.22",
    "@types/lodash": "^4.14.178",
    "@types/node": "^14.14.41",
    "@types/papaparse": "^5.3.2",
    "@types/pluralize": "^0.0.29",
    "@types/prettier": "^2.2.3",
    "@types/react": "^17.0.3",
    "@types/react-dom": "^16.9.8",
    "@types/react-router-dom": "^5.3.3",
    "@types/testing-library__jest-dom": "^5.9.5",
    "@typescript-eslint/eslint-plugin": "^4.22.0",
    "@typescript-eslint/parser": "^4.22.1-alpha.5",
    "autoprefixer": "^10.4.2",
    "craco-less": "^2.0.0",
    "craco-module-federation": "1.1.0",
    "eslint": "^7.24.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-config-prettier": "^8.2.0",
    "eslint-config-react-app": "^6.0.0",
    "eslint-plugin-flowtype": "^5.7.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-prettier": "^3.4.0",
    "eslint-plugin-react": "^7.23.2",
    "eslint-plugin-react-hooks": "^4.2.0",
    "jest": "^26.6.3",
    "postcss": "^8.4.6",
    "postcss-cli": "^9.1.0",
    "postcss-import": "^14.0.2",
    "prettier": "^2.5.1",
    "tailwindcss": "^3.0.23",
    "tailwindcss-cli": "^0.1.2",
    "ts-node": "^9.1.1",
    "type-fest": "^1.0.2",
    "typescript": "^4.2.4"
  },
  "dependencies": {
    "@ant-design/icons": "^4.5.0",
    "antd": "^4.17.1",
    "axios": "^0.25.0",
    "brace": "^0.11.1",
    "dayjs": "^1.10.7",
    "export-to-csv": "^0.2.1",
    "humanize-string": "^2.1.0",
    "i18next": "^20.1.0",
    "i18next-browser-languagedetector": "^6.1.1",
    "i18next-xhr-backend": "^3.2.2",
    "lodash": "^4.17.21",
    "lodash-es": "^4.17.21",
    "papaparse": "^5.3.0",
    "pluralize": "^8.0.0",
    "qs": "^6.10.1",
    "react": "^17.0.2",
    "react-ace": "^9.5.0",
    "react-dom": "^17.0.2",
    "react-i18next": "^11.8.11",
    "react-markdown": "^6.0.3",
    "react-mde": "^11.1.0",
    "react-query": "^3.19.2",
    "react-router-dom": "^5.3.0",
    "react-scripts": "5.0.0",
    "react-toastify": "^8.1.1",
    "remark-gfm": "^1.0.0",
    "sunflower-antd": "^1.0.0-beta.3"
  },
  "peerDependencies": {
    "antd": "^4.17.1",
    "dayjs": "^1.10.7",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-router-dom": "^5.3.0"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
