vortex/package.json
2024-03-20 23:47:19 +08:00

128 lines
4.0 KiB
JSON

{
"name": "vortex",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"db:push": "prisma db push",
"db:studio": "prisma studio",
"db:migrate": "prisma migrate dev --create-only",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"check": "tsc --noEmit",
"check:code": "npm run format && npm run lint && npm run check",
"dev": "next dev",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"postinstall": "prisma generate",
"preversion": "npm run check:code && npm run test",
"lint": "next lint",
"start": "next start",
"prepare": "husky install"
},
"dependencies": {
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.2.4",
"@codemirror/lint": "^6.4.2",
"@depay/js-verify-signature": "^3.1.8",
"@depay/widgets": "^12.8.1",
"@hookform/resolvers": "^3.3.4",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.7.1",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@t3-oss/env-nextjs": "^0.7.1",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-table": "^8.11.2",
"@trpc/client": "^10.43.6",
"@trpc/next": "^10.43.6",
"@trpc/react-query": "^10.43.6",
"@trpc/server": "^10.43.6",
"@uiw/react-codemirror": "^4.21.21",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.0",
"cron": "^3.1.6",
"cronstrue": "^2.47.0",
"dayjs": "^1.11.10",
"eslint-linter-browserify": "^8.56.0",
"flag-icons": "^7.1.0",
"highlight.js": "^11.9.0",
"ioredis": "^5.3.2",
"lucide-react": "^0.316.0",
"next": "^14.1.0",
"next-auth": "^4.24.5",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.9",
"pino": "^8.17.2",
"pino-abstract-transport": "^1.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.49.2",
"react-markdown": "^9.0.1",
"react-number-format": "^5.3.3",
"react-resizable-panels": "^1.0.7",
"reactflow": "^11.10.1",
"recharts": "^2.10.3",
"server-only": "^0.0.1",
"sharp": "0.32.6",
"superjson": "^2.2.1",
"systeminformation": "^5.22.0",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4",
"zustand": "^4.4.7"
},
"devDependencies": {
"@babel/preset-env": "^7.23.8",
"@next/eslint-plugin-next": "^14.0.3",
"@types/eslint": "^8.44.7",
"@types/jest": "^29.5.11",
"@types/node": "^18.17.0",
"@types/react": "^18.2.37",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.2.15",
"@types/umami": "^0.1.5",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"autoprefixer": "^10.4.14",
"babel-jest": "^29.7.0",
"eslint": "^8.54.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-mock-extended": "^3.0.5",
"lint-staged": "^15.2.0",
"pino-pretty": "^10.3.1",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"prisma": "^5.7.1",
"tailwindcss": "^3.3.5",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
},
"ct3aMetadata": {
"initVersion": "7.25.0"
},
"packageManager": "npm@10.1.0"
}