-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 935 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
33
34
{
"name": "basebook",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"dependencies": {
"@openzeppelin/merkle-tree": "^1.0.5",
"@orbisclub/orbis-sdk": "^0.4.70",
"@pinia/nuxt": "^0.4.6",
"@spheron/browser-upload": "^2.0.1",
"@spheron/storage": "^2.0.4",
"@vueuse/core": "^9.2.0",
"@vueuse/nuxt": "^9.2.0",
"emoji-mart-vue-fast": "^15.0.0",
"ethers": "^5.7.2",
"metascraper": "^5.36.0",
"metascraper-description": "^5.36.0",
"metascraper-image": "^5.36.0",
"metascraper-title": "^5.36.0",
"pinia": "^2.0.28",
"sanitize-html": "^2.7.2",
"vue-dapp": "^0.6.2",
"vue-toastification": "^2.0.0-rc.5"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"nuxt": "3.0.0"
}
}