antoncoding/monarch

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "monarch",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "build": "rm -rf .next && next build",
    "check": "yarn format && yarn lint && yarn stylelint",
    "dev": "next dev",
    "format": "prettier --log-level warn --write .",
    "format:check": "prettier --check .",
    "lint": "next lint --fix",
    "lint:check": "next lint",
    "start": "next start",
    "stylelint": "stylelint '**/*.css' --fix",
    "stylelint:check": "stylelint '**/*.css'",
    "test": "jest .",
    "test:coverage": "jest . --coverage",
    "test:coverage:open": "yarn test:coverage && open coverage/lcov-report/index.html"
  },
  "dependencies": {
    "@coinbase/onchainkit": "0.10.0",
    "@coinbase/wallet-sdk": "^3.9.1",
    "@nextui-org/accordion": "^2.0.35",
    "@nextui-org/button": "^2.0.34",
    "@nextui-org/checkbox": "^2.1.2",
    "@nextui-org/input": "^2.2.2",
    "@nextui-org/react": "^2.4.2",
    "@nextui-org/system": "^2.2.2",
    "@nextui-org/table": "^2.0.36",
    "@nextui-org/theme": "^2.2.6",
    "@nextui-org/tooltip": "^2.0.36",
    "@radix-ui/react-dropdown-menu": "^2.0.6",
    "@radix-ui/react-icons": "^1.3.0",
    "@radix-ui/react-navigation-menu": "^1.1.4",
    "@rainbow-me/rainbowkit": "2",
    "@react-spring/web": "^9.7.3",
    "@tanstack/react-query": "^5.20.1",
    "@types/react-table": "^7.7.20",
    "@uniswap/permit2-sdk": "^1.2.1",
    "abitype": "^0.10.3",
    "clsx": "^2.1.0",
    "downshift": "^9.0.8",
    "framer-motion": "^11.2.10",
    "graphql": "14",
    "graphql-request": "6",
    "local-storage-fallback": "^4.1.2",
    "moment": "^2.30.1",
    "net": "^1.0.2",
    "next": "13.5.6",
    "next-pwa": "5.6.0",
    "next-themes": "^0.3.0",
    "perfume.js": "9.2.0",
    "permissionless": "^0.0.36",
    "pino-pretty": "^10.3.1",
    "prettier-plugin-solidity": "^1.3.1",
    "react": "^18",
    "react-dom": "^18",
    "react-icons": "^5.2.1",
    "react-remove-scroll": "^2.5.7",
    "react-spinners": "^0.14.1",
    "react-table": "^7.8.0",
    "react-toastify": "^10.0.5",
    "rehype-pretty-code": "0.12.3",
    "rehype-stringify": "^10.0.0",
    "remark-parse": "^11.0.0",
    "remark-rehype": "^11.0.0",
    "sharp": "^0.33.5",
    "shikiji": "^0.9.17",
    "shikiji-core": "^0.9.17",
    "unified": "^11.0.4",
    "viem": "2.x",
    "wagmi": "^2.10.2",
    "workbox-webpack-plugin": "^7.0.0"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.23.5",
    "@babel/preset-react": "^7.23.3",
    "@babel/preset-typescript": "^7.23.3",
    "@jest/globals": "^29.7.0",
    "@testing-library/jest-dom": "^6.1.5",
    "@testing-library/react": "^14.1.2",
    "@testing-library/user-event": "^14.5.2",
    "@types/babel__preset-env": "^7",
    "@types/identity-obj-proxy": "^3",
    "@types/jest": "^29.5.10",
    "@types/minipass": "^3.3.5",
    "@types/node": "^20",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "@typescript-eslint/eslint-plugin": "^5.54.1",
    "@typescript-eslint/parser": "^5.54.1",
    "@typescript-eslint/type-utils": "^5.54.1",
    "@typescript-eslint/types": "^5.54.1",
    "@typescript-eslint/utils": "^5.54.1",
    "autoprefixer": "^10.4.16",
    "babel-jest": "^29.7.0",
    "eslint": "^8.27.0",
    "eslint-config-airbnb": "19.0.4",
    "eslint-config-airbnb-typescript": "17.0.0",
    "eslint-config-next": "13.5.6",
    "eslint-config-prettier": "^8.5.0",
    "eslint-formatter-codeframe": "^7.32.1",
    "eslint-import-resolver-typescript": "^3.5.2",
    "eslint-plugin-compat": "^4.0.2",
    "eslint-plugin-cypress": "^2.10.3",
    "eslint-plugin-import": "2.27.5",
    "eslint-plugin-jest": "^27.1.4",
    "eslint-plugin-jsx-a11y": "6.8.0",
    "eslint-plugin-react": "7.33.2",
    "eslint-plugin-react-hooks": "4.6.0",
    "eslint-plugin-react-perf": "^3.3.1",
    "eslint-plugin-relay": "^1.8.3",
    "eslint-plugin-simple-import-sort": "^8.0.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jest-extended": "^4.0.2",
    "postcss": "^8.4.32",
    "prettier": "3.0.3",
    "prettier-plugin-tailwindcss": "^0.5.9",
    "stylelint": "^16.0.2",
    "stylelint-config-idiomatic-order": "^10.0.0",
    "stylelint-config-standard": "^35.0.0",
    "stylelint-order": "^6.0.4",
    "tailwindcss": "^3.4.0",
    "ts-jest": "^29.1.1",
    "typescript": "~5.3.3"
  },
  "packageManager": "yarn@4.1.0"
}