forked from kodadot/nft-gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 3.27 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
{
"name": "nft-gallery",
"version": "2.0.0-rc1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "netlify-lambda build src-functions && vue-cli-service build --report",
"test:unit": "vue-cli-service test:unit",
"lint": "eslint --ignore-path .gitignore --ext .js,.ts,.vue .",
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'",
"lambda": "netlify-lambda serve src-functions",
"start": "vue-cli-service serve",
"sitemap": "vue-cli-service sitemap",
"build:report": "vue-cli-service build --report"
},
"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.8.0",
"@polkadot/extension-dapp": "^0.40.3",
"@polkadot/types": "6.0.5",
"@polkadot/types-known": "6.0.5",
"@polkadot/ui-keyring": "^0.85.4",
"@polkadot/util": "^7.4.1",
"@polkadot/util-crypto": "^7.4.1",
"@polkadot/vue-identicon": "^0.85.4",
"@types/file-saver": "^2.0.2",
"@vue-polkadot/vue-api": "0.0.46",
"@vue-polkadot/vue-settings": "^0.0.20",
"apollo-boost": "^0.4.9",
"axios": "^0.21.1",
"buefy": "^0.9.10",
"date-fns": "^2.25.0",
"echarts": "^5.2.1",
"emoji-unicode": "^2.0.1",
"file-saver": "^2.0.5",
"freezeframe": "^5.0.2",
"graphql": "^15.5.0",
"idb-keyval": "^5.0.6",
"lazysizes": "^5.3.2",
"mingo": "^4.1.2",
"register-service-worker": "^1.7.2",
"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-i18n": "^8.24.4",
"vue-markdown-render": "^1.1.3",
"vue-meta": "^2.4.0",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.5.1",
"vue-social-sharing": "^3.0.8",
"vuex": "^3.6.2",
"vuex-persist": "^3.1.3"
},
"devDependencies": {
"@babel/helper-define-map": "^7.13.12",
"@babel/helper-regex": "^7.10.5",
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
"@intlify/vue-i18n-loader": "^1.0.0",
"@types/chai": "^4.2.11",
"@types/mocha": "^5.2.4",
"@types/markdown-it": "^12.2.1",
"@types/webpack": "^4.4.0",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-pwa": "^4.5.11",
"@vue/cli-plugin-typescript": "^4.2.3",
"@vue/cli-plugin-unit-mocha": "~4.5.0",
"@vue/cli-service": "^4.2.3",
"@vue/test-utils": "^1.0.3",
"all-contributors-cli": "^6.20.0",
"chai": "^4.1.2",
"eslint": "^7.32.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^7.18.0",
"netlify-lambda": "^2.0.14",
"null-loader": "^4.0.1",
"sass": "^1.35.1",
"sass-loader": "^10.2",
"typescript": "^4.4.2",
"vue-cli-plugin-i18n": "^1.0.1",
"vue-debounce-decorator": "^1.0.1",
"vue-template-compiler": "^2.6.12"
},
"engines": {
"node": ">=14.0.0"
}
}