@visualizevalue/mint-app-base 0.1.20 → 0.1.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{app/components → components}/Popover.client.vue +2 -0
- package/nuxt.config.ts +17 -30
- package/package.json +3 -4
- /package/{app/app.vue → app.vue} +0 -0
- /package/{app/assets → assets}/styles/animation.css +0 -0
- /package/{app/assets → assets}/styles/base.css +0 -0
- /package/{app/assets → assets}/styles/cards.css +0 -0
- /package/{app/assets → assets}/styles/custom-media.css +0 -0
- /package/{app/assets → assets}/styles/custom-selectors.css +0 -0
- /package/{app/assets → assets}/styles/forms.css +0 -0
- /package/{app/assets → assets}/styles/index.css +0 -0
- /package/{app/assets → assets}/styles/normalize.css +0 -0
- /package/{app/assets → assets}/styles/prose.css +0 -0
- /package/{app/assets → assets}/styles/variables/animations.css +0 -0
- /package/{app/assets → assets}/styles/variables/borders.css +0 -0
- /package/{app/assets → assets}/styles/variables/colors.css +0 -0
- /package/{app/assets → assets}/styles/variables/components/app-header.css +0 -0
- /package/{app/assets → assets}/styles/variables/components/breadcrumbs.css +0 -0
- /package/{app/assets → assets}/styles/variables/components/buttons.css +0 -0
- /package/{app/assets → assets}/styles/variables/components/cards.css +0 -0
- /package/{app/assets → assets}/styles/variables/components/dialogs.css +0 -0
- /package/{app/assets → assets}/styles/variables/components.css +0 -0
- /package/{app/assets → assets}/styles/variables/effects.css +0 -0
- /package/{app/assets → assets}/styles/variables/fonts.css +0 -0
- /package/{app/assets → assets}/styles/variables/layout.css +0 -0
- /package/{app/assets → assets}/styles/variables/sizes.css +0 -0
- /package/{app/assets → assets}/styles/variables/ui.css +0 -0
- /package/{app/assets → assets}/styles/variables.css +0 -0
- /package/{app/assets → assets}/styles/web3-modals.css +0 -0
- /package/{app/components → components}/Account.client.vue +0 -0
- /package/{app/components → components}/Actions.vue +0 -0
- /package/{app/components → components}/AppHeader.vue +0 -0
- /package/{app/components → components}/Artist/Detail.client.vue +0 -0
- /package/{app/components → components}/Authenticated.client.vue +0 -0
- /package/{app/components → components}/BlocksTimeAgo.client.vue +0 -0
- /package/{app/components → components}/Breadcrumbs.vue +0 -0
- /package/{app/components → components}/Button/AddCollection.vue +0 -0
- /package/{app/components → components}/Button/EditProfile.vue +0 -0
- /package/{app/components → components}/Button/Profile/Discord.vue +0 -0
- /package/{app/components → components}/Button/Profile/Email.vue +0 -0
- /package/{app/components → components}/Button/Profile/Github.vue +0 -0
- /package/{app/components → components}/Button/Profile/Twitter.vue +0 -0
- /package/{app/components → components}/Button/Profile/Website.vue +0 -0
- /package/{app/components → components}/Button.vue +0 -0
- /package/{app/components → components}/CardLink.vue +0 -0
- /package/{app/components → components}/CheckSpinner.vue +0 -0
- /package/{app/components → components}/Collection/Detail.client.vue +0 -0
- /package/{app/components → components}/Collection/Intro.vue +0 -0
- /package/{app/components → components}/Collection/OverviewCard.vue +0 -0
- /package/{app/components → components}/Collection/Withdraw.client.vue +0 -0
- /package/{app/components → components}/CollectionsOverview.client.vue +0 -0
- /package/{app/components → components}/Connect.client.vue +0 -0
- /package/{app/components → components}/DialogFrame.vue +0 -0
- /package/{app/components → components}/ExpandableText.vue +0 -0
- /package/{app/components → components}/Form/Errors.vue +0 -0
- /package/{app/components → components}/Form/Group.vue +0 -0
- /package/{app/components → components}/Form/Input.vue +0 -0
- /package/{app/components → components}/Form/SelectFile.vue +0 -0
- /package/{app/components → components}/GasPrice.client.vue +0 -0
- /package/{app/components → components}/HeaderSection.vue +0 -0
- /package/{app/components → components}/Icon.vue +0 -0
- /package/{app/components → components}/Image.client.vue +0 -0
- /package/{app/components → components}/ImagePreview.vue +0 -0
- /package/{app/components → components}/Loading.vue +0 -0
- /package/{app/components → components}/MintGasPrice.client.vue +0 -0
- /package/{app/components → components}/MintGasPricePopover.client.vue +0 -0
- /package/{app/components → components}/MintToken.vue +0 -0
- /package/{app/components → components}/MintTokenBar.vue +0 -0
- /package/{app/components → components}/Modal.vue +0 -0
- /package/{app/components → components}/Page/Frame.vue +0 -0
- /package/{app/components → components}/Profile/Header.client.vue +0 -0
- /package/{app/components → components}/Token/Detail.client.vue +0 -0
- /package/{app/components → components}/Token/MintTimeline.client.vue +0 -0
- /package/{app/components → components}/Token/MintTimelineItem.vue +0 -0
- /package/{app/components → components}/Token/OverviewCard.vue +0 -0
- /package/{app/components → components}/TransactionFlow.vue +0 -0
- /package/{app/composables → composables}/account.ts +0 -0
- /package/{app/composables → composables}/app.ts +0 -0
- /package/{app/composables → composables}/artistData.ts +0 -0
- /package/{app/composables → composables}/chainId.ts +0 -0
- /package/{app/composables → composables}/collections.ts +0 -0
- /package/{app/composables → composables}/gasPrice.ts +0 -0
- /package/{app/composables → composables}/head.ts +0 -0
- /package/{app/composables → composables}/priceFeed.ts +0 -0
- /package/{app/composables → composables}/subdomain.ts +0 -0
- /package/{app/error.vue → error.vue} +0 -0
- /package/{app/layouts → layouts}/default.vue +0 -0
- /package/{app/middleware → middleware}/lowercaseId.ts +0 -0
- /package/{app/middleware → middleware}/lowercaseProfileAddress.ts +0 -0
- /package/{app/middleware → middleware}/redirectUserScope.ts +0 -0
- /package/{app/pages → pages}/[id]/[collection]/[tokenId]/index.vue +0 -0
- /package/{app/pages → pages}/[id]/[collection]/[tokenId].vue +0 -0
- /package/{app/pages → pages}/[id]/[collection]/index.vue +0 -0
- /package/{app/pages → pages}/[id]/[collection]/mint.vue +0 -0
- /package/{app/pages → pages}/[id]/[collection].vue +0 -0
- /package/{app/pages → pages}/[id]/create.vue +0 -0
- /package/{app/pages → pages}/[id]/index.vue +0 -0
- /package/{app/pages → pages}/[id].vue +0 -0
- /package/{app/pages → pages}/index.vue +0 -0
- /package/{app/pages → pages}/profile/[address]/index.vue +0 -0
- /package/{app/pages → pages}/profile/[address].vue +0 -0
- /package/{app/pages → pages}/profile/index.vue +0 -0
- /package/{app/plugins → plugins}/1.polyfill.client.ts +0 -0
- /package/{app/plugins → plugins}/2.wagmi.ts +0 -0
- /package/{app/plugins → plugins}/3.price-feed.client.ts +0 -0
- /package/{app/router.options.ts → router.options.ts} +0 -0
- /package/{app/utils → utils}/abis.ts +0 -0
- /package/{app/utils → utils}/arrays.ts +0 -0
- /package/{app/utils → utils}/artifact.ts +0 -0
- /package/{app/utils → utils}/breakpoints.ts +0 -0
- /package/{app/utils → utils}/dates.ts +0 -0
- /package/{app/utils → utils}/format.ts +0 -0
- /package/{app/utils → utils}/images.ts +0 -0
- /package/{app/utils → utils}/ipfs.ts +0 -0
- /package/{app/utils → utils}/lowercaseRouteParam.ts +0 -0
- /package/{app/utils → utils}/serializer.ts +0 -0
- /package/{app/utils → utils}/strings.ts +0 -0
- /package/{app/utils → utils}/time.ts +0 -0
- /package/{app/utils → utils}/types.ts +0 -0
- /package/{app/utils → utils}/urls.ts +0 -0
package/nuxt.config.ts
CHANGED
|
@@ -5,9 +5,13 @@ const currentDir = dirname(fileURLToPath(import.meta.url))
|
|
|
5
5
|
|
|
6
6
|
// https://nuxt.com/docs/api/configuration/nuxt-config
|
|
7
7
|
export default defineNuxtConfig({
|
|
8
|
-
devtools: { enabled: true },
|
|
9
8
|
ssr: process.env.NUXT_SSR !== 'false',
|
|
10
9
|
|
|
10
|
+
modules: [
|
|
11
|
+
'@pinia/nuxt',
|
|
12
|
+
'@pinia-plugin-persistedstate/nuxt',
|
|
13
|
+
],
|
|
14
|
+
|
|
11
15
|
runtimeConfig: {
|
|
12
16
|
public: {
|
|
13
17
|
blockExplorer: 'https://sepolia.etherscan.io',
|
|
@@ -30,13 +34,6 @@ export default defineNuxtConfig({
|
|
|
30
34
|
viewport: 'width=device-width, initial-scale=1, viewport-fit=cover',
|
|
31
35
|
htmlAttrs: { lang: 'en' },
|
|
32
36
|
title: process.env.NUXT_PUBLIC_TITLE,
|
|
33
|
-
meta: [
|
|
34
|
-
{ name: 'twitter:card', content: 'summary_large_image' },
|
|
35
|
-
{ name: 'apple-mobile-web-app-status-bar-style', content: 'black-translucent' },
|
|
36
|
-
{ name: 'theme-color', content: 'black' },
|
|
37
|
-
{ name: 'theme-color', media: '(prefers-color-scheme: light)', content: 'white' },
|
|
38
|
-
{ name: 'theme-color', media: '(prefers-color-scheme: dark)', content: 'black' },
|
|
39
|
-
],
|
|
40
37
|
link: [
|
|
41
38
|
{ rel: 'icon', href: '/icon.svg', type: 'image/svg+xml' },
|
|
42
39
|
]
|
|
@@ -44,15 +41,15 @@ export default defineNuxtConfig({
|
|
|
44
41
|
},
|
|
45
42
|
|
|
46
43
|
css: [
|
|
47
|
-
join(currentDir, './
|
|
44
|
+
join(currentDir, './assets/styles/index.css'),
|
|
48
45
|
],
|
|
49
46
|
|
|
50
47
|
postcss: {
|
|
51
48
|
plugins: {
|
|
52
49
|
'@csstools/postcss-global-data': {
|
|
53
50
|
files: [
|
|
54
|
-
join(currentDir, './
|
|
55
|
-
join(currentDir, './
|
|
51
|
+
join(currentDir, './assets/styles/custom-selectors.css'),
|
|
52
|
+
join(currentDir, './assets/styles/custom-media.css'),
|
|
56
53
|
]
|
|
57
54
|
},
|
|
58
55
|
'postcss-nested': {},
|
|
@@ -66,21 +63,15 @@ export default defineNuxtConfig({
|
|
|
66
63
|
},
|
|
67
64
|
},
|
|
68
65
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
include: [
|
|
79
|
-
'@wagmi/core > eventemitter3',
|
|
80
|
-
'buffer',
|
|
81
|
-
],
|
|
82
|
-
},
|
|
83
|
-
},
|
|
66
|
+
// vite: {
|
|
67
|
+
// optimizeDeps: {
|
|
68
|
+
// force: true,
|
|
69
|
+
// include: [
|
|
70
|
+
// '@wagmi/core > eventemitter3',
|
|
71
|
+
// 'buffer',
|
|
72
|
+
// ],
|
|
73
|
+
// },
|
|
74
|
+
// },
|
|
84
75
|
|
|
85
76
|
nitro: {
|
|
86
77
|
preset: 'node-cluster',
|
|
@@ -122,9 +113,5 @@ export default defineNuxtConfig({
|
|
|
122
113
|
storage: 'localStorage'
|
|
123
114
|
},
|
|
124
115
|
|
|
125
|
-
future: {
|
|
126
|
-
compatibilityVersion: 4,
|
|
127
|
-
},
|
|
128
|
-
|
|
129
116
|
compatibilityDate: '2024-08-14',
|
|
130
117
|
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visualizevalue/mint-app-base",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.22",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./nuxt.config.ts",
|
|
6
6
|
"dependencies": {
|
|
@@ -11,8 +11,7 @@
|
|
|
11
11
|
"@types/node": "^22.5.4",
|
|
12
12
|
"@visualizevalue/mint-utils": "npm:@visualizevalue/mint-utils@^0.0.1",
|
|
13
13
|
"@vueuse/components": "^10.11.0",
|
|
14
|
-
"@vueuse/core": "^11.0
|
|
15
|
-
"@vueuse/nuxt": "^11.0.3",
|
|
14
|
+
"@vueuse/core": "^11.1.0",
|
|
16
15
|
"@wagmi/core": "^2.13.5",
|
|
17
16
|
"@wagmi/vue": "^0.0.40",
|
|
18
17
|
"buffer": "^6.0.3",
|
|
@@ -27,7 +26,7 @@
|
|
|
27
26
|
"vue-virtual-scroller": "^2.0.0-beta.8"
|
|
28
27
|
},
|
|
29
28
|
"devDependencies": {
|
|
30
|
-
"nuxt": "
|
|
29
|
+
"nuxt": "^3.13.2",
|
|
31
30
|
"typescript": "^5.5.4"
|
|
32
31
|
},
|
|
33
32
|
"scripts": {
|
/package/{app/app.vue → app.vue}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|