-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 917 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 917 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
36
{
"name": "sol-pay",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@solana/kit": "^3.0.3",
"aws-amplify": "^6.16.2",
"next": "^15.5.12",
"qr-code-styling": "^1.9.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@aws-amplify/backend": "^1.21.0",
"@aws-amplify/backend-cli": "^1.8.2",
"@eslint/eslintrc": "^3.3.3",
"@types/node": "~22.10.10",
"@types/react": "~19.0.14",
"aws-cdk": "^2.1106.1",
"aws-cdk-lib": "^2.238.0",
"constructs": "^10.5.1",
"esbuild": "^0.25.12",
"eslint": "^9.39.2",
"eslint-config-next": "~15.1.12",
"react-photo-album": "^3.5.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"yet-another-react-lightbox": "^3.29.1"
}
}