-
-
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.77 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.77 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": "realm.rd",
"description": "Scribble the plans, spill the thoughts.",
"author": {
"name": "Jayant Hegde Kageri",
"email": "jayantkageri@gmail.com",
"url": "https://jayantkageri.in"
},
"license": "AGPL-3.0-or-later",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start --port 8443",
"lint": "next lint"
},
"dependencies": {
"@codemirror/theme-one-dark": "^6.1.3",
"@mantine/core": "6.0.21",
"@mdxeditor/editor": "^3.52.3",
"@radix-ui/colors": "^3.0.0",
"argon2": "^0.43.1",
"jsonwebtoken": "^9.0.3",
"libsodium-wrappers": "^0.7.16",
"mantine-react-table": "^1.3.4",
"mongoose": "^8.22.0",
"nanoid": "^5.1.6",
"next": "16.1.7",
"proper-lockfile": "^4.1.2",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-hot-toast": "^2.6.0",
"react-use": "^17.6.0",
"redis": "^5.10.0",
"sheetjs-style": "^0.15.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/typography": "^0.5.19",
"@types/jsonwebtoken": "^9.0.10",
"@types/libsodium-wrappers": "^0.7.14",
"@types/node": "^20.19.31",
"@types/proper-lockfile": "^4.1.4",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"eslint": "^9.39.2",
"eslint-config-next": "16.0.0",
"eslint-plugin-react-hooks": "^5.2.0",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.22.0+sha512.bf049efe995b28f527fd2b41ae0474ce29186f7edcb3bf545087bd61fbbebb2bf75362d1307fda09c2d288e1e499787ac12d4fcb617a974718a6051f2eee741c",
"pnpm": {
"overrides": {
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2"
}
}
}