-
-
Notifications
You must be signed in to change notification settings - Fork 362
/
package.json
152 lines (152 loc) · 4.58 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
{
"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",
"locales:order": "node ./script/orderLocale.mjs",
"start": "nuxi preview",
"start:node": "PORT=9090 node .output/server/index.mjs",
"generate": "nuxi build",
"lint": "eslint .",
"lint:quiet": "eslint . --quiet",
"lint:fix": "eslint . --fix",
"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"
},
"lint-staged": {
"*": [
"eslint --fix",
"pnpm locales:order"
]
},
"engines": {
"npm": "please-use-pnpm",
"pnpm": "9",
"node": "^20"
},
"packageManager": "[email protected]",
"dependencies": {
"@braintree/sanitize-url": "^6.0.4",
"@farcaster/auth-client": "^0.3.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@kodadot1/brick": "workspace:*",
"@kodadot1/hyperdata": "0.0.1-rc.4",
"@kodadot1/minimark": "^0.1.14-rc.0",
"@kodadot1/minipfs": "0.4.3-rc.1",
"@kodadot1/static": "workspace:*",
"@kodadot1/sub-api": "0.3.2-rc.0",
"@nuxt/image": "^1.8.0",
"@nuxtjs/apollo": "5.0.0-alpha.6",
"@paraspell/sdk": "^7.2.0",
"@pinia/nuxt": "^0.5.4",
"@polkadot/api": "^11.2.1",
"@polkadot/api-base": "^11.2.1",
"@polkadot/apps-config": "^0.138.1",
"@polkadot/extension-dapp": "^0.47.1",
"@polkadot/extension-inject": "^0.47.1",
"@polkadot/types": "^11.2.1",
"@polkadot/ui-keyring": "^3.6.6",
"@polkadot/ui-settings": "^3.6.6",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@polkadot/vue-identicon": "^3.6.6",
"@ramp-network/ramp-instant-sdk": "^4.0.5",
"@tanstack/vue-query": "^5.56.2",
"@transak/transak-sdk": "^1.4.1",
"@types/node": "^20.16.5",
"@vitejs/plugin-vue": "^5.1.3",
"@wagmi/connectors": "^5.1.10",
"@wagmi/core": "^2.13.5",
"@wagmi/vue": "^0.0.44",
"@web3modal/wagmi": "^4.2.3",
"chart.js": "^4.4.4",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-plugin-annotation": "^3.0.1",
"chartjs-plugin-zoom": "^2.0.1",
"date-fns": "^2.30.0",
"gql.tada": "^1.8.7",
"graphql": "^16.9.0",
"jdenticon": "3.2.0",
"keen-slider": "^6.8.6",
"lodash": "^4.17.21",
"markdown-it": "^13.0.2",
"ofetch": "^1.3.4",
"partysocket": "^0.0.25",
"pinia": "^2.2.2",
"pinia-plugin-persistedstate": "^3.2.3",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"qrcode.vue": "^3.4.1",
"slugify": "^1.6.6",
"unzipit": "^1.4.3",
"viem": "^2.21.7",
"vue-apollo": "^3.1.2",
"vue-chartjs": "^5.3.1",
"vue-dompurify-html": "^4.1.4",
"vue-tippy": "^6.4.4",
"wavesurfer.js": "^7.8.6"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.14",
"@dargmuesli/nuxt-cookie-control": "^7.5.1",
"@nuxt/content": "^2.13.2",
"@nuxt/eslint": "^0.3.13",
"@nuxt/types": "^2.18.1",
"@nuxtjs/color-mode": "^3.5.1",
"@nuxtjs/device": "^3.2.2",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/i18n": "^8.5.3",
"@nuxtjs/sitemap": "^5.3.5",
"@playwright/test": "^1.47.1",
"@types/jest": "^27.5.2",
"@types/lodash": "^4.17.7",
"@types/markdown-it": "^13.0.9",
"@types/prismjs": "^1.26.4",
"@vite-pwa/nuxt": "^0.10.5",
"@vitest/coverage-istanbul": "^0.34.6",
"@vueuse/core": "^9.13.0",
"@vueuse/nuxt": "^9.13.0",
"autoprefixer": "^10.4.20",
"consola": "^3.2.3",
"cross-env": "^7.0.3",
"glob": "^8.1.0",
"husky": "^9.1.6",
"jsdom": "^19.0.0",
"lint-staged": "^15.2.10",
"nuxt": "^3.13.2",
"nuxt-gtag": "^1.2.1",
"postcss": "^8.4.47",
"sass": "1.77.6",
"tailwindcss": "^3.4.11",
"vite-svg-loader": "^5.1.0",
"vitest": "^0.34.6"
},
"resolutions": {
"@apollo/federation": "0.38.1"
}
}