-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.42 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
41
42
43
44
45
46
47
48
49
{
"name": "gasilon",
"workspaces": [
"packages/*",
"server",
"client",
"lambda"
],
"private": true,
"version": "0.0.1",
"description": "",
"scripts": {
"lint": "eslint --fix --ext .js,.ts .",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "sst dev",
"build": "sst build",
"deploy": "sst deploy",
"setup": "ts-node setup.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@solana/spl-token": "^0.3.8",
"@solana/web3.js": "^1.78.5",
"@types/readline-sync": "^1.4.5",
"aws-cdk-lib": "2.95.1",
"constructs": "10.2.69",
"readline-sync": "^1.4.10",
"sst": "2.26.8"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.5.2",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@walless/eslint-config": "^0.0.5",
"@walless/tsconfig": "^0.0.1",
"eslint": "8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"prettier": "^3.0.3",
"typescript": "^5.0.0"
},
"packageManager": "[email protected]"
}