forked from DjedAlliance/StablePay-MerchantWebsiteDemo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.1 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
{
"name": "stablepay-merchant-demo-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack --port 3000",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"djed-sdk": "^1.0.2",
"lucide-react": "^0.479.0",
"motion": "^12.4.10",
"next": "15.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"stablepay-sdk": "^1.0.2",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7",
"viem": "^2.21.53",
"web3": "^1.7.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/webpack": "^5.28.5",
"css-loader": "^7.1.2",
"eslint": "^9",
"eslint-config-next": "15.1.0",
"ignore-loader": "^0.1.2",
"postcss": "^8",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.17",
"typescript": "^5"
},
"overrides": {
"ajv": "8.17.1",
"json-schema-traverse": "1.0.0",
"picomatch": "4.0.3"
}
}