-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
59 lines (59 loc) · 1.63 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
{
"name": "ton-bridge",
"version": "2.0.4",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"analize": "nuxt build -a --profile",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.ts,.vue\" --ignore-path .gitignore .",
"lint": "npm lint:js"
},
"dependencies": {
"@nuxt/content": "1.11.1",
"@nuxtjs/axios": "5.13.6",
"@nuxtjs/router": "1.5.0",
"@nuxtjs/style-resources": "1.2.1",
"@walletconnect/web3-provider": "1.7.0",
"core-js": "3.15.1",
"detect-it": "4.0.1",
"eth-lib": "0.1.29",
"ethers": "5.5.2",
"less": "4.1.1",
"less-loader": "7.3.0",
"loader-utils": "2.0.0",
"lodash.debounce": "4.0.8",
"nanoevents": "6.0.2",
"nuxt": "2.15.7",
"nuxt-i18n": "6.28.1",
"qr-code-styling": "1.6.0-rc.1",
"tonweb": "0.0.27",
"web3": "1.6.1"
},
"devDependencies": {
"@babel/eslint-parser": "7.14.7",
"@nuxt/builder": "2.15.8",
"@nuxt/types": "2.15.7",
"@nuxt/typescript-build": "2.1.0",
"@nuxtjs/eslint-config-typescript": "6.0.1",
"@nuxtjs/eslint-module": "3.0.2",
"@types/lodash.debounce": "4.0.6",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
"eslint": "7.29.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-nuxt": "2.0.0",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-vue": "7.12.1",
"fibers": "5.0.0",
"lint-staged": "10.5.3",
"nuxt-compress": "5.0.0",
"postcss-functions": "3.0.0",
"postcss-responsive-type": "1.0.0",
"prettier": "2.3.2",
"types-bn": "0.0.1",
"webpack": "4.46.0"
}
}