-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.2 KB
/
package.json
File metadata and controls
76 lines (76 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
74
75
76
{
"name": "music-feast",
"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": {
"@nuxtjs/apollo": "^4.0.1-rc.5",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/firebase": "^8.2.2",
"@nuxtjs/i18n": "^7.3.0",
"@ramper/core": "0.0.36",
"@ramper/near": "^0.0.32",
"apexcharts": "^3.36.3",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
"bn.js": "^5.2.1",
"core-js": "^3.19.3",
"countries-and-timezones": "^3.5.1",
"dotenv": "^16.0.3",
"expressjs": "^1.0.1",
"firebase": "^9.23.0",
"graphql-tag": "^2.12.6",
"html2canvas": "^1.4.1",
"lib": "^4.3.3",
"lite-youtube-embed": "^0.2.0",
"moment": "^2.29.4",
"near-api-js": "^1.1.0",
"node-fetch": "2.6.7",
"nuxt": "^2.15.8",
"parallax-js": "^3.1.0",
"party-js": "^2.2.0",
"pg": "^8.8.0",
"v-debounce": "^0.2.0",
"v-emoji-picker": "^2.3.3",
"video.js": "^8.9.0",
"vimeo": "^2.3.1",
"vue": "^2.6.14",
"vue-advanced-chat": "^2.0.1",
"vue-apexcharts": "^1.6.2",
"vue-browser-geolocation": "^1.8.0",
"vue-confetti": "^2.3.0",
"vue-debounce": "^4.0.1",
"vue-gtag": "^1.16.1",
"vue-qr": "^4.0.9",
"vue-server-renderer": "^2.6.14",
"vue-template-compiler": "^2.6.14",
"vue2-editor": "^2.10.3",
"vue2-gmap-custom-marker": "^6.1.0",
"vue2-google-maps": "^0.10.7",
"vuetify": "^2.6.1",
"wavesurfer.js-vue": "^1.0.0",
"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": "^8.2.0",
"prettier": "^2.5.1"
}
}