forked from kodadot/nft-gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
162 lines (162 loc) · 5.01 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
152
153
154
155
156
157
158
159
160
161
162
{
"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-marketplace",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "nuxi prepare && cross-env NODE_OPTIONS=--openssl-legacy-provider PORT=9090 nuxi dev",
"dev-docker": "npx nuxi dev",
"dev-experimental": "nuxi dev --hostname localhost --port 9090",
"build": "nuxi build --modern",
"locales:check": "node ./script/checkLocale.mjs",
"start": "nuxi preview",
"start:node": "PORT=9090 node .output/server/index.mjs",
"generate": "node ./script/posts.mjs && cross-env NODE_OPTIONS=--openssl-legacy-provider nuxi build",
"lint": "eslint --cache --ignore-path .gitignore --ext .js,.ts,.vue .",
"lint:quiet": "eslint --cache --quiet --ignore-path .gitignore --ext .js,.ts,.vue .",
"lint:fix": "eslint --cache --fix --quiet --ignore-path .gitignore --ext .js,.ts,.vue .",
"test": "vitest run --reporter verbose --allowOnly",
"test:watch": "vitest --reporter verbose",
"test:coverage": "vitest run --coverage",
"test:e2e": "playwright test --ui",
"prepare": "pnpm -F static build && nuxi prepare && husky install"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,ts,vue}": [
"eslint --fix",
"prettier --write"
]
},
"engines": {
"npm": "please-use-pnpm",
"pnpm": "8",
"node": "^20"
},
"prettier": {
"semi": false,
"bracketSameLine": true,
"singleQuote": true
},
"packageManager": "[email protected]",
"dependencies": {
"@braintree/sanitize-url": "^6.0.4",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@kodadot1/brick": "workspace:*",
"@kodadot1/minimark": "^0.1.14-rc.0",
"@kodadot1/minipfs": "0.4.2-rc.0",
"@kodadot1/static": "workspace:*",
"@kodadot1/sub-api": "0.3.0-rc.0",
"@nuxt/image": "^1.5.0",
"@nuxtjs/apollo": "5.0.0-alpha.6",
"@paraspell/sdk": "^4.1.1",
"@pinia/nuxt": "^0.5.1",
"@polkadot/api": "^10.11.2",
"@polkadot/api-base": "^10.11.2",
"@polkadot/apps-config": "^0.133.1",
"@polkadot/extension-dapp": "^0.46.6",
"@polkadot/extension-inject": "^0.46.6",
"@polkadot/types": "^10.11.2",
"@polkadot/ui-keyring": "^3.6.4",
"@polkadot/ui-settings": "^3.6.4",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@polkadot/vue-identicon": "^3.6.4",
"@ramp-network/ramp-instant-sdk": "^4.0.5",
"@transak/transak-sdk": "^1.4.1",
"@types/node": "^20.12.5",
"@vitejs/plugin-vue": "^5.0.4",
"chart.js": "^4.4.2",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-plugin-annotation": "^3.0.1",
"chartjs-plugin-zoom": "^2.0.1",
"date-fns": "^2.30.0",
"graphql": "^16.8.1",
"graphql-ws": "^5.16.0",
"keen-slider": "^6.8.6",
"lodash": "^4.17.21",
"markdown-it": "^13.0.2",
"nuxt-speedkit": "3.0.0-next.27",
"ofetch": "^1.3.4",
"partysocket": "^0.0.25",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"qrcode.vue": "^3.4.1",
"slugify": "^1.6.6",
"unzipit": "^1.4.3",
"vue-apollo": "^3.1.2",
"vue-chartjs": "^5.3.0",
"vue-dompurify-html": "^4.1.4",
"vue-tippy": "^6.4.1",
"wavesurfer.js": "^7.7.10",
"workbox-window": "^6.6.0"
},
"devDependencies": {
"@nuxt/content": "^2.12.1",
"@nuxt/types": "^2.17.3",
"@nuxtjs/color-mode": "^3.3.3",
"@nuxtjs/device": "^3.1.1",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/i18n": "^8.3.0",
"@nuxtjs/sitemap": "^5.1.3",
"@playwright/test": "^1.43.0",
"@types/jest": "^27.5.2",
"@types/lodash": "^4.17.0",
"@types/markdown-it": "^13.0.7",
"@types/prismjs": "^1.26.3",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vite-pwa/nuxt": "^0.6.0",
"@vitest/coverage-istanbul": "^0.34.6",
"@vueuse/core": "^9.13.0",
"@vueuse/nuxt": "^9.13.0",
"autoprefixer": "^10.4.19",
"consola": "^3.2.3",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-vue": "^8.7.1",
"eslint-plugin-vue-scoped-css": "^2.8.0",
"glob": "^8.1.0",
"husky": "^7.0.4",
"jsdom": "^19.0.0",
"lint-staged": "^12.5.0",
"nuxt": "^3.11.2",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"sass": "^1.74.1",
"tailwindcss": "^3.4.3",
"vite-svg-loader": "^5.1.0",
"vitest": "^0.34.6",
"vue-eslint-parser": "^9.4.2",
"vue-gtag": "^2.0.1"
},
"resolutions": {
"@apollo/federation": "0.38.1",
"vue": "3.4.8"
}
}