-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.52 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
{
"name": "game.explorer.frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate --target static",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "yarn lint:js"
},
"dependencies": {
"@apollo/client": "^3.3.20",
"@nuxtjs/apollo": "^4.0.1-rc.5",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/google-gtag": "^1.0.4",
"@nuxtjs/pwa": "^3.3.5",
"add": "^2.0.6",
"apollo-client": "^2.6.10",
"apollo-link": "^1.2.14",
"apollo-link-context": "^1.0.20",
"apollo-link-http": "^1.5.17",
"bootstrap-vue": "^2.21.2",
"chart.js": "2.9.4",
"firebase-tools": "^9.16.0",
"graphql": "^15.5.0",
"graphql-tag": "^2.12.4",
"nuxt": "^2.15.3",
"tb-skeleton": "^0.3.6",
"v-clipboard": "^2.2.3",
"vue-apollo": "^3.0.7",
"vue-chartjs": "3.5.1",
"vue-i18n": "^8.24.4",
"vue-lazyload": "^1.3.3",
"vue-loading-skeleton": "^1.1.9",
"vue-pagination-2": "^3.0.91",
"vue-qr": "^2.5.0",
"vuex-easy-access": "^3.1.8",
"yarn": "^1.22.10"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^6.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"babel-eslint": "^10.1.0",
"eslint": "^7.22.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-vue": "^7.7.0",
"fibers": "^5.0.0",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"sass": "^1.35.0",
"sass-loader": "10"
}
}