-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
122 lines (122 loc) · 3.92 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "retroloop",
"version": "1.2.0",
"private": true,
"scripts": {
"setup": "pnpm install && husky install",
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "eslint --fix ./",
"test": "vitest run",
"coverage": "vitest run --coverage",
"clean": "rimraf node_modules && pnpm install && prisma generate && pnpm lint"
},
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
},
"engines": {
"node": ">=18",
"pnpm": ">=8"
},
"packageManager": "[email protected]",
"dependencies": {
"@fontsource/ia-writer-mono": "^4.5.3",
"@fontsource/ia-writer-quattro": "^4.5.3",
"@fontsource/space-grotesk": "^4.5.13",
"@fontsource/space-mono": "^4.5.12",
"@fontsource/spline-sans": "^4.5.14",
"@fontsource/spline-sans-mono": "^4.5.3",
"@formspree/react": "^2.4.1",
"@headlessui/react": "^1.7.14",
"@next-auth/prisma-adapter": "^1.0.6",
"@prisma/client": "^4.13.0",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-alert-dialog": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.2",
"@radix-ui/react-checkbox": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-form": "^0.0.3",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^1.0.0",
"@radix-ui/react-navigation-menu": "^1.1.2",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-select": "^1.2.1",
"@radix-ui/react-toast": "^1.1.3",
"@radix-ui/react-toggle-group": "^1.0.3",
"@sentry/nextjs": "^7.50.0",
"@stitches/react": "^1.2.8",
"@tabler/icons-react": "^2.17.0",
"@tanstack/react-query": "^4.29.5",
"@tanstack/react-query-devtools": "^4.29.6",
"@trpc/client": "^10.23.0",
"@trpc/next": "^10.23.0",
"@trpc/react-query": "^10.23.0",
"@trpc/server": "^10.23.0",
"@types/lodash": "^4.14.194",
"add": "^2.0.6",
"date-fns": "^2.29.3",
"formik": "^2.2.9",
"lodash": "^4.17.21",
"next": "13.3.2",
"next-auth": "^4.22.1",
"next-plausible": "^3.7.2",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.1",
"pnpm": "8.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-spinners": "^0.13.8",
"react-timer-hook": "^3.0.5",
"rimraf": "^4.4.1",
"superjson": "^1.12.3",
"zod": "^3.21.4",
"zod-formik-adapter": "^1.2.0"
},
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@faker-js/faker": "^7.6.0",
"@logux/eslint-config": "^49.0.0",
"@next/eslint-plugin-next": "^13.3.2",
"@tailwindcss/typography": "^0.5.9",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/node": "18.15.10",
"@types/react": "18.0.29",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@vitejs/plugin-react-swc": "^3.3.0",
"@vitest/coverage-c8": "^0.29.8",
"autoprefixer": "^10.4.14",
"babel-jest": "^29.5.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unicorn": "^46.0.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jsdom": "^21.1.1",
"lint-staged": "^13.2.2",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"prisma": "^4.13.0",
"tailwindcss": "^3.3.2",
"ts-node": "^10.9.1",
"typescript": "5.0.2",
"vitest": "^0.30.1"
}
}