-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "iggy-social-frontend",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"format": "prettier --write \"**/*.{vue,ts,js,json}\""
},
"dependencies": {
"@openzeppelin/merkle-tree": "^1.0.5",
"@orbisclub/orbis-sdk": "^0.4.70",
"@pinia/nuxt": "^0.4.6",
"@thirdweb-dev/storage": "^2.0.15",
"@vue-dapp/core": "^1.5.1",
"@vue-dapp/modal": "^1.5.1",
"@vueuse/core": "^9.2.0",
"@vueuse/nuxt": "^9.2.0",
"axios": "^1.6.2",
"emoji-mart-vue-fast": "^15.0.0",
"ethers": "^5.7.2",
"imagekit": "^4.1.4",
"imagekit-javascript": "^2.0.0",
"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": "^3.4.27",
"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",
"prettier": "^3.2.5"
}
}