-
-
Notifications
You must be signed in to change notification settings - Fork 364
/
package.json
151 lines (151 loc) · 4.61 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
146
147
148
149
150
151
{
"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": "cross-env 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",
"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"
]
},
"engines": {
"npm": "please-use-pnpm",
"pnpm": "7",
"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.8",
"@google/model-viewer": "^1.12.0",
"@keeex/qrcodejs-kx": "^1.0.2",
"@kodadot1/minimark": "^0.0.1-rc.9",
"@kodadot1/sub-api": "0.1.0-alpha.3",
"@kodadot1/vuex-options": "0.0.1-rc.10",
"@nuxtjs/apollo": "^4.0.1-rc.5",
"@nuxtjs/i18n": "^7.2.2",
"@polkadot/extension-dapp": "^0.44.2",
"@polkadot/extension-inject": "^0.44.2",
"@polkadot/ui-keyring": "2.9.2",
"@polkadot/vue-identicon": "^2.9.2",
"@ramp-network/ramp-instant-sdk": "^3.1.1",
"apollo-boost": "^0.4.9",
"axios": "^0.27.2",
"buefy": "^0.9.21",
"chart.js": "^3.8.0",
"chartjs-adapter-date-fns": "^2.0.0",
"chartjs-plugin-annotation": "^1.4.0",
"chartjs-plugin-zoom": "^1.2.1",
"css-loader": "5.2.7",
"date-fns": "^2.29.1",
"emoji-unicode": "^2.0.1",
"graphql": "^16.5.0",
"highlight.js": "^11.6.0",
"idb-keyval": "^6.2.0",
"lazysizes": "^5.3.2",
"lodash": "^4.17.21",
"mingo": "^5.1.0",
"nuxt-buefy": "^0.4.23",
"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.5.0",
"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.14.0",
"vuex": "^3.6.2",
"vuex-persist": "^3.1.3"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/helper-define-map": "^7.18.6",
"@babel/helper-regex": "^7.10.5",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/plugin-proposal-private-property-in-object": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@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.5.2",
"@types/markdown-it": "^12.2.3",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"all-contributors-cli": "^6.20.0",
"consola": "^2.15.3",
"cross-env": "^7.0.3",
"eslint": "^8.20.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unicorn": "^42.0.0",
"eslint-plugin-vue": "^8.7.1",
"graphql-tag": "^2.12.6",
"husky": "^7.0.4",
"jsdom": "^19.0.0",
"lint-staged": "^12.5.0",
"netlify-lambda": "^2.0.15",
"prettier": "^2.7.1",
"raw-loader": "^4.0.2",
"sass": "^1.54.0",
"sass-loader": "^10.3",
"typescript": "^4.7.4",
"vitest": "^0.18.1",
"vue-debounce-decorator": "^1.0.1"
},
"pnpm": {
"overrides": {
"@substrate/smoldot-light": "^0.6.27"
}
}
}