-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.37 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.37 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
{
"name": "dd-sync",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--require dd-trace/init' next dev",
"build": "NODE_OPTIONS='--require dd-trace/init' next build",
"start": "NODE_OPTIONS='--require dd-trace/init' next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.723.0",
"@aws-sdk/client-s3": "^3.723.0",
"@aws-sdk/credential-providers": "^3.859.0",
"@aws-sdk/lib-dynamodb": "^3.751.0",
"@aws-sdk/util-dynamodb": "^3.723.0",
"@datadog/browser-rum": "^5.32.0",
"@types/react-syntax-highlighter": "^15.5.13",
"autoprefixer": "^10.4.20",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dd-trace": "^5.28.0",
"graphql": "^16.10.0",
"lucide-react": "^0.465.0",
"next": "14.2.16",
"next-auth": "^4.24.11",
"react": "^18",
"react-dom": "^18",
"react-syntax-highlighter": "^15.6.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"eslint": "^8",
"eslint-config-next": "14.2.16",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}