-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.63 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
{
"name": "matterwise",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3002",
"build": "next build",
"start": "next start -p 3002",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@medusajs/ui": "^2.4.1",
"@react-hooks-library/core": "^0.6.2",
"@remixicon/react": "^4.2.0",
"@tanstack/react-query": "^5.25.0",
"@tanstack/react-query-devtools": "^5.25.0",
"@tiptap/extension-color": "^2.2.5",
"@tiptap/extension-text-style": "^2.2.5",
"@tiptap/pm": "^2.2.5",
"@tiptap/react": "^2.2.5",
"@tiptap/starter-kit": "^2.2.5",
"@uidotdev/usehooks": "^2.4.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-tailwindcss": "^3.14.3",
"js-cookie": "^3.0.5",
"next": "14.1.0",
"next-themes": "^0.3.0",
"react": "^18",
"react-aria": "^3.33.0",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.51.0",
"react-loading-skeleton": "^3.4.0",
"react-resizable-panels": "^0.0.63",
"react-use-infinite-loader": "^1.0.0",
"socket.io-client": "^4.7.5",
"zod": "^3.22.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@medusajs/ui-preset": "^1.1.2",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"sass": "^1.74.1",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}