-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.33 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
{
"name": "moon-math.online",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@stripe/stripe-js": "^8.9.0",
"@tanstack/react-query": "^5.101.4",
"@tanstack/react-table": "^8.21.3",
"@tiptap/extension-code-block-lowlight": "^3.21.0",
"@tiptap/extension-image": "^3.20.5",
"@tiptap/extension-link": "^3.22.5",
"@tiptap/extension-underline": "^3.20.5",
"@tiptap/react": "^3.20.5",
"@tiptap/starter-kit": "^3.20.5",
"@types/nodemailer": "^7.0.11",
"axios": "^1.5.0",
"bcrypt": "^6.0.0",
"bitcoin-widgets": "^0.1.1",
"highlight.js": "^11.11.1",
"html-react-parser": "^5.2.9",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"katex": "^0.16.43",
"lowlight": "^3.3.0",
"mongoose": "^7.6.3",
"next": "^15.0.0",
"nodemailer": "^8.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"resend": "^6.7.0",
"sass": "^1.97.1",
"stripe": "^20.4.1",
"tanstack": "^2.0.3",
"zustand": "^5.0.8"
},
"devDependencies": {
"@types/bcrypt": "^6.0.0",
"@types/jsonwebtoken": "^9.0.10",
"@types/katex": "^0.16.8",
"@types/node": "^20.10.5",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"typescript": "^5.6.2"
}
}