-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.86 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
{
"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": {
"@firebase/firestore": "^4.6.0",
"@nuxtjs/apollo": "^4.0.1-rc.5",
"@nuxtjs/auth-next": "^5.0.0-1667386184.dfbbb54",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/i18n": "^7.3.0",
"apexcharts": "^3.43.2-0",
"big.js": "^6.2.1",
"bn.js": "^5.2.1",
"core-js": "^3.19.3",
"crypto-js": "^4.2.0",
"firebase": "^10.11.0",
"graphql-tag": "^2.12.6",
"html2canvas": "^1.4.1",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"near-api-js": "1.1.0",
"near-seed-phrase": "^0.2.0",
"nuxt": "^2.15.8",
"nuxt-clipboard2": "^0.2.1",
"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-cryptojs": "^2.4.5",
"vue-debounce": "^5.0.0",
"vue-qr": "^4.0.9",
"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",
"webpack": "^4.46.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.3",
"@nuxtjs/eslint-config": "^8.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/vuetify": "^1.12.3",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^3.1.0",
"eslint-plugin-vue": "^9.24.0",
"prettier": "^2.5.1",
"svg-url-loader": "^8.0.0",
"vue-svg-loader": "^0.16.0"
}
}