-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.37 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.37 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
{
"name": "notter",
"version": "0.5.0",
"private": true,
"scripts": {
"dev": "next dev -H 0.0.0.0",
"dev:https": "next dev --experimental-https",
"postinstall": "npm rebuild @tailwindcss/oxide || true",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"knip": "knip",
"pake": "npx --yes pake-cli@latest https://notter.su/?desktop=true --name Notter --app-version 0.5.0 --icon ./public/image/icon-dark.png",
"pake:windows": "npm run pake -- --targets msi",
"pake:linux": "npm run pake -- --targets deb,appimage,rpm",
"pake:macos": "npm run pake -- --targets dmg --multi-arch",
"pake:all": "npm run pake:windows && npm run pake:linux && npm run pake:macos"
},
"dependencies": {
"@blocknote/core": "^0.24.0",
"@blocknote/mantine": "^0.24.0",
"@blocknote/react": "^0.24.0",
"@clerk/clerk-react": "^5.17.1",
"@clerk/nextjs": "^6.5.1",
"@clerk/themes": "^2.1.48",
"@convex-dev/rate-limiter": "^0.2.4",
"@radix-ui/react-alert-dialog": "^1.1.4",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"axios": "^1.12.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"convex": "^1.17.3",
"emoji-picker-react": "^4.12.0",
"lucide-react": "^0.461.0",
"next": "15.5.18",
"next-themes": "^0.4.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.8",
"react-hot-toast": "^2.5.2",
"react-textarea-autosize": "^8.5.6",
"react-twemoji": "^0.6.0",
"tailwind-merge": "^2.6.0",
"usehooks-ts": "^3.1.0",
"zustand": "^5.0.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.0",
"@types/node": "^20.19.39",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@types/react-twemoji": "^0.4.3",
"eslint": "^8",
"eslint-config-next": "15.5.18",
"knip": "^6.9.0",
"postcss": "^8",
"tailwindcss": "^4.3.0",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
}
}