forked from kodadot/nft-gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
124 lines (124 loc) · 3.93 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"url": "https://github.com/kodadot/nft-gallery/issues",
"homepage": "https://github.com/kodadot/nft-gallery/blob/main/CONTRIBUTING.md",
"name": "nft-gallery-nuxt",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"dev-docker": "npx nuxt",
"dev-experimental": "nuxt --hostname localhost --port 9090",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ignore-path .gitignore --ext .js,.ts,.vue .",
"lint:quiet": "eslint --quiet --ignore-path .gitignore --ext .js,.ts,.vue .",
"test": "jest --verbose ./tests"
},
"engines": {
"node": ">=16.13.0"
},
"prettier": {
"semi": false,
"bracketSameLine": true
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/vue-fontawesome": "^2.0.2",
"@google/model-viewer": "^1.9.2",
"@keeex/qrcodejs-kx": "^1.0.2",
"@nuxtjs/apollo": "^4.0.1-rc.5",
"@nuxtjs/i18n": "^7.0.3",
"@polkadot/extension-dapp": "^0.40.3",
"@polkadot/extension-inject": "^0.40.3",
"@polkadot/ui-keyring": "^0.85.4",
"@polkadot/vue-identicon": "^0.88.1",
"@types/file-saver": "^2.0.2",
"@vue-polkadot/vue-api": "0.0.46",
"@vue-polkadot/vue-settings": "0.0.38-rc.10",
"ansi-regex": "^5.0.1",
"apollo-boost": "^0.4.9",
"axios": "^0.24.0",
"buefy": "^0.9.10",
"chart.js": "^3.7.0",
"chartjs-adapter-luxon": "^1.1.0",
"chartjs-plugin-annotation": "^1.2.1",
"chartjs-plugin-zoom": "^1.1.1",
"css-loader": "4.3.0",
"core-js": "^3.20.1",
"date-fns": "^2.25.0",
"emoji-unicode": "^2.0.1",
"file-saver": "^2.0.5",
"freezeframe": "^5.0.2",
"glob-parent": "^6.0.2",
"graphql": "^15.5.0",
"graphql-tag": "^2.12.5",
"idb-keyval": "^5.0.6",
"json-schema": "^0.4.0",
"jsonpointer": "5.0.0",
"lazysizes": "^5.3.2",
"luxon": "^2.1.1",
"mingo": "^4.1.2",
"nth-check": "^2.0.1",
"nuxt": "^2.15.8",
"nuxt-buefy": "^0.4.13",
"nuxt-property-decorator": "^2.9.1",
"setimmediate": "^1.0.5",
"slugify": "^1.5.3",
"v-emoji-picker": "^2.3.3",
"vue": "^2.6.14",
"vue-apollo": "^3.0.7",
"vue-audio-visual": "^2.2.2",
"vue-class-component": "^7.2.6",
"vue-cli-plugin-sitemap": "^2.3.0",
"vue-clipboard2": "^0.3.1",
"vue-gtag": "^1.16.1",
"vue-i18n": "^8.24.4",
"vue-markdown-render": "^1.1.3",
"vue-router": "^3.5.1",
"vue-social-sharing": "^3.0.8",
"vue-tippy": "^4.13.0",
"vuex": "^3.6.2",
"vuex-persist": "^3.1.3",
"ws": "^7.4.6"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/helper-define-map": "^7.13.12",
"@babel/helper-regex": "^7.10.5",
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
"@babel/plugin-proposal-private-property-in-object": "^7.16.7",
"@intlify/vue-i18n-loader": "^1.0.0",
"@nuxt/test-utils": "^0.2.2",
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/pwa": "^3.3.5",
"@types/jest": "^27.4.0",
"@types/luxon": "^2.0.7",
"@types/markdown-it": "^12.2.1",
"@types/webpack": "^4.4.0",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-pwa": "^4.5.11",
"@vue/cli-plugin-typescript": "^4.2.3",
"@vue/cli-service": "^4.2.3",
"all-contributors-cli": "^6.20.0",
"babel-jest": "^27.4.6",
"eslint": "^8.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.2.0",
"jest": "^27.4.7",
"netlify-lambda": "^2.0.14",
"prettier": "2.5.1",
"sass": "^1.42.1",
"sass-loader": "^10.2",
"typescript": "^4.5.2",
"vue-cli-plugin-i18n": "^1.0.1",
"vue-debounce-decorator": "^1.0.1",
"vue-template-compiler": "^2.6.12"
}
}