-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
53 lines (53 loc) · 1.37 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
{
"name": "ton-token-bridge",
"version": "0.1.0",
"private": true,
"license": "GPL-3.0",
"scripts": {
"serve": "clear && vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"lint:fix": "vue-cli-service lint -- --fix",
"i18n:report": "vue-cli-service i18n:report --src \"./src/**/*.?(js|vue)\" --locales \"./src/locales/**/*.json\""
},
"dependencies": {
"@walletconnect/ethereum-provider": "2.9.2",
"@walletconnect/modal": "2.6.1",
"core-js": "3.26.0",
"detect-it": "4.0.1",
"ethers": "5.7.2",
"lodash.debounce": "4.0.8",
"nanoevents": "7.0.1",
"node-polyfill-webpack-plugin": "2.0.1",
"qr-code-styling": "1.6.0-rc.1",
"tonweb": "0.0.60",
"vue": "3.2.41",
"vue-i18n": "9.2.2",
"vue-router": "4.1.6",
"vue-uuid": "3.0.0",
"vuex": "4.1.0",
"web3": "1.8.0",
"@tonconnect/sdk": "3.0.0",
"@tonconnect/ui": "2.0.0"
},
"devDependencies": {
"@intlify/vue-i18n-loader": "3.3.0",
"@types/detect-it": "4.0.1",
"@types/lodash.debounce": "4.0.7",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-router": "5.0.8",
"@vue/cli-plugin-typescript": "5.0.8",
"@vue/cli-plugin-vuex": "5.0.8",
"@vue/cli-service": "5.0.8",
"less": "4.1.3",
"less-loader": "8.1.1",
"typescript": "4.5.5",
"vue-cli-plugin-i18n": "2.3.1"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
]
}