{
  "name": "nextine",
  "description": "Admin Template with NextJS & Mantine UI v7",
  "version": "0.0.6",
  "keywords": [
    "reactjs",
    "nextjs",
    "react-query",
    "mantine-ui"
  ],
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "analyze": "ANALYZE=true next build",
    "start": "next start",
    "export": "next build && next export",
    "typecheck": "tsc --noEmit",
    "lint": "next lint",
    "prebuild": "npm-run-all typecheck",
    "jest": "jest",
    "jest:watch": "jest --watch",
    "prettier:check": "prettier --check \"**/*.{ts,tsx}\"",
    "prettier:write": "prettier --write \"**/*.{ts,tsx}\"",
    "test": "npm run prettier:check && npm run lint && npm run typecheck && npm run jest",
    "storybook": "storybook dev -p 6006",
    "storybook:build": "storybook build",
    "prerelease": "npm run prebuild",
    "postrelease": "git push --follow-tags origin main && npm publish",
    "release": "standard-version",
    "release:pre": "npm run release -- --prerelease",
    "release:patch": "npm run release -- --release-as patch",
    "release:minor": "npm run release -- --release-as minor",
    "release:major": "npm run release -- --release-as major"
  },
  "author": "masb0ymas <n.fajri@mail.com>",
  "license": "MIT",
  "homepage": "https://github.com/masb0ymas/nextine#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/masb0ymas/nextine.git"
  },
  "bugs": {
    "url": "https://github.com/masb0ymas/nextine/issues"
  },
  "dependencies": {
    "@mantine/core": "^7.8.1",
    "@mantine/dates": "^7.8.1",
    "@mantine/form": "^7.8.1",
    "@mantine/hooks": "^7.8.1",
    "@mantine/modals": "^7.8.1",
    "@mantine/notifications": "^7.8.1",
    "@mantine/nprogress": "^7.8.1",
    "@mantine/tiptap": "^7.8.1",
    "@next/bundle-analyzer": "^13.5.6",
    "@tabler/icons-react": "^2.47.0",
    "@tanstack/react-query": "^4.36.1",
    "@tanstack/react-query-devtools": "^4.36.1",
    "@tanstack/react-table": "^8.16.0",
    "@tiptap/extension-link": "^2.3.1",
    "@tiptap/react": "^2.3.1",
    "@tiptap/starter-kit": "^2.3.1",
    "axios": "^1.6.8",
    "clsx": "^2.1.1",
    "date-fns": "^2.30.0",
    "dayjs": "^1.11.11",
    "lodash": "^4.17.21",
    "mantine-contextmenu": "^7.8.1",
    "mantine-datatable": "^7.8.2",
    "next": "13.4.19",
    "npm-run-all": "^4.1.5",
    "path-to-regexp": "^6.2.2",
    "prop-types": "^15.8.1",
    "qs": "^6.12.1",
    "rc-image": "^7.6.0",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "zod": "^3.23.5"
  },
  "devDependencies": {
    "@babel/core": "^7.24.5",
    "@commitlint/cli": "^17.8.1",
    "@commitlint/config-conventional": "^17.8.1",
    "@next/eslint-plugin-next": "^13.5.6",
    "@storybook/addon-essentials": "^7.6.19",
    "@storybook/addon-styling": "^1.3.7",
    "@storybook/blocks": "^7.6.19",
    "@storybook/nextjs": "^7.6.19",
    "@storybook/react": "^7.6.19",
    "@storybook/testing-library": "^0.2.2",
    "@testing-library/dom": "^9.3.4",
    "@testing-library/jest-dom": "^6.4.2",
    "@testing-library/react": "^14.3.1",
    "@testing-library/user-event": "^14.5.2",
    "@types/jest": "^29.5.12",
    "@types/lodash": "^4.17.0",
    "@types/node": "^20.12.8",
    "@types/prop-types": "^15.7.12",
    "@types/qs": "^6.9.15",
    "@types/react": "^18.3.1",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "@typescript-eslint/parser": "^6.21.0",
    "babel-loader": "^9.1.3",
    "create-expresso-app": "^0.1.9",
    "eslint": "^8.57.0",
    "eslint-config-airbnb": "19.0.4",
    "eslint-config-airbnb-typescript": "^17.1.0",
    "eslint-config-mantine": "2.0.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-jest": "^27.9.0",
    "eslint-plugin-jsx-a11y": "^6.8.0",
    "eslint-plugin-react": "^7.34.1",
    "eslint-plugin-react-hooks": "^4.6.2",
    "eslint-plugin-testing-library": "^6.2.2",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "postcss": "^8.4.38",
    "postcss-preset-mantine": "^1.15.0",
    "postcss-simple-vars": "^7.0.1",
    "prettier": "^3.2.5",
    "standard-version": "^9.5.0",
    "storybook": "^7.6.19",
    "storybook-dark-mode": "^3.0.3",
    "ts-jest": "^29.1.2",
    "typescript": "^5.4.5"
  }
}
