-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.12 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.12 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "maize",
"private": false,
"version": "0.1.0",
"description": "a daily standup tool",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/mooxl/maize"
},
"keywords": [
"react",
"tanstack",
"convex",
"web-app"
],
"author": "Your Name",
"license": "MIT",
"bugs": {
"url": "https://github.com/mooxl/maize/issues"
},
"homepage": "https://github.com/mooxl/maize#readme",
"scripts": {
"dev": "vite --port 3000",
"start": "vite --port 3000",
"build": "vite build && tsc",
"serve": "vite preview",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@auth0/auth0-react": "^2.3.0",
"@convex-dev/react-query": "^0.0.0-alpha.8",
"@hello-pangea/dnd": "^18.0.1",
"@mantine/core": "^8.0.2",
"@mantine/hooks": "^8.0.2",
"@mantine/notifications": "^8.0.2",
"@mantine/tiptap": "^8.0.2",
"@tailwindcss/vite": "^4.1.8",
"@tanstack/react-form": "^1.12.0",
"@tanstack/react-query": "^5.79.0",
"@tanstack/react-router": "^1.120.13",
"@tanstack/react-router-devtools": "^1.120.13",
"@tanstack/router-core": "^1.120.13",
"@tanstack/router-plugin": "^1.120.13",
"@tiptap/extension-link": "^2.12.0",
"@tiptap/pm": "^2.12.0",
"@tiptap/react": "^2.12.0",
"@tiptap/starter-kit": "^2.12.0",
"convex": "^1.24.6",
"convex-helpers": "^0.1.89",
"lucide-react": "^0.511.0",
"motion": "^12.15.0",
"react": "^19.1.0",
"react-aria-components": "^1.9.0",
"react-dom": "^19.1.0",
"tailwindcss": "^4.1.8",
"tiny-invariant": "^1.3.3",
"zod": "3.25.46"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tailwindcss/typography": "^0.5.16",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.3.0",
"@types/emoji-js": "^3.5.2",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.5",
"@vitejs/plugin-react": "^4.5.0",
"clsx": "^2.1.1",
"jsdom": "^26.1.0",
"postcss": "^8.5.4",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"tailwind-merge": "^3.3.0",
"tailwind-variants": "^1.0.0",
"tw-animate-css": "^1.3.3",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vitest": "^3.1.4",
"web-vitals": "^5.0.2"
}
}