-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
102 lines (102 loc) · 3.31 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
{
"name": "notes",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"codegen": "graphql-codegen --config codegen.ts"
},
"dependencies": {
"@calumk/editorjs-codeflask": "^1.0.9",
"@calumk/editorjs-columns": "^0.2.4",
"@clerk/nextjs": "^4.21.10",
"@ducanh2912/next-pwa": "^9.3.0",
"@editorjs/attaches": "^1.3.0",
"@editorjs/checklist": "^1.5.0",
"@editorjs/code": "^2.8.0",
"@editorjs/delimiter": "^1.3.0",
"@editorjs/editorjs": "^2.27.2",
"@editorjs/embed": "^2.5.3",
"@editorjs/header": "^2.7.0",
"@editorjs/image": "^2.8.1",
"@editorjs/inline-code": "^1.4.0",
"@editorjs/link": "^2.5.0",
"@editorjs/list": "^1.8.0",
"@editorjs/marker": "^1.3.0",
"@editorjs/nested-list": "^1.3.0",
"@editorjs/paragraph": "^2.9.0",
"@editorjs/quote": "^2.5.0",
"@editorjs/raw": "^2.4.0",
"@editorjs/simple-image": "^1.5.1",
"@editorjs/table": "^2.2.1",
"@editorjs/text-variant-tune": "^1.0.1",
"@editorjs/warning": "^1.3.0",
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/client-preset": "3.0.1",
"@graphql-codegen/import-types-preset": "^2.2.5",
"@graphql-codegen/introspection": "3.0.1",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "2.3.6",
"@graphql-codegen/typescript-react-query": "^4.1.0",
"@graphql-codegen/typescript-resolvers": "^4.0.1",
"@imbios/next-pwa": "^1.1.1",
"@legendapp/state": "^1.6.1",
"@piotr-cz/redux-persist-idb-storage": "^1.1.3",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-context-menu": "^2.1.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.4",
"@rtk-query/graphql-request-base-query": "^2.2.0",
"@tailwindcss/typography": "^0.5.9",
"@tanstack/react-query": "^4.29.25",
"@tanstack/react-query-devtools": "^4.29.25",
"@types/js-cookie": "^3.0.3",
"@types/node": "20.10.5",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@vercel/analytics": "^1.0.1",
"autoprefixer": "10.4.14",
"axios": "^1.6.0",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"dayjs": "^1.11.9",
"encoding": "^0.1.13",
"eslint": "8.56.0",
"eslint-config-next": "13.4.10",
"framer-motion": "^10.13.0",
"geist": "^1.2.0",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"lucide-react": "^0.260.0",
"nanoid": "^4.0.2",
"next": "13.5.1",
"next-pwa": "^5.6.0",
"next-themes": "^0.2.1",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.2",
"react-hotkeys-hook": "^4.4.1",
"react-responsive-carousel": "^3.2.23",
"react-textarea-autosize": "^8.5.2",
"react-use": "^17.4.0",
"sonner": "^1.3.1",
"tailwind-merge": "^1.13.2",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.6",
"typescript": "5.1.6",
"vaul": "^0.3.1"
},
"devDependencies": {
"@graphql-codegen/typescript-rtk-query": "^2.4.1",
"@types/lodash": "^4.14.195"
}
}