-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.8 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
{
"name": "ton-whales-webplugin",
"version": "0.6.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "./build.sh",
"lint": "next lint",
"version": "node version.js"
},
"dependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-node-resolve": "^13.2.1",
"@types/bn.js": "^5.1.0",
"@types/cookies": "^0.7.7",
"@types/js-cookie": "^3.0.1",
"@types/react-native": "^0.67.4",
"@types/react-transition-group": "^4.4.4",
"@vespaiach/axios-fetch-adapter": "^0.2.2",
"axios": "^0.26.1",
"bn.js": "^5.2.0",
"buffer": "^6.0.3",
"cookies": "^0.8.0",
"currency.js": "^2.0.4",
"esbuild": "^0.14.37",
"fp-ts": "^2.11.10",
"io-ts": "^2.2.16",
"js-cookie": "^3.0.1",
"lottie-react": "^2.2.1",
"motion": "^10.7.2",
"murmurhash": "^2.0.0",
"next": "12.1.5",
"next-compose-plugins": "^2.2.1",
"next-transpile-modules": "^9.0.0",
"qrcode.react": "^1.0.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native-safe-area-context": "^4.2.4",
"react-native-web": "^0.17.5",
"react-transition-group": "^4.4.2",
"teslabot": "^1.5.0",
"ton": "9.7.0",
"ton-crypto": "^2.1.0",
"ton-x": "^0.3.0",
"typescript": "^4.4.2",
"url": "^0.11.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
},
"devDependencies": {
"@types/chrome": "0.0.35",
"@types/murmurhash": "^2.0.0",
"@types/node": "17.0.24",
"@types/qrcode.react": "^1.0.2",
"@types/qs": "^6.9.7",
"@types/react": "18.0.5",
"@types/react-dom": "18.0.1",
"babel-plugin-inline-react-svg": "^2.0.1",
"babel-plugin-react-native-web": "^0.17.5",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"typescript": "4.6.3"
}
}