-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.7 KB
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
{
"name": "pro-network-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest"
},
"dependencies": {
"@auth/drizzle-adapter": "^0.3.15",
"@mantine/charts": "^7.4.1",
"@mantine/core": "^7.4.1",
"@mantine/hooks": "^7.4.1",
"@mantine/notifications": "^7.4.1",
"@mantine/nprogress": "^7.4.1",
"@mantine/tiptap": "^7.4.1",
"@tabler/icons-react": "^2.46.0",
"@tailwindcss/typography": "^0.5.10",
"@tiptap/extension-highlight": "^2.1.16",
"@tiptap/extension-link": "^2.1.16",
"@tiptap/extension-subscript": "^2.1.16",
"@tiptap/extension-superscript": "^2.1.16",
"@tiptap/extension-text-align": "^2.1.16",
"@tiptap/extension-underline": "^2.1.16",
"@tiptap/pm": "^2.1.16",
"@tiptap/react": "^2.1.16",
"@tiptap/starter-kit": "^2.1.16",
"drizzle-orm": "^0.29.3",
"next": "14.0.4",
"next-auth": "^4.24.5",
"pg": "^8.11.3",
"react": "^18",
"react-dom": "^18",
"recharts": "^2.10.4",
"vite-tsconfig-paths": "^4.3.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@faker-js/faker": "^8.3.1",
"@testing-library/react": "^14.1.2",
"@types/node": "^20",
"@types/pg": "^8.10.9",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.0.1",
"drizzle-kit": "^0.20.13",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"jsdom": "^24.0.0",
"postcss": "^8.4.33",
"postcss-preset-mantine": "^1.12.3",
"postcss-simple-vars": "^7.0.1",
"tailwindcss": "^3.3.0",
"typescript": "^5",
"vitest": "^1.2.1"
}
}