{
  "name": "nextjs-typescript-tailwindcss-reduxtoolkit-template",
  "version": "0.1.0",
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "tailwind-config-viewer": "tailwind-config-viewer -o"
  },
  "dependencies": {
    "@reduxjs/toolkit": "^1.6.1",
    "framer-motion": "^4.1.17",
    "next": "11.1.0",
    "normalize.css": "^8.0.1",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "react-redux": "^7.2.4"
  },
  "devDependencies": {
    "@types/react": "17.0.19",
    "autoprefixer": "^10.3.2",
    "eslint": "7.32.0",
    "eslint-config-next": "11.1.0",
    "postcss": "^8.3.6",
    "tailwind-config-viewer": "^1.6.2",
    "tailwindcss": "^2.2.7",
    "typescript": "4.3.5"
  }
}
