-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.71 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.71 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": "next_memo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint --fix",
"type-check": "tsc --noEmit",
"git-config": "git config --local include.path ../.gitconfig",
"prepare": "lefthook install",
"depcheck": "npx depcheck"
},
"dependencies": {
"@lexical/code": "^0.32.1",
"@lexical/link": "^0.32.1",
"@lexical/list": "^0.32.1",
"@lexical/markdown": "^0.32.1",
"@lexical/react": "^0.32.1",
"@lexical/rich-text": "^0.32.1",
"@lexical/selection": "^0.32.1",
"@lexical/utils": "^0.32.1",
"@scalar/nextjs-api-reference": "^0.8.3",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-query": "^5.80.6",
"@tanstack/react-query-devtools": "^5.80.6",
"@uiw/react-md-editor": "^4.0.7",
"clsx": "^2.1.1",
"firebase": "^11.8.1",
"lexical": "^0.32.1",
"next": "15.3.2",
"next-auth": "^5.0.0-beta.28",
"next-remove-imports": "^1.0.12",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^6.0.0",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-toastify": "^11.0.5",
"remark-breaks": "^4.0.0",
"tailwind-merge": "^3.3.0",
"use-debounce": "^10.0.5",
"zod": "^3.25.30",
"zustand": "^5.0.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"brace-expansion": "^2.0.2",
"eslint": "^9",
"eslint-config-next": "15.3.2",
"lefthook": "^1.11.13",
"prettier": "^3.5.3",
"tailwindcss": "^4",
"typescript": "^5"
}
}