forked from leonacostaok/metamask-encrypt-decrypt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.02 KB
/
package.json
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
{
"name": "metamask-encrypt-decrypt",
"version": "0.0.1",
"private": true,
"type": "module",
"workspaces": [
"frontend",
"functions"
],
"scripts": {
"start": "cd frontend && yarn start",
"dev": "sst dev",
"build": "sst build",
"deploy": "sst deploy",
"remove": "sst remove",
"console": "sst console",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@aws-sdk/client-acm": "^3.387.0",
"@aws-sdk/client-route-53": "^3.387.0",
"@tsconfig/node18": "^18.2.2",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"aws-cdk-lib": "2.95.1",
"constructs": "10.2.69",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"prettier": "^3.0.1",
"sst": "^2.25.3",
"typescript": "^5.2.2"
},
"dependencies": {
"rc-table": "^7.36.0"
}
}