-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 796 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 796 Bytes
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
{
"name": "ai-interview-simulator",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "sst dev",
"build": "sst build",
"deploy": "sst deploy",
"remove": "sst remove",
"console": "sst console",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.2",
"@types/uuid": "^9.0.6",
"aws-cdk-lib": "2.95.1",
"constructs": "10.2.69",
"sst": "^2.31.0",
"typescript": "^5.2.2"
},
"workspaces": [
"packages/*"
],
"dependencies": {
"axios": "^1.5.1",
"i18next": "^23.10.1",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-http-backend": "^2.5.0",
"moment": "^2.29.4",
"react-i18next": "^14.1.0",
"react-icons": "^4.11.0",
"uuid": "^9.0.1"
}
}