forked from kodadot/nft-gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
145 lines (145 loc) · 4.5 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"homepage": "https://kodadot.xyz",
"repository": {
"type": "git",
"url": "https://github.com/npm/cli.git"
},
"bugs": {
"url": "https://github.com/kodadot/nft-gallery/issues"
},
"description": "Open Source NFT marketplace developed as public good",
"keywords": [
"nft",
"marketplace",
"open source",
"public good"
],
"license": "MIT",
"name": "kodadot-nft-gallery",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "PORT=9090 nuxt dev",
"dev-docker": "npx nuxi dev",
"dev-experimental": "nuxi dev --hostname localhost --port 9090",
"build": "nuxi build --modern",
"start": "nuxi preview",
"generate:pnpm": "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm generate --modern",
"generate": "nuxi generate --modern",
"lint": "eslint --ignore-path .gitignore --ext .js,.ts,.vue .",
"lint:quiet": "eslint --quiet --ignore-path .gitignore --ext .js,.ts,.vue .",
"lint:fix": "eslint --fix --quiet --ignore-path .gitignore --ext .js,.ts,.vue .",
"test": "vitest run --reporter verbose --allowOnly",
"test:watch": "vitest --reporter verbose --allowOnly",
"prepare": "husky install"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,ts,vue}": [
"prettier --write",
"pnpm lint:quiet"
]
},
"engines": {
"npm": "please-use-pnpm",
"node": "^16"
},
"prettier": {
"semi": false,
"bracketSameLine": true,
"singleQuote": true
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^2.0.6",
"@google/model-viewer": "1.10.1",
"@keeex/qrcodejs-kx": "^1.0.2",
"@kodadot1/minimark": "^0.0.1-rc.6",
"@kodadot1/sub-api": "^0.0.1-rc.3",
"@kodadot1/vuex-options": "^0.0.1-rc.2",
"@nuxtjs/apollo": "^4.0.1-rc.5",
"@nuxtjs/i18n": "^7.2.1",
"@polkadot/extension-dapp": "^0.42.6",
"@polkadot/extension-inject": "^0.42.7",
"@polkadot/ui-keyring": "0.89.4-1",
"@polkadot/vue-identicon": "^0.89.2",
"@ramp-network/ramp-instant-sdk": "^3.1.0",
"apollo-boost": "^0.4.9",
"axios": "^0.26.1",
"buefy": "^0.9.19",
"chart.js": "^3.7.1",
"chartjs-adapter-date-fns": "^2.0.0",
"chartjs-plugin-annotation": "^1.4.0",
"chartjs-plugin-zoom": "^1.2.1",
"css-loader": "5.2.7",
"cypress": "^9.5.4",
"date-fns": "^2.28.0",
"emoji-unicode": "^2.0.1",
"graphql": "^16.3.0",
"highlight.js": "^11.5.1",
"idb-keyval": "^6.1.0",
"lazysizes": "^5.3.2",
"lodash": "^4.17.21",
"mingo": "^5.1.0",
"nuxt-buefy": "^0.4.21",
"nuxt-edge": "2.16.0-27358576.777a4b7f",
"nuxt-property-decorator": "^2.9.1",
"setimmediate": "^1.0.5",
"slugify": "^1.6.5",
"v-emoji-picker": "^2.3.3",
"vue": "^2.6.14",
"vue-apollo": "^3.1.0",
"vue-audio-visual": "^2.4.1",
"vue-class-component": "^7.2.6",
"vue-clipboard2": "^0.3.3",
"vue-gtag": "^1.16.1",
"vue-infinite-loading": "^2.4.5",
"vue-markdown-render": "^1.1.3",
"vue-social-sharing": "^3.0.9",
"vue-tippy": "^4.13.0",
"vuex": "^3.6.2",
"vuex-persist": "^3.1.3"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/helper-define-map": "^7.16.7",
"@babel/helper-regex": "^7.10.5",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/plugin-proposal-private-property-in-object": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@nuxt/bridge": "npm:@nuxt/[email protected]",
"@nuxt/test-utils": "^0.2.2",
"@nuxt/types": "^2.15.8",
"@nuxtjs/pwa": "^3.3.5",
"@open-wc/webpack-import-meta-loader": "^0.4.7",
"@types/jest": "^27.4.1",
"@types/markdown-it": "^12.2.3",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"all-contributors-cli": "^6.20.0",
"consola": "^2.15.3",
"eslint": "^8.13.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.6.0",
"graphql-tag": "^2.12.6",
"husky": "^7.0.4",
"jsdom": "^19.0.0",
"lint-staged": "^12.3.7",
"netlify-lambda": "^2.0.15",
"prettier": "^2.6.2",
"raw-loader": "^4.0.2",
"sass": "^1.50.0",
"sass-loader": "^10.2",
"typescript": "^4.6.3",
"vitest": "^0.9.3",
"vue-debounce-decorator": "^1.0.1"
}
}