forked from Defi-Project-list/tbot-dapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 993 Bytes
/
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
{
"name": "tbot-dapp",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@chenfengyuan/vue-countdown": "^1.1.5",
"@metamask/detect-provider": "^1.2.0",
"@nuxtjs/auth-next": "^5.0.0-1624817847.21691f1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/color-mode": "^2.1.1",
"@nuxtjs/device": "^2.1.0",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/sitemap": "^2.4.0",
"@walletconnect/web3-provider": "^1.6.6",
"core-js": "^3.15.1",
"ethers": "^5.5.1",
"lodash.debounce": "^4.0.8",
"node-sass": "^6.0.1",
"nuxt": "^2.15.8",
"nuxt-buefy": "^0.4.13",
"nuxt-vuex-localstorage": "^1.3.0",
"sass-loader": "^10.2.0",
"vee-validate": "^3.4.13",
"vue-jazzicon": "^0.1.3",
"walletlink": "^2.2.6"
},
"devDependencies": {
"eslint-config-prettier": "^8.3.0",
"prettier": "^2.3.2"
}
}