{ "name": "@nehalist/hilde", "version": "0.3.4", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint && prettier --check src", "test": "jest" }, "homepage": "https://hilde.gg", "repository": { "type": "git", "url": "https://github.com/nehalist/hilde" }, "author": "Kevin Hirczy (https://nehalist.io)", "license": "MIT", "dependencies": { "@formkit/auto-animate": "^1.0.0-beta.3", "@hookform/resolvers": "^2.9.10", "@nivo/core": "^0.80.0", "@nivo/line": "^0.80.0", "@prisma/client": "^4.7.1", "@tanstack/react-query": "^4.15.1", "@trpc/client": "^10.5.0", "@trpc/next": "^10.5.0", "@trpc/react-query": "^10.5.0", "@trpc/server": "^10.5.0", "babel-plugin-superjson-next": "^0.4.4", "date-fns": "^2.29.3", "dotenv": "^16.0.3", "next": "^13.0.3", "next-auth": "^4.18.8", "next-seo": "^5.4.0", "next-themes": "^0.2.1", "prettier": "^2.6.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.30.0", "react-icons": "^4.6.0", "react-toastify": "^9.1.1", "react-tooltip": "^4.5.0", "sqlite3": "^5.1.4", "superjson": "^1.12.0", "tsconfig-paths": "^4.1.0", "zod": "^3.19.1", "zustand": "^4.3.1" }, "devDependencies": { "@types/jest": "^29.2.5", "@types/node": "17.0.25", "@types/react": "18.0.25", "@types/react-dom": "18.0.8", "autoprefixer": "^10.4.4", "eslint": "8.13.0", "eslint-config-next": "^13.0.3", "eslint-config-prettier": "^8.5.0", "jest": "^29.3.1", "postcss": "^8.4.5", "prisma": "^4.7.1", "tailwindcss": "^3.2.4", "ts-jest": "^29.0.4", "ts-node": "^10.7.0", "typescript": "4.6.3" } }