-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.97 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
{
"name": "resolute",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest",
"test:ui": "vitest --ui",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@hookform/resolvers": "^3.3.1",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.18.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/themes": "^3.1.3",
"@sentry/nextjs": "^8.35.0",
"@tanstack/react-query": "^4.35.3",
"@testing-library/user-event": "^14.5.2",
"@types/node": "22.5.0",
"@uiw/react-markdown-editor": "^6.1.2",
"@uiw/react-markdown-preview": "^5.1.3",
"autoprefixer": "10.4.20",
"axios": "^1.7.4",
"classnames": "^2.3.2",
"eslint": "8.57.0",
"eslint-config-next": "14.2.6",
"next": "^14.2.13",
"next-auth": "^4.24.7",
"next-router-mock": "^0.9.13",
"next-themes": "^0.3.0",
"postcss": "8.4.41",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.46.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.11.0",
"react-loading-skeleton": "^3.3.1",
"recharts": "^2.12.7",
"rehype-prism-plus": "^2.0.0",
"tailwindcss": "3.4.10",
"typescript": "5.5.4",
"vitest-tsconfig-paths": "^3.4.1",
"zod": "^3.22.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.14",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/sanitize-html": "^2.13.0",
"@vitejs/plugin-react": "^4.3.2",
"@vitest/coverage-v8": "^2.1.2",
"@vitest/ui": "^2.1.2",
"babel-plugin-styled-components": "^2.1.4",
"jsdom": "^25.0.1",
"prisma": "^5.18.0",
"resize-observer-polyfill": "^1.5.1",
"vitest": "^2.1.2",
"vitest-mock-extended": "^2.0.2"
}
}