generated from amazon-archives/__template_MIT-0
-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathpackage.json
More file actions
148 lines (148 loc) · 4.97 KB
/
package.json
File metadata and controls
148 lines (148 loc) · 4.97 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
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "bedrock-engineer",
"version": "1.21.0",
"description": "Autonomous software development agent apps using Amazon Bedrock, capable of customize to create/edit files, execute commands, search the web, use knowledge base, use multi-agents, generative images and more.",
"main": "./out/main/index.js",
"homepage": "https://github.com/aws-samples/bedrock-engineer",
"engines": {
"node": ">=20.19.0"
},
"scripts": {
"format": "prettier --write .",
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
"lint:fix": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
"test": "jest --config jest.config.js",
"test:watch": "jest --watchAll --config jest.config.js",
"test:integration": "jest --config jest.integration.config.js",
"test:integration:watch": "jest --config jest.integration.config.js --watchAll",
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
"typecheck:web": "tsc --noEmit -p tsconfig.web.json --composite false",
"typecheck": "npm run typecheck:node && npm run typecheck:web",
"start": "electron-vite preview",
"dev": "electron-vite dev",
"build": "npm run typecheck && electron-vite build",
"postinstall": "electron-builder install-app-deps",
"build:unpack": "npm run build && electron-builder --dir",
"build:win": "npm run build && electron-builder --win",
"build:mac": "electron-vite build && electron-builder --mac --universal",
"sign": "codesign --force --deep --sign - /path/to/YourApp.dmg",
"sign:mac": "codesign --force --deep --sign - \"/Applications/Bedrock Engineer.app\"",
"build:linux": "electron-vite build && electron-builder --linux"
},
"dependencies": {
"@aws-sdk/client-bedrock": "^3.995.0",
"@aws-sdk/client-bedrock-agent-runtime": "^3.995.0",
"@aws-sdk/client-bedrock-runtime": "^3.995.0",
"@aws-sdk/client-s3": "^3.995.0",
"@aws-sdk/client-sts": "3.995.0",
"@aws-sdk/client-translate": "^3.995.0",
"@aws-sdk/credential-providers": "^3.995.0",
"@codemirror/autocomplete": "6.18.0",
"@codesandbox/sandpack-react": "2.18.3",
"@electron-toolkit/preload": "3.0.2",
"@electron-toolkit/utils": "4.0.0",
"@headlessui/react": "^2.2.0",
"@iconify-json/logos": "1.2.0",
"@modelcontextprotocol/sdk": "^1.26.0",
"@monaco-editor/react": "^4.6.0",
"@reactour/tour": "3.7.0",
"@tshepomgaga/aws-sfn-graph": "0.0.6",
"axios": "^1.13.5",
"chart.js": "^4.4.8",
"cors": "2.8.5",
"diff": "8.0.3",
"electron-store": "8.2.0",
"express": "^4.22.1",
"fix-path": "^4.0.0",
"flowbite-react": "0.10.1",
"framer-motion": "11.3.29",
"https-proxy-agent": "^7.0.6",
"i18next": "23.15.0",
"lottie-react": "2.4.0",
"mammoth": "^1.11.0",
"mermaid": "^11.4.0",
"node-cron": "^4.2.0",
"node-fetch": "^3.3.2",
"pdf-parse": "^1.1.1",
"react-chartjs-2": "^5.3.0",
"react-cmdk": "1.3.9",
"react-drawio": "^1.0.3",
"react-hot-toast": "2.4.1",
"react-i18next": "15.0.1",
"react-icons": "5.3.0",
"react-markdown": "9.0.1",
"react-router": "6.30.3",
"react-router-dom": "6.30.3",
"react-syntax-highlighter": "^16.1.1",
"rehype-katex": "^7.0.1",
"remark-gfm": "4.0.0",
"remark-math": "^6.0.0",
"rxjs": "^7.8.2",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"uuid": "^13.0.0",
"vite-plugin-svgr": "4.3.0",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@electron-toolkit/eslint-config-prettier": "2.0.0",
"@electron-toolkit/eslint-config-ts": "2.0.0",
"@electron-toolkit/tsconfig": "1.0.1",
"@smithy/types": "4.1.0",
"@types/diff": "5.2.3",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/js-yaml": "^4.0.9",
"@types/node": "20.14.8",
"@types/node-cron": "^3.0.11",
"@types/pdf-parse": "^1.1.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "4.3.4",
"autoprefixer": "10.4.20",
"dotenv": "^16.4.5",
"electron": "^41.0.0",
"electron-builder": "26.8.1",
"electron-vite": "5.0.0",
"eslint": "8.57.0",
"eslint-plugin-react": "7.34.3",
"jest": "29.7.0",
"postcss": "8.4.41",
"prettier": "3.3.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "3.4.10",
"ts-jest": "29.2.4",
"typescript": "5.5.2",
"vite": "^6.4.1"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.24.0",
"@rollup/rollup-win32-x64-msvc": "4.20.0",
"dmg-license": "1.0.11"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"transform": {
"^.+\\.tsx?$": [
"ts-jest",
{
"tsconfig": "tsconfig.test.json"
}
]
}
}
}