-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.71 KB
/
package.json
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
{
"name": "greesyai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@lemonsqueezy/lemonsqueezy.js": "^3.3.1",
"@madebyconnor/rich-text-to-jsx": "^2.3.0",
"@rehype-pretty/transformers": "^0.13.2",
"@stripe/stripe-js": "^4.4.0",
"auth": "^1.1.1",
"axios": "^1.7.6",
"bcrypt": "^5.1.1",
"clipboard": "^2.0.11",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"deepinfra": "^2.0.2",
"dotenv": "^16.4.5",
"framer-motion": "^11.3.28",
"fs": "^0.0.1-security",
"lucide": "^0.441.0",
"lucide-react": "^0.427.0",
"meg.db-light": "^1.1.1",
"micro-cors": "^0.1.1",
"mongoose": "^8.5.3",
"next": "14.2.5",
"next-auth": "^4.24.7",
"next-markdown": "^1.8.0",
"node-cron": "^3.0.3",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-loading-skeleton": "^3.4.0",
"react-markdown": "^9.0.1",
"react-modal-sheet": "^3.1.0",
"rehype-highlight": "^7.0.0",
"rehype-pretty-code": "^0.13.2",
"rehype-react": "^8.0.0",
"remark": "^15.0.1",
"remark-code-figure": "^0.2.2",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"stripe": "^16.11.0",
"swiper": "^11.1.14",
"unified": "^11.0.5",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@gradio/client": "^1.5.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}