forked from ton-blockchain/bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.61 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
{
"name": "ton-evm-bridge",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"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",
"core-js": "3.15.1",
"detect-it": "4.0.1",
"ethers": "5.7.1",
"less": "4.1.1",
"less-loader": "7.3.0",
"loader-utils": "2.0.4",
"lodash.debounce": "4.0.8",
"nuxt": "2.15.7",
"nuxt-i18n": "6.28.1",
"tonweb": "0.0.29",
"web3": "1.8.0"
},
"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": "4.0.2",
"postcss-responsive-type": "1.0.0",
"prettier": "2.3.2",
"types-bn": "0.0.1",
"webpack": "4.46.0"
},
"overrides": {
"glob-parent": "6.0.2",
"node-fetch": "2.6.7",
"nth-check": "2.1.1",
"@xmldom/xmldom": "0.8.5",
"postcss": "8.4.18",
"decode-uri-component": "0.2.2"
}
}