forked from llipengda/strategix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.11 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.11 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
{
"name": "strategix",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev --turbopack",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@auth/dynamodb-adapter": "^2.7.2",
"@aws-sdk/client-dynamodb": "^3.670.0",
"@aws-sdk/client-s3": "^3.693.0",
"@aws-sdk/lib-dynamodb": "^3.670.0",
"@aws-sdk/s3-request-presigner": "^3.693.0",
"@aws-sdk/util-dynamodb": "^3.670.0",
"@marsidev/react-turnstile": "^1.0.2",
"@mdxeditor/editor": "^3.19.0",
"@serwist/next": "^9.0.10",
"@tailwindcss/typography": "^0.5.15",
"@types/react-modal": "^3.16.3",
"ably": "^2.5.0",
"bcryptjs": "^2.4.3",
"date-fns-tz": "^3.2.0",
"mac-scrollbar": "^0.13.6",
"next": "15.0.3",
"next-auth": "5.0.0-beta.25",
"next-recaptcha-v3": "^1.4.1",
"nextjs-toploader": "^3.7.15",
"nprogress": "^0.2.0",
"openai": "^4.72.0",
"react": "19.0.0-rc-66855b96-20241106",
"react-clock": "^5.1.0",
"react-content-loader": "^7.0.2",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-icons": "^5.3.0",
"react-modal": "^3.16.1",
"react-use-draggable-scroll": "^0.4.7",
"strategix": "file:",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20",
"@types/nprogress": "^0.2.3",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"babel-plugin-react-compiler": "19.0.0-beta-8a03594-20241020",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"eslint-plugin-react-compiler": "19.0.0-beta-8a03594-20241020",
"postcss": "^8",
"prettier-plugin-packagejson": "^2.5.3",
"serwist": "^9.0.10",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"pnpm": {
"overrides": {
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
}
}
}