-
Notifications
You must be signed in to change notification settings - Fork 113
/
Copy pathpackage.json
109 lines (109 loc) · 3.66 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
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
{
"name": "ai-outpainting-nextjs",
"version": "0.0.1",
"private": true,
"scripts": {
"debug-dev": "NODE_OPTIONS='--inspect' next dev",
"proxy-dev": "export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890 && export ROARR_LOG=true && next dev",
"dev": "next dev",
"build": "prisma generate && next build",
"build-test": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"pg:gen": "prisma generate",
"pg:migrate": "prisma migrate dev",
"pg:push": "prisma db push",
"pg:dasborad": "prisma studio",
"extract": "lingui extract --clean",
"translate": "yarn extract && node ./scripts/translate-locale.js",
"translate2": "yarn extract && node ./scripts/translate-locale.js && node ./scripts/translate-blogs.js",
"compile": "lingui compile --typescript"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.65",
"@ant-design/nextjs-registry": "^1.0.0",
"@auth/prisma-adapter": "^2.4.1",
"@aws-sdk/client-s3": "3.600.0",
"@aws-sdk/s3-request-presigner": "3.600.0",
"@lingui/react": "4.13.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.4",
"@next/third-parties": "^14.2.4",
"@nextui-org/react": "^2.0.0",
"@paypal/react-paypal-js": "^8.5.0",
"@prisma/client": "^5.16.0",
"@react-oauth/google": "^0.12.1",
"@stripe/react-stripe-js": "^2.7.1",
"@stripe/stripe-js": "^4.0.0",
"@tabler/icons-react": "^3.19.0",
"@types/crypto-js": "^4.2.2",
"ai": "^3.4.8",
"antd": "^5.18.3",
"bcryptjs": "^2.4.3",
"blueimp-md5": "^2.19.0",
"cookies-next": "^4.2.1",
"cos-js-sdk-v5": "^1.8.1",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.11",
"framer-motion": "^11.2.12",
"google-auth-library": "^9.11.0",
"gray-matter": "^4.0.3",
"iron-session": "^8.0.2",
"konva": "^8.4.0",
"lucide-react": "^0.244.0",
"next": "^14.2.4",
"next-auth": "^5.0.0-beta.19",
"next-logger": "^5.0.0",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.3.0",
"paypal-rest": "^1.3.2-ALPHA",
"pino": "^9.2.0",
"qcloud-cos-sts": "^3.1.0",
"radash": "^12.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.52.0",
"react-icons": "^5.2.1",
"react-konva": "^18.2.0",
"react-use": "^17.5.0",
"remark-gfm": "4.0.0",
"rotating-file-stream": "^3.2.3",
"runpod-sdk": "^1.0.7",
"stripe": "^16.0.0",
"sugar-high": "^0.7.0",
"use-image": "^1.1.1"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/plugin-proposal-do-expressions": "^7.24.7",
"@faker-js/faker": "^8.4.1",
"@lingui/cli": "4.13.0",
"@lingui/format-json": "4.13.0",
"@lingui/loader": "4.13.0",
"@lingui/macro": "4.13.0",
"@lingui/swc-plugin": "4.0.8",
"@tailwindcss/typography": "^0.5.13",
"@types/bcryptjs": "^2.4.6",
"@types/blueimp-md5": "^2.18.2",
"@types/mdx": "^2.0.13",
"@types/node": "^20.14.9",
"@types/paypal-rest-sdk": "^1.7.9",
"@types/pino-multi-stream": "^5.1.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"babel-plugin-macros": "^3.1.0",
"eslint": "^8.56.0",
"eslint-config-next": "14.2.4",
"eslint-plugin-lingui": "^0.3.0",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"prisma": "^5.16.0",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2",
"wrangler": "^3.62.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}