-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.35 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.35 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
{
"name": "aurora-dsql-query-editor-sample",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "webpack serve --mode development",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@aws-sdk/client-sts": "^3.1021.0",
"@aws-sdk/types": "^3.973.8",
"@aws/aurora-dsql-postgresjs-connector": "^0.2.1",
"buffer": "^6.0.3",
"net-browserify": "^0.2.4",
"performance-now": "^2.1.0",
"postgres": "^3.4.7",
"process": "^0.11.10",
"react": "^19.2.4",
"react-dom": "^19.2.5",
"setimmediate": "^1.0.5",
"timers-browserify": "^2.0.12"
},
"devDependencies": {
"@babel/core": "^7.22.0",
"@babel/preset-react": "^7.22.0",
"@eslint/js": "^9.0.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/webpack": "^5.28.5",
"@types/webpack-dev-server": "^4.7.1",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"babel-loader": "^9.1.0",
"eslint": "^9.0.0",
"eslint-plugin-react": "^7.37.0",
"eslint-plugin-react-hooks": "^5.0.0",
"html-webpack-plugin": "^5.5.0",
"ts-loader": "^9.4.0",
"typescript": "^5.0.0",
"webpack": "^5.88.0",
"webpack-cli": "^5.1.0",
"webpack-dev-server": "^5.2.1"
},
"overrides": {
"ws": "^8.18.0",
"fast-xml-parser": "^5.4.1"
}
}