-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·73 lines (73 loc) · 2.2 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·73 lines (73 loc) · 2.2 KB
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
67
68
69
70
71
72
73
{
"name": "treejer",
"version": "1.0.0",
"description": " A more affordable Climate Action through financial inclusion of the rural communities",
"author": "Treejer",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@braid/vue-formulate": "^2.4.3",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/vue-fontawesome": "^0.1.10",
"@netsells/nuxt-hotjar": "^0.1.3",
"@nuxtjs/apollo": "^4.0.1-rc.5",
"@nuxtjs/axios": "^5.12.1",
"@nuxtjs/dotenv": "^1.4.0",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/pwa": "^3.0.1",
"@nuxtjs/robots": "^2.5.0",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/style-resources": "^1.0.0",
"@opengsn/provider": "^2.2.6",
"@portis/web3": "^2.0.0-beta.57",
"@toruslabs/torus-embed": "^1.20.2",
"@transak/transak-sdk": "^1.0.28",
"@walletconnect/web3-provider": "^1.2.1",
"bn.js": "^5.2.0",
"bootstrap": "^4.5.2",
"bootstrap-vue": "^2.16.0",
"cookie-universal-nuxt": "^2.1.4",
"express": "^4.15.3",
"express-session": "^1.17.1",
"fortmatic": "^2.2.1",
"moment": "^2.29.1",
"moment-msdate": "^2.0.4",
"moment-strftime": "^0.5.0",
"nuxt": "^2.14.3",
"nuxt-clipboard": "0.0.6",
"nuxt-fontawesome": "^0.4.0",
"nuxt-gmaps": "^1.2.5",
"nuxt-i18n": "^6.13.9",
"swiper": "^5.4.5",
"vue": "^2.6.11",
"vue-awesome-swiper": "^3.1.3",
"vue-datamaps": "^0.2.85",
"vue-image-crop-upload": "^2.5.0",
"vue-range-component": "^1.0.3",
"vue-spinner": "^1.0.4",
"vue-typer": "^1.2.0",
"vue2-filters": "^0.9.1",
"vuex": "^3.5.1",
"walletconnect": "^1.2.1",
"web3": "^1.2.9"
},
"devDependencies": {
"@nuxt/types": "~2.15.0",
"@nuxtjs/eslint-config": "^1.0.1",
"@nuxtjs/moment": "^1.6.1",
"@wordpress/browserslist-config": "^4.1.0",
"babel-eslint": "^10.1.0",
"browserslist": "^4.17.2",
"eslint": "^6.1.0",
"eslint-plugin-nuxt": "^1.0.0",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2"
}
}