-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
113 lines (113 loc) · 3.02 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
{
"name": "studio",
"private": true,
"type": "module",
"scripts": {
"build": "prisma generate && nuxt build",
"dev": "nuxt dev",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@nuxt/devtools": "latest",
"@nuxt/eslint": "^0.3.9",
"@nuxt/image": "^1.2.0",
"@prisma/client": "^5.9.1",
"@types/formidable": "^3.4.5",
"@types/uuid": "^9.0.7",
"@vue-email/nuxt": "^0.8.8",
"esbuild-plugin-polyfill-node": "^0.3.0",
"eslint": "9.1.1",
"nuxt": "^3.9.1",
"nuxt-icon": "^0.6.8",
"nuxt-og-image": "3.0.0-rc.25",
"prisma": "^5.9.1",
"sass": "^1.69.5",
"typescript": "^5.4.5",
"vite-plugin-vuetify": "^1.0.2",
"vue": "^3.3.10",
"vue-router": "^4.2.5",
"vuetify": "^3.6.13"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.501.0",
"@aws-sdk/client-ses": "^3.490.0",
"@aws-sdk/lib-storage": "^3.501.0",
"@aws-sdk/s3-request-presigner": "^3.501.0",
"@bitsongjs/metadata": "^0.2.1",
"@bitsongjs/telescope": "3.0.0-dev.23",
"@chenfengyuan/vue-countdown": "2",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@lucia-auth/adapter-prisma": "^3.0.2",
"@mdi/font": "^7.3.67",
"@nabla-studio/chain-registry": "^0.14.0",
"@pinata/sdk": "^2.1.0",
"@pinia/nuxt": "^0.5.1",
"@quirks/core": "^0.19.0",
"@quirks/nuxt": "^0.2.27",
"@quirks/store": "^0.27.0",
"@quirks/vue": "^0.12.5",
"@quirks/wallets": "^0.19.0",
"@tanstack/vue-query": "^5.20.5",
"@trpc/client": "^10.45.0",
"@trpc/server": "^10.45.0",
"@vueuse/core": "^10.7.0",
"@vueuse/nuxt": "^10.7.0",
"bignumber.js": "^9.1.2",
"cosmjs-types": "^0.9.0",
"file-type": "^19.0.0",
"formidable": "^3.5.1",
"h3-formidable": "^1.0.0",
"hls.js": "^1.5.11",
"iso-3166-1": "^2.1.1",
"iso-639-1": "^3.1.0",
"kubo-rpc-client": "^4.1.1",
"lucia": "^2.7.5",
"marked": "^11.1.1",
"nanoid": "^5.0.5",
"nft.storage": "^7.1.1",
"nuxt-gtag": "^1.1.2",
"nuxt-umami": "^2.5.7",
"pinia": "^2.1.7",
"posthog-js": "^1.161.5",
"sharp": "^0.32.6",
"superjson": "^2.2.1",
"swiper": "^11.0.5",
"trpc-nuxt": "^0.10.17",
"uuid": "^9.0.1",
"vue-advanced-cropper": "^2.8.9",
"vue-json-pretty": "^2.3.0",
"vue-qrcode": "^2.2.2",
"vue-toastification": "2.0.0-rc.5",
"zod": "^3.22.4"
},
"engines": {
"node": ">=20.0.0",
"npm": ">=9.0.0"
},
"pnpm": {
"overrides": {
"sharp": "0.32.6"
},
"supportedArchitectures": {
"os": [
"linux"
],
"cpu": [
"x64"
]
}
},
"prisma": {
"seed": "node seed.js"
},
"packageManager": "[email protected]"
}