-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.46 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.46 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
47
{
"name": "@crossmint/wallets-quickstart-devkit",
"version": "0.2.24",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "playwright test",
"test:ui": "playwright test --ui",
"test:smoke": "playwright test --project=smoke",
"test:smoke:ui": "playwright test --project=smoke --ui"
},
"dependencies": {
"@crossmint/client-sdk-react-ui": "workspace:*",
"@dynamic-labs/ethereum": "4.25.6",
"@dynamic-labs/sdk-react-core": "4.25.6",
"@dynamic-labs/solana": "4.25.6",
"@firebase/auth": "1.10.8",
"@privy-io/react-auth": "2.13.0",
"@solana/spl-token": "0.4.13",
"@solana/web3.js": "1.98.1",
"@stellar/stellar-sdk": "v14.0.0-rc.3",
"clsx": "2.1.1",
"firebase": "^10.3.1",
"firebaseui": "6.1.0",
"next": "15.3.9",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "2.4.0",
"tw-animate-css": "1.2.9",
"viem": "2.33.1"
},
"devDependencies": {
"@playwright/test": "1.54.2",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/dotenv": "^8.2.0",
"dotenv": "^16.3.1",
"mailosaur": "^8.8.1",
"tailwindcss": "^4",
"typescript": "^5"
}
}