This repository has been archived by the owner on Aug 24, 2024. It is now read-only.
forked from zongzheng123/honeypot-front-end
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.98 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
{
"name": "global-dv-nuxt2",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint:prettier": "prettier --check .",
"lint": "npm run lint:js && npm run lint:prettier",
"lintfix": "prettier --write --list-different . && npm run lint:js -- --fix"
},
"dependencies": {
"@metamask/sdk": "^0.14.2",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/i18n": "^7.3.0",
"@uniswap/v2-core": "^1.0.1",
"@walletconnect/web3-provider": "^1.8.0",
"bignumber.js": "^9.1.2",
"core-js": "^3.19.3",
"ethcall": "4.8.13",
"ethers": "5.7.2",
"eventemitter3": "^5.0.1",
"html2canvas": "^1.4.1",
"lodash": "^4.17.21",
"near-api-js": "^1.0.0",
"nuxt": "^2.15.8",
"p-retry": "^5.1.2",
"parallax-js": "^3.1.0",
"vue": "^2.6.14",
"vue-advanced-chat": "^2.0.1",
"vue-apexcharts": "^1.6.2",
"vue-browser-geolocation": "^1.8.0",
"vue-debounce": "^4.0.0",
"vue-server-renderer": "^2.6.14",
"vue-template-compiler": "^2.6.14",
"vue2-gmap-custom-marker": "^6.1.0",
"vue2-google-maps": "^0.10.7",
"vuetify": "^2.6.1",
"web3modal": "^1.9.9",
"webpack": "^4.46.0"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/eslint-parser": "^7.16.3",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/types": "^7.23.6",
"@nuxt/types": "^2.17.3",
"@nuxt/typescript-build": "^3.0.2",
"@nuxtjs/eslint-config": "^8.0.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/tailwindcss": "^6.10.4",
"@nuxtjs/vuetify": "^1.12.3",
"@types/node": "^20.11.5",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^3.1.0",
"eslint-plugin-vue": "^8.2.0",
"fast-glob": "^3.3.2",
"prettier": "^2.5.1",
"typescript": "^5.3.3"
}
}