@visualizevalue/mint-app-base 0.1.21 → 0.1.23
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 +8 -20
- 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
|
@@ -7,6 +7,11 @@ const currentDir = dirname(fileURLToPath(import.meta.url))
|
|
|
7
7
|
export default defineNuxtConfig({
|
|
8
8
|
ssr: process.env.NUXT_SSR !== 'false',
|
|
9
9
|
|
|
10
|
+
modules: [
|
|
11
|
+
'@pinia/nuxt',
|
|
12
|
+
'@pinia-plugin-persistedstate/nuxt',
|
|
13
|
+
],
|
|
14
|
+
|
|
10
15
|
runtimeConfig: {
|
|
11
16
|
public: {
|
|
12
17
|
blockExplorer: 'https://sepolia.etherscan.io',
|
|
@@ -29,13 +34,6 @@ export default defineNuxtConfig({
|
|
|
29
34
|
viewport: 'width=device-width, initial-scale=1, viewport-fit=cover',
|
|
30
35
|
htmlAttrs: { lang: 'en' },
|
|
31
36
|
title: process.env.NUXT_PUBLIC_TITLE,
|
|
32
|
-
meta: [
|
|
33
|
-
{ name: 'twitter:card', content: 'summary_large_image' },
|
|
34
|
-
{ name: 'apple-mobile-web-app-status-bar-style', content: 'black-translucent' },
|
|
35
|
-
{ name: 'theme-color', content: 'black' },
|
|
36
|
-
{ name: 'theme-color', media: '(prefers-color-scheme: light)', content: 'white' },
|
|
37
|
-
{ name: 'theme-color', media: '(prefers-color-scheme: dark)', content: 'black' },
|
|
38
|
-
],
|
|
39
37
|
link: [
|
|
40
38
|
{ rel: 'icon', href: '/icon.svg', type: 'image/svg+xml' },
|
|
41
39
|
]
|
|
@@ -43,15 +41,15 @@ export default defineNuxtConfig({
|
|
|
43
41
|
},
|
|
44
42
|
|
|
45
43
|
css: [
|
|
46
|
-
join(currentDir, './
|
|
44
|
+
join(currentDir, './assets/styles/index.css'),
|
|
47
45
|
],
|
|
48
46
|
|
|
49
47
|
postcss: {
|
|
50
48
|
plugins: {
|
|
51
49
|
'@csstools/postcss-global-data': {
|
|
52
50
|
files: [
|
|
53
|
-
join(currentDir, './
|
|
54
|
-
join(currentDir, './
|
|
51
|
+
join(currentDir, './assets/styles/custom-selectors.css'),
|
|
52
|
+
join(currentDir, './assets/styles/custom-media.css'),
|
|
55
53
|
]
|
|
56
54
|
},
|
|
57
55
|
'postcss-nested': {},
|
|
@@ -65,12 +63,6 @@ export default defineNuxtConfig({
|
|
|
65
63
|
},
|
|
66
64
|
},
|
|
67
65
|
|
|
68
|
-
modules: [
|
|
69
|
-
'@pinia/nuxt',
|
|
70
|
-
'@pinia-plugin-persistedstate/nuxt',
|
|
71
|
-
'@vueuse/nuxt',
|
|
72
|
-
],
|
|
73
|
-
|
|
74
66
|
vite: {
|
|
75
67
|
optimizeDeps: {
|
|
76
68
|
force: true,
|
|
@@ -121,9 +113,5 @@ export default defineNuxtConfig({
|
|
|
121
113
|
storage: 'localStorage'
|
|
122
114
|
},
|
|
123
115
|
|
|
124
|
-
future: {
|
|
125
|
-
compatibilityVersion: 4,
|
|
126
|
-
},
|
|
127
|
-
|
|
128
116
|
compatibilityDate: '2024-08-14',
|
|
129
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.23",
|
|
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
|