{
  "name": "zettadaten_boiler_pallete",
  "version": "1.0.0",
  "private": false,
  "scripts": {
    "dev": "next dev -p 4845",
    "build": "next build",
    "start": "next start -p 4895",
    "lint": "next lint",
    "post-update": "echo \"codesandbox preview only, need an update\" && yarn upgrade --latest"
  },
  "dependencies": {
    "@babel/plugin-syntax-jsx": "^7.18.6",
    "@babel/preset-env": "^7.19.0",
    "@emotion/cache": "latest",
    "@emotion/react": "latest",
    "@emotion/server": "latest",
    "@emotion/styled": "latest",
    "@mui/icons-material": "latest",
    "@mui/lab": "^5.0.0-alpha.98",
    "@mui/material": "latest",
    "@mui/x-data-grid": "^5.17.1",
    "@mui/x-date-pickers": "^5.0.0",
    "@testing-library/jest-dom": "latest",
    "@testing-library/react": "latest",
    "@testing-library/user-event": "latest",
    "@types/jest": "latest",
    "@types/node": "latest",
    "@types/react": "latest",
    "@types/react-dom": "latest",
    "autoprefixer": "latest",
    "axios": "latest",
    "next": "12.2.5",
    "next-redux-wrapper": "^7.0.5",
    "postcss": "latest",
    "prop-types": "latest",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-icons": "^4.4.0",
    "react-redux": "^8.0.2",
    "react-scripts": "^2.1.3",
    "redux": "^4.2.0",
    "redux-devtools-extension": "^2.13.9",
    "redux-thunk": "^2.4.1",
    "styled-components": "^5.3.5",
    "tailwindcss": "latest",
    "typescript": "^4.8.2",
    "web-vitals": "latest"
  },
  "devDependencies": {
    "@babel/preset-react": "^7.18.6",
    "@emotion/babel-plugin": "^11.10.2",
    "eslint": "8.23.0",
    "eslint-config-next": "12.2.5"
  },
  "resolutions": {
    "styled-components": "^5"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cadentic/strapi-webdev.git"
  },
  "keywords": [],
  "author": "appsdbaevaxp.sayantan@gmail.com",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/cadentic/strapi-webdev/issues"
  },
  "publishConfig": {
    "registry": "https://npm.pkg.github.com"
  },
  "homepage": "https://github.com/cadentic/strapi-webdev"
}