forked from TonDevWallet/TonDevWallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.24 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "ton_dev_wallet",
"private": true,
"version": "0.4.3",
"scripts": {
"dev": "tauri dev",
"build": "tauri build"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@hookstate/core": "^4.0.1",
"@hookstate/devtools": "^4.0.0",
"@hookstate/subscribable": "^4.0.0",
"@rollup/plugin-inject": "^5.0.3",
"@tauri-apps/api": "^1.4.0",
"@ton-community/sandbox": "^0.11.0",
"@tonconnect/protocol": "^2.2.6",
"@tonconnect/sdk": "^2.1.3",
"@types/bn.js": "^5.1.1",
"autoprefixer": "^10.4.14",
"bn.js": "^5.2.1",
"buffer": "^6.0.3",
"camelcase-keys": "^8.0.2",
"clipboardy": "^3.0.0",
"clsx": "^1.2.1",
"elkjs": "^0.8.2",
"events": "^3.3.0",
"express": "^4.18.2",
"jsqr": "^1.4.0",
"knex": "npm:@truecarry/knex@^2.3.0",
"postcss": "^8.4.25",
"react": "^18.2.0",
"react-async-hook": "^4.0.0",
"react-dom": "^18.2.0",
"react-jazzicon": "^1.0.4",
"react-qr-code": "^2.0.11",
"react-router-dom": "^6.14.1",
"reactflow": "^11.7.4",
"reactjs-popup": "^2.0.5",
"sass": "^1.63.6",
"scrypt-js": "^3.0.1",
"tailwind-merge": "^1.13.2",
"tailwindcss": "^3.3.2",
"tauri-plugin-sql-api": "github:tauri-apps/tauri-plugin-sql#013b002d72dde1a77ce6cda60007adbe36e146c9",
"ton": "^13.5.0",
"ton-core": "^0.49.1",
"ton-crypto": "^3.2.0",
"ton-lite-client": "npm:@truecarry/ton-lite-client@^2.2.0",
"tonapi-sdk-js": "^0.28.0",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@tauri-apps/cli": "^1.4.0",
"@types/node": "^18.16.3",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"prettier": "^3.0.0",
"typescript": "^5.1.6",
"vite": "^4.4.3"
}
}