-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 3.35 KB
/
Copy pathpackage.json
File metadata and controls
122 lines (122 loc) · 3.35 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
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "orbit",
"version": "2.1.12-beta.3",
"private": false,
"packageManager": "pnpm@11.22.0",
"scripts": {
"dev": "next dev",
"build": "cross-env NODE_OPTIONS=\"--max-old-space-size=4096\" next build --webpack",
"dev:https": "next dev --experimental-https --webpack",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"prisma:generate": "prisma generate"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@headlessui/react": "^1.7.19",
"@prisma/adapter-pg": "^7.9.1",
"@relatiohq/opencloud": "^1.10.2",
"@tabler/icons-react": "^3.44.0",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.20",
"@tanstack/react-table": "^8.21.3",
"@tiptap/core": "^2.27.2",
"@tiptap/extension-image": "^2.27.2",
"@tiptap/extension-link": "^2.27.2",
"@tiptap/extension-placeholder": "^2.27.2",
"@tiptap/extension-underline": "^2.27.2",
"@tiptap/html": "^2.27.2",
"@tiptap/react": "^2.27.2",
"@tiptap/starter-kit": "^2.27.2",
"@types/formidable": "^3.5.1",
"@types/uuid": "^9.0.8",
"@types/zxcvbn": "^4.4.5",
"axios": "^1.18.1",
"bcryptjs": "^3.0.3",
"chart.js": "^4.5.1",
"clsx": "^2.1.1",
"cookie": "^1.0.2",
"cross-env": "^10.1.0",
"dotenv": "^16.6.1",
"emoji-picker-react": "^4.19.1",
"express-rate-limit": "^7.5.1",
"file-type": "^18.7.0",
"formidable": "^3.5.4",
"framer-motion": "^12.42.2",
"googleapis": "^171.4.0",
"hex-rgb": "^5.0.0",
"ioredis": "^6.0.0",
"iron-session": "^8.0.4",
"is-svg": "^4.4.0",
"lucide-react": "^1.23.0",
"marked": "^18.0.5",
"moment": "^2.30.1",
"moment-timezone": "^0.6.2",
"next": "^16.2.10",
"next-themes": "^0.4.6",
"noblox.js": "^7.3.1",
"node-cache": "^5.1.2",
"node-cron": "^4.6.0",
"pg": "^8.23.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.3.1",
"react-confetti": "^6.4.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.81.0",
"react-hot-toast": "^2.6.0",
"react-markdown": "^10.1.0",
"recoil": "^0.7.7",
"rehype-sanitize": "^6.0.0",
"rss-parser": "^3.13.0",
"sanitize-html": "^2.17.5",
"sass": "^1.101.0",
"semver": "^7.8.5",
"sharp": "^0.34.5",
"tailwind-merge": "^2.6.1",
"ua-parser-js": "^2.0.10",
"uuid": "^9.0.1",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@prisma/client": "^7.8.0",
"@types/node": "^20.19.43",
"@types/pg": "^8.20.0",
"@types/react": "^18.3.31",
"@types/react-dom": "^18.3.7",
"@types/sanitize-html": "^2.16.1",
"@types/semver": "^7.8.0",
"autoprefixer": "^10.5.2",
"eslint": "^9.39.4",
"eslint-config-next": "^15.5.20",
"postcss": "^8.5.16",
"prisma": "^7.8.0",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3",
"webpack": "^5.108.4"
},
"resolutions": {
"qs": ">=6.14.1"
},
"overrides": {
"qs": ">=6.14.1"
},
"allowScripts": {
"core-js@3.49.0": true,
"noblox.js@7.3.1": true,
"prisma@7.8.0": true,
"protobufjs@7.5.8": true,
"sharp@0.34.5": true,
"unrs-resolver@1.11.1": true,
"@prisma/engines@7.8.0": true,
"@parcel/watcher@2.5.6": true
},
"trustedDependencies": [
"@parcel/watcher",
"core-js",
"noblox.js",
"unrs-resolver"
]
}