{
  "name": "cgiframework",
  "version": "2.0.44",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "clean": "rimraf dist",
    "build": "npm run clean && tsc ",


    "buildTest": "npm run clean && tsc && cp package.json README.md ./dist"
  },
  "keywords": [],
  "author": "Lucas Oliveira",
  "license": "ISC",
  "devDependencies": {
    "@types/react": "^18.0.17",
    "@types/react-datepicker": "^4.4.2",
    "@types/react-input-mask": "^3.0.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "@chakra-ui/icons": "^2.0.8",
    "@chakra-ui/react": "^2.2.8",
    "@emotion/react": "^11.10.0",
    "@emotion/styled": "^11.10.0",
    "@hookform/error-message": "^2.0.0",
    "@tippyjs/react": "^4.2.6",
    "ag-grid-community": "^28.1.0",
    "ag-grid-react": "^28.1.0",
    "axios": "^0.27.2",
    "chakra-react-select": "^4.1.4",
    "framer-motion": "^7.2.0",
    "moment": "^2.29.4",
    "react-chrono": "^1.19.1",
    "react-datepicker": "^4.8.0",
    "react-device-detect": "^2.2.2",
    "react-hook-form": "^7.34.2",
    "react-hot-keys": "^2.7.2",
    "react-icons": "^4.4.0",
    "react-input-mask": "^2.0.4",
    "react-router-dom": "^6.3.0"
  }
}
