-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 844 Bytes
/
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
{
"name": "stupendous-shop",
"description": "Custom NFT marketplace",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxtjs/i18n": "^9.1.2",
"@vue/compiler-dom": "^3.5.13",
"nuxt": "^3.15.2"
},
"dependencies": {
"@kodadot1/minipfs": "0.5.1-rc.1",
"@kodadot1/uniquery": "0.7.2-rc.0",
"@metamask/providers": "^18.3.1",
"@metamask/types": "^1.1.0",
"@nuxt/ui": "^2.21.0",
"@pinia/nuxt": "^0.9.0",
"@polkadot/api": "^15.4.1",
"@polkadot/extension-dapp": "^0.58.1",
"@polkadot/keyring": "^13.3.1",
"@polkadot/ui-shared": "^3.12.1",
"@polkadot/util": "^13.3.1",
"pinia": "^2.3.1",
"signature_pad": "^5.0.4"
}
}