-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.17 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.17 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": "a-wallet",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@lottiefiles/react-lottie-player": "^3.6.0",
"@orbs-network/ton-access": "^2.3.3",
"@ton/crypto": "^3.3.0",
"@ton/ton": "^15.4.0",
"@tonconnect/protocol": "^2.3.0",
"@tonconnect/sdk": "^3.3.1",
"canvas-confetti": "^1.9.3",
"crypto-js": "^4.2.0",
"framer-motion": "^12.23.22",
"iconoir-react": "^7.11.0",
"lottie-react": "^2.4.1",
"next": "15.5.4",
"qr-code-styling": "^1.9.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"sonner": "^2.0.7",
"ton": "^6.13.1",
"ton-core": "^0.53.0",
"ton-crypto": "^3.2.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/canvas-confetti": "^1.9.0",
"@types/crypto-js": "^4.2.2",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"cloudflared": "^0.7.1",
"eslint": "^9",
"eslint-config-next": "15.5.4",
"tailwindcss": "^4",
"typescript": "^5"
}
}