-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (40 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (40 loc) · 1.02 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
{
"private": true,
"name": "ddbviz",
"description": "DynamoDB browser",
"license": "",
"scripts": {
"build": "remix build",
"dev": "remix dev",
"postinstall": "remix setup node",
"start": "remix-serve build"
},
"dependencies": {
"@aws-sdk/client-cloudwatch": "^3.53.0",
"@aws-sdk/client-dynamodb": "^3.52.0",
"@aws-sdk/client-dynamodb-streams": "^3.54.1",
"@aws-sdk/client-lambda": "^3.51.0",
"@aws-sdk/client-pricing": "^3.54.1",
"@aws-sdk/util-dynamodb": "^3.51.0",
"@remix-run/node": "^1.2",
"@remix-run/react": "^1.2",
"@remix-run/serve": "^1.2",
"chart.js": "^3.7.1",
"mysql": "^2.18.1",
"isbot": "^3.6.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-chartjs-2": "^4.0.1"
},
"devDependencies": {
"@remix-run/dev": "^1.13.0",
"@remix-run/eslint-config": "^1.13.0",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"eslint": "^8.27.0"
},
"engines": {
"node": ">=16"
},
"sideEffects": false
}