@cooperco/nuxt-layer-base 1.0.1 → 1.0.2
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/README.md +70 -0
- package/package.json +6 -5
- package/.env +0 -10
- package/.nuxt/app.config.mjs +0 -21
- package/.nuxt/components.d.ts +0 -126
- package/.nuxt/dev/index.mjs +0 -3013
- package/.nuxt/dev/index.mjs.map +0 -1
- package/.nuxt/dist/server/client.manifest.mjs +0 -1
- package/.nuxt/dist/server/server.mjs +0 -1
- package/.nuxt/eslint-typegen.d.ts +0 -9474
- package/.nuxt/eslint.config.d.mts +0 -9
- package/.nuxt/eslint.config.mjs +0 -53
- package/.nuxt/i18n-route-resources.mjs +0 -3
- package/.nuxt/imports.d.ts +0 -34
- package/.nuxt/manifest/latest.json +0 -1
- package/.nuxt/manifest/meta/11e69554-8b10-4927-b475-a1b7f6b2bbac.json +0 -1
- package/.nuxt/manifest/meta/dev.json +0 -1
- package/.nuxt/nitro.json +0 -17
- package/.nuxt/nuxt.d.ts +0 -20
- package/.nuxt/nuxt.json +0 -9
- package/.nuxt/nuxt.node.d.ts +0 -13
- package/.nuxt/nuxt.shared.d.ts +0 -5
- package/.nuxt/schema/nuxt.schema.d.ts +0 -17
- package/.nuxt/schema/nuxt.schema.json +0 -3
- package/.nuxt/tsconfig.app.json +0 -226
- package/.nuxt/tsconfig.app.tsbuildinfo +0 -1
- package/.nuxt/tsconfig.json +0 -228
- package/.nuxt/tsconfig.node.json +0 -131
- package/.nuxt/tsconfig.node.tsbuildinfo +0 -1
- package/.nuxt/tsconfig.server.json +0 -162
- package/.nuxt/tsconfig.server.tsbuildinfo +0 -1
- package/.nuxt/tsconfig.shared.json +0 -182
- package/.nuxt/tsconfig.shared.tsbuildinfo +0 -1
- package/.nuxt/types/app.config.d.ts +0 -35
- package/.nuxt/types/build.d.ts +0 -25
- package/.nuxt/types/builder-env.d.ts +0 -1
- package/.nuxt/types/i18n-plugin.d.ts +0 -123
- package/.nuxt/types/imports.d.ts +0 -387
- package/.nuxt/types/middleware.d.ts +0 -11
- package/.nuxt/types/modules.d.ts +0 -87
- package/.nuxt/types/nitro-config.d.ts +0 -14
- package/.nuxt/types/nitro-imports.d.ts +0 -162
- package/.nuxt/types/nitro-nuxt.d.ts +0 -59
- package/.nuxt/types/nitro-routes.d.ts +0 -20
- package/.nuxt/types/nitro.d.ts +0 -3
- package/.nuxt/types/plugins.d.ts +0 -41
- package/.nuxt/types/runtime-config.d.ts +0 -102
- package/.nuxt/types/vue-shim.d.ts +0 -0
- package/Users//devin//AppData//Local//JetBrains//WebStorm2025.2//terminal//history//nuxt-layers-history +0 -736
- package/Users//devin//AppData//Local//JetBrains//WebStorm2025.2//terminal//history//nuxt-layers-history1 +0 -0
package/.nuxt/tsconfig.json
DELETED
|
@@ -1,228 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"paths": {
|
|
4
|
-
"nitropack/types": [
|
|
5
|
-
"../node_modules/nitropack/types"
|
|
6
|
-
],
|
|
7
|
-
"nitropack/runtime": [
|
|
8
|
-
"../node_modules/nitropack/runtime"
|
|
9
|
-
],
|
|
10
|
-
"nitropack": [
|
|
11
|
-
"../node_modules/nitropack"
|
|
12
|
-
],
|
|
13
|
-
"defu": [
|
|
14
|
-
"../node_modules/defu"
|
|
15
|
-
],
|
|
16
|
-
"h3": [
|
|
17
|
-
"../node_modules/h3"
|
|
18
|
-
],
|
|
19
|
-
"consola": [
|
|
20
|
-
"../node_modules/consola"
|
|
21
|
-
],
|
|
22
|
-
"ofetch": [
|
|
23
|
-
"../node_modules/ofetch"
|
|
24
|
-
],
|
|
25
|
-
"@unhead/vue": [
|
|
26
|
-
"../node_modules/@unhead/vue"
|
|
27
|
-
],
|
|
28
|
-
"@nuxt/devtools": [
|
|
29
|
-
"../node_modules/@nuxt/devtools"
|
|
30
|
-
],
|
|
31
|
-
"vue": [
|
|
32
|
-
"../node_modules/vue"
|
|
33
|
-
],
|
|
34
|
-
"@vue/runtime-core": [
|
|
35
|
-
"../node_modules/@vue/runtime-core"
|
|
36
|
-
],
|
|
37
|
-
"@vue/compiler-sfc": [
|
|
38
|
-
"../node_modules/@vue/compiler-sfc"
|
|
39
|
-
],
|
|
40
|
-
"vue-router": [
|
|
41
|
-
"../node_modules/vue-router"
|
|
42
|
-
],
|
|
43
|
-
"vue-router/auto-routes": [
|
|
44
|
-
"../node_modules/vue-router/vue-router-auto-routes"
|
|
45
|
-
],
|
|
46
|
-
"unplugin-vue-router/client": [
|
|
47
|
-
"../node_modules/unplugin-vue-router/client"
|
|
48
|
-
],
|
|
49
|
-
"@nuxt/schema": [
|
|
50
|
-
"../node_modules/@nuxt/schema"
|
|
51
|
-
],
|
|
52
|
-
"nuxt": [
|
|
53
|
-
"../node_modules/nuxt"
|
|
54
|
-
],
|
|
55
|
-
"vite/client": [
|
|
56
|
-
"../node_modules/vite/client"
|
|
57
|
-
],
|
|
58
|
-
"vue-i18n": [
|
|
59
|
-
"../node_modules/vue-i18n/dist/vue-i18n",
|
|
60
|
-
"../node_modules/vue-i18n"
|
|
61
|
-
],
|
|
62
|
-
"@intlify/shared": [
|
|
63
|
-
"../node_modules/@intlify/shared/dist/shared",
|
|
64
|
-
"../node_modules/@intlify/shared"
|
|
65
|
-
],
|
|
66
|
-
"@intlify/message-compiler": [
|
|
67
|
-
"../node_modules/@intlify/message-compiler/dist/message-compiler",
|
|
68
|
-
"../node_modules/@intlify/message-compiler"
|
|
69
|
-
],
|
|
70
|
-
"@intlify/core-base": [
|
|
71
|
-
"../node_modules/@intlify/core-base/dist/core-base",
|
|
72
|
-
"../node_modules/@intlify/core-base"
|
|
73
|
-
],
|
|
74
|
-
"@intlify/core": [
|
|
75
|
-
"../node_modules/@intlify/core/dist/core.node",
|
|
76
|
-
"../node_modules/@intlify/core"
|
|
77
|
-
],
|
|
78
|
-
"@intlify/utils/h3": [
|
|
79
|
-
"../node_modules/@intlify/utils/dist/h3",
|
|
80
|
-
"../node_modules/@intlify/utils"
|
|
81
|
-
],
|
|
82
|
-
"ufo": [
|
|
83
|
-
"../node_modules/ufo/dist/index",
|
|
84
|
-
"../node_modules/ufo"
|
|
85
|
-
],
|
|
86
|
-
"~": [
|
|
87
|
-
"../app"
|
|
88
|
-
],
|
|
89
|
-
"~/*": [
|
|
90
|
-
"../app/*"
|
|
91
|
-
],
|
|
92
|
-
"@": [
|
|
93
|
-
"../app"
|
|
94
|
-
],
|
|
95
|
-
"@/*": [
|
|
96
|
-
"../app/*"
|
|
97
|
-
],
|
|
98
|
-
"~~": [
|
|
99
|
-
".."
|
|
100
|
-
],
|
|
101
|
-
"~~/*": [
|
|
102
|
-
"../*"
|
|
103
|
-
],
|
|
104
|
-
"@@": [
|
|
105
|
-
".."
|
|
106
|
-
],
|
|
107
|
-
"@@/*": [
|
|
108
|
-
"../*"
|
|
109
|
-
],
|
|
110
|
-
"#shared": [
|
|
111
|
-
"../shared"
|
|
112
|
-
],
|
|
113
|
-
"#shared/*": [
|
|
114
|
-
"../shared/*"
|
|
115
|
-
],
|
|
116
|
-
"#app": [
|
|
117
|
-
"../node_modules/nuxt/dist/app"
|
|
118
|
-
],
|
|
119
|
-
"#app/*": [
|
|
120
|
-
"../node_modules/nuxt/dist/app/*"
|
|
121
|
-
],
|
|
122
|
-
"vue-demi": [
|
|
123
|
-
"../node_modules/nuxt/dist/app/compat/vue-demi"
|
|
124
|
-
],
|
|
125
|
-
"#i18n": [
|
|
126
|
-
"../node_modules/@nuxtjs/i18n/dist/runtime/composables/index"
|
|
127
|
-
],
|
|
128
|
-
"#i18n-kit": [
|
|
129
|
-
"../node_modules/@nuxtjs/i18n/dist/runtime/kit"
|
|
130
|
-
],
|
|
131
|
-
"#i18n-kit/*": [
|
|
132
|
-
"../node_modules/@nuxtjs/i18n/dist/runtime/kit/*"
|
|
133
|
-
],
|
|
134
|
-
"#internal-i18n-types": [
|
|
135
|
-
"../node_modules/@nuxtjs/i18n/dist/types"
|
|
136
|
-
],
|
|
137
|
-
"#vue-router": [
|
|
138
|
-
"../node_modules/vue-router"
|
|
139
|
-
],
|
|
140
|
-
"#unhead/composables": [
|
|
141
|
-
"../node_modules/nuxt/dist/head/runtime/composables"
|
|
142
|
-
],
|
|
143
|
-
"#imports": [
|
|
144
|
-
"./imports"
|
|
145
|
-
],
|
|
146
|
-
"#app-manifest": [
|
|
147
|
-
"./manifest/meta/dev.json"
|
|
148
|
-
],
|
|
149
|
-
"#components": [
|
|
150
|
-
"./components"
|
|
151
|
-
],
|
|
152
|
-
"#build": [
|
|
153
|
-
"."
|
|
154
|
-
],
|
|
155
|
-
"#build/*": [
|
|
156
|
-
"./*"
|
|
157
|
-
]
|
|
158
|
-
},
|
|
159
|
-
"esModuleInterop": true,
|
|
160
|
-
"skipLibCheck": true,
|
|
161
|
-
"target": "ESNext",
|
|
162
|
-
"allowJs": true,
|
|
163
|
-
"resolveJsonModule": true,
|
|
164
|
-
"moduleDetection": "force",
|
|
165
|
-
"isolatedModules": true,
|
|
166
|
-
"verbatimModuleSyntax": true,
|
|
167
|
-
"strict": true,
|
|
168
|
-
"noUncheckedIndexedAccess": true,
|
|
169
|
-
"forceConsistentCasingInFileNames": true,
|
|
170
|
-
"noImplicitOverride": true,
|
|
171
|
-
"module": "preserve",
|
|
172
|
-
"noEmit": true,
|
|
173
|
-
"lib": [
|
|
174
|
-
"ESNext",
|
|
175
|
-
"dom",
|
|
176
|
-
"dom.iterable",
|
|
177
|
-
"webworker"
|
|
178
|
-
],
|
|
179
|
-
"jsx": "preserve",
|
|
180
|
-
"jsxImportSource": "vue",
|
|
181
|
-
"types": [],
|
|
182
|
-
"moduleResolution": "Bundler",
|
|
183
|
-
"useDefineForClassFields": true,
|
|
184
|
-
"noImplicitThis": true,
|
|
185
|
-
"allowSyntheticDefaultImports": true
|
|
186
|
-
},
|
|
187
|
-
"include": [
|
|
188
|
-
"../i18n/**/*",
|
|
189
|
-
"./nuxt.d.ts",
|
|
190
|
-
"../app/**/*",
|
|
191
|
-
"../modules/*/runtime/**/*",
|
|
192
|
-
"../layers/*/app/**/*",
|
|
193
|
-
"../layers/*/modules/*/runtime/**/*",
|
|
194
|
-
"../shared/**/*.d.ts",
|
|
195
|
-
"../modules/*/shared/**/*.d.ts",
|
|
196
|
-
"../layers/*/shared/**/*.d.ts",
|
|
197
|
-
"../*.d.ts",
|
|
198
|
-
"../layers/*/*.d.ts",
|
|
199
|
-
"./nuxt.node.d.ts",
|
|
200
|
-
"../modules/*.*",
|
|
201
|
-
"../nuxt.config.*",
|
|
202
|
-
"../.config/nuxt.*",
|
|
203
|
-
"../layers/*/nuxt.config.*",
|
|
204
|
-
"../layers/*/.config/nuxt.*",
|
|
205
|
-
"../layers/*/modules/**/*",
|
|
206
|
-
"../shared/**/*",
|
|
207
|
-
"../modules/*/shared/**/*",
|
|
208
|
-
"../layers/*/shared/**/*",
|
|
209
|
-
"../node_modules/runtime",
|
|
210
|
-
"../node_modules/dist/runtime"
|
|
211
|
-
],
|
|
212
|
-
"exclude": [
|
|
213
|
-
"../node_modules",
|
|
214
|
-
"../../../node_modules",
|
|
215
|
-
"../node_modules/nuxt/node_modules",
|
|
216
|
-
"../node_modules/@nuxt/eslint/node_modules",
|
|
217
|
-
"../node_modules/@nuxtjs/i18n/node_modules",
|
|
218
|
-
"../node_modules/@nuxt/devtools/node_modules",
|
|
219
|
-
"../node_modules/@nuxt/telemetry/node_modules",
|
|
220
|
-
"../dist",
|
|
221
|
-
"../.data",
|
|
222
|
-
"../modules/*/runtime/server/**/*",
|
|
223
|
-
"../layers/*/server/**/*",
|
|
224
|
-
"../layers/*/modules/*/runtime/server/**/*",
|
|
225
|
-
"../node_modules/runtime/server",
|
|
226
|
-
"../node_modules/dist/runtime/server"
|
|
227
|
-
]
|
|
228
|
-
}
|
package/.nuxt/tsconfig.node.json
DELETED
|
@@ -1,131 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"paths": {
|
|
4
|
-
"nitropack/types": [
|
|
5
|
-
"../node_modules/nitropack/types"
|
|
6
|
-
],
|
|
7
|
-
"nitropack/runtime": [
|
|
8
|
-
"../node_modules/nitropack/runtime"
|
|
9
|
-
],
|
|
10
|
-
"nitropack": [
|
|
11
|
-
"../node_modules/nitropack"
|
|
12
|
-
],
|
|
13
|
-
"defu": [
|
|
14
|
-
"../node_modules/defu"
|
|
15
|
-
],
|
|
16
|
-
"h3": [
|
|
17
|
-
"../node_modules/h3"
|
|
18
|
-
],
|
|
19
|
-
"consola": [
|
|
20
|
-
"../node_modules/consola"
|
|
21
|
-
],
|
|
22
|
-
"ofetch": [
|
|
23
|
-
"../node_modules/ofetch"
|
|
24
|
-
],
|
|
25
|
-
"@unhead/vue": [
|
|
26
|
-
"../node_modules/@unhead/vue"
|
|
27
|
-
],
|
|
28
|
-
"@nuxt/devtools": [
|
|
29
|
-
"../node_modules/@nuxt/devtools"
|
|
30
|
-
],
|
|
31
|
-
"vue": [
|
|
32
|
-
"../node_modules/vue"
|
|
33
|
-
],
|
|
34
|
-
"@vue/runtime-core": [
|
|
35
|
-
"../node_modules/@vue/runtime-core"
|
|
36
|
-
],
|
|
37
|
-
"@vue/compiler-sfc": [
|
|
38
|
-
"../node_modules/@vue/compiler-sfc"
|
|
39
|
-
],
|
|
40
|
-
"vue-router": [
|
|
41
|
-
"../node_modules/vue-router"
|
|
42
|
-
],
|
|
43
|
-
"vue-router/auto-routes": [
|
|
44
|
-
"../node_modules/vue-router/vue-router-auto-routes"
|
|
45
|
-
],
|
|
46
|
-
"unplugin-vue-router/client": [
|
|
47
|
-
"../node_modules/unplugin-vue-router/client"
|
|
48
|
-
],
|
|
49
|
-
"@nuxt/schema": [
|
|
50
|
-
"../node_modules/@nuxt/schema"
|
|
51
|
-
],
|
|
52
|
-
"nuxt": [
|
|
53
|
-
"../node_modules/nuxt"
|
|
54
|
-
],
|
|
55
|
-
"vite/client": [
|
|
56
|
-
"../node_modules/vite/client"
|
|
57
|
-
],
|
|
58
|
-
"vue-i18n": [
|
|
59
|
-
"../node_modules/vue-i18n"
|
|
60
|
-
],
|
|
61
|
-
"@intlify/shared": [
|
|
62
|
-
"../node_modules/@intlify/shared"
|
|
63
|
-
],
|
|
64
|
-
"@intlify/message-compiler": [
|
|
65
|
-
"../node_modules/@intlify/message-compiler"
|
|
66
|
-
],
|
|
67
|
-
"@intlify/core-base": [
|
|
68
|
-
"../node_modules/@intlify/core-base"
|
|
69
|
-
],
|
|
70
|
-
"@intlify/core": [
|
|
71
|
-
"../node_modules/@intlify/core"
|
|
72
|
-
],
|
|
73
|
-
"@intlify/utils/h3": [
|
|
74
|
-
"../node_modules/@intlify/utils"
|
|
75
|
-
],
|
|
76
|
-
"ufo": [
|
|
77
|
-
"../node_modules/ufo"
|
|
78
|
-
]
|
|
79
|
-
},
|
|
80
|
-
"esModuleInterop": true,
|
|
81
|
-
"skipLibCheck": true,
|
|
82
|
-
"target": "ESNext",
|
|
83
|
-
"allowJs": true,
|
|
84
|
-
"resolveJsonModule": true,
|
|
85
|
-
"moduleDetection": "force",
|
|
86
|
-
"isolatedModules": true,
|
|
87
|
-
"verbatimModuleSyntax": true,
|
|
88
|
-
"strict": true,
|
|
89
|
-
"noUncheckedIndexedAccess": true,
|
|
90
|
-
"forceConsistentCasingInFileNames": true,
|
|
91
|
-
"noImplicitOverride": true,
|
|
92
|
-
"module": "preserve",
|
|
93
|
-
"noEmit": true,
|
|
94
|
-
"types": [],
|
|
95
|
-
"moduleResolution": "Bundler",
|
|
96
|
-
"useDefineForClassFields": true,
|
|
97
|
-
"noImplicitThis": true,
|
|
98
|
-
"allowSyntheticDefaultImports": true
|
|
99
|
-
},
|
|
100
|
-
"include": [
|
|
101
|
-
"./nuxt.node.d.ts",
|
|
102
|
-
"../modules/*.*",
|
|
103
|
-
"../nuxt.config.*",
|
|
104
|
-
"../.config/nuxt.*",
|
|
105
|
-
"../layers/*/nuxt.config.*",
|
|
106
|
-
"../layers/*/.config/nuxt.*",
|
|
107
|
-
"../layers/*/modules/**/*",
|
|
108
|
-
"../nuxt.schema.*",
|
|
109
|
-
"../layers/*/nuxt.schema.*"
|
|
110
|
-
],
|
|
111
|
-
"exclude": [
|
|
112
|
-
"../node_modules",
|
|
113
|
-
"../../../node_modules",
|
|
114
|
-
"../node_modules/nuxt/node_modules",
|
|
115
|
-
"../node_modules/@nuxt/eslint/node_modules",
|
|
116
|
-
"../node_modules/@nuxtjs/i18n/node_modules",
|
|
117
|
-
"../node_modules/@nuxt/devtools/node_modules",
|
|
118
|
-
"../node_modules/@nuxt/telemetry/node_modules",
|
|
119
|
-
"../dist",
|
|
120
|
-
"../.data",
|
|
121
|
-
"../app/**/*",
|
|
122
|
-
"../modules/*/runtime/**/*",
|
|
123
|
-
"../layers/*/app/**/*",
|
|
124
|
-
"../layers/*/modules/*/runtime/**/*",
|
|
125
|
-
"../modules/*/runtime/server/**/*",
|
|
126
|
-
"../layers/*/server/**/*",
|
|
127
|
-
"../layers/*/modules/*/runtime/server/**/*",
|
|
128
|
-
"../node_modules/runtime",
|
|
129
|
-
"../node_modules/dist/runtime"
|
|
130
|
-
]
|
|
131
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"root":["./nuxt.node.d.ts","../nuxt.config.ts"],"version":"5.8.3"}
|
|
@@ -1,162 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"forceConsistentCasingInFileNames": true,
|
|
4
|
-
"strict": true,
|
|
5
|
-
"noEmit": true,
|
|
6
|
-
"skipLibCheck": true,
|
|
7
|
-
"target": "ESNext",
|
|
8
|
-
"module": "ESNext",
|
|
9
|
-
"moduleResolution": "Bundler",
|
|
10
|
-
"allowJs": true,
|
|
11
|
-
"resolveJsonModule": true,
|
|
12
|
-
"jsx": "preserve",
|
|
13
|
-
"allowSyntheticDefaultImports": true,
|
|
14
|
-
"jsxFactory": "h",
|
|
15
|
-
"jsxFragmentFactory": "Fragment",
|
|
16
|
-
"paths": {
|
|
17
|
-
"#imports": [
|
|
18
|
-
"./types/nitro-imports"
|
|
19
|
-
],
|
|
20
|
-
"~/*": [
|
|
21
|
-
"../app/*"
|
|
22
|
-
],
|
|
23
|
-
"@/*": [
|
|
24
|
-
"../app/*"
|
|
25
|
-
],
|
|
26
|
-
"~~/*": [
|
|
27
|
-
"../*"
|
|
28
|
-
],
|
|
29
|
-
"@@/*": [
|
|
30
|
-
"../*"
|
|
31
|
-
],
|
|
32
|
-
"nitropack/types": [
|
|
33
|
-
"../node_modules/nitropack/types"
|
|
34
|
-
],
|
|
35
|
-
"nitropack/runtime": [
|
|
36
|
-
"../node_modules/nitropack/runtime"
|
|
37
|
-
],
|
|
38
|
-
"nitropack": [
|
|
39
|
-
"../node_modules/nitropack"
|
|
40
|
-
],
|
|
41
|
-
"defu": [
|
|
42
|
-
"../node_modules/defu"
|
|
43
|
-
],
|
|
44
|
-
"h3": [
|
|
45
|
-
"../node_modules/h3"
|
|
46
|
-
],
|
|
47
|
-
"consola": [
|
|
48
|
-
"../node_modules/consola"
|
|
49
|
-
],
|
|
50
|
-
"ofetch": [
|
|
51
|
-
"../node_modules/ofetch"
|
|
52
|
-
],
|
|
53
|
-
"@unhead/vue": [
|
|
54
|
-
"../node_modules/@unhead/vue"
|
|
55
|
-
],
|
|
56
|
-
"@nuxt/devtools": [
|
|
57
|
-
"../node_modules/@nuxt/devtools"
|
|
58
|
-
],
|
|
59
|
-
"vue": [
|
|
60
|
-
"../node_modules/vue"
|
|
61
|
-
],
|
|
62
|
-
"@vue/runtime-core": [
|
|
63
|
-
"../node_modules/@vue/runtime-core"
|
|
64
|
-
],
|
|
65
|
-
"@vue/compiler-sfc": [
|
|
66
|
-
"../node_modules/@vue/compiler-sfc"
|
|
67
|
-
],
|
|
68
|
-
"vue-router": [
|
|
69
|
-
"../node_modules/vue-router"
|
|
70
|
-
],
|
|
71
|
-
"vue-router/auto-routes": [
|
|
72
|
-
"../node_modules/vue-router/vue-router-auto-routes"
|
|
73
|
-
],
|
|
74
|
-
"unplugin-vue-router/client": [
|
|
75
|
-
"../node_modules/unplugin-vue-router/client"
|
|
76
|
-
],
|
|
77
|
-
"@nuxt/schema": [
|
|
78
|
-
"../node_modules/@nuxt/schema"
|
|
79
|
-
],
|
|
80
|
-
"nuxt": [
|
|
81
|
-
"../node_modules/nuxt"
|
|
82
|
-
],
|
|
83
|
-
"vite/client": [
|
|
84
|
-
"../node_modules/vite/client"
|
|
85
|
-
],
|
|
86
|
-
"vue-i18n": [
|
|
87
|
-
"../node_modules/vue-i18n"
|
|
88
|
-
],
|
|
89
|
-
"@intlify/shared": [
|
|
90
|
-
"../node_modules/@intlify/shared"
|
|
91
|
-
],
|
|
92
|
-
"@intlify/message-compiler": [
|
|
93
|
-
"../node_modules/@intlify/message-compiler"
|
|
94
|
-
],
|
|
95
|
-
"@intlify/core-base": [
|
|
96
|
-
"../node_modules/@intlify/core-base"
|
|
97
|
-
],
|
|
98
|
-
"@intlify/core": [
|
|
99
|
-
"../node_modules/@intlify/core"
|
|
100
|
-
],
|
|
101
|
-
"@intlify/utils/h3": [
|
|
102
|
-
"../node_modules/@intlify/utils"
|
|
103
|
-
],
|
|
104
|
-
"ufo": [
|
|
105
|
-
"../node_modules/ufo"
|
|
106
|
-
],
|
|
107
|
-
"#shared": [
|
|
108
|
-
"../shared"
|
|
109
|
-
],
|
|
110
|
-
"#shared/*": [
|
|
111
|
-
"../shared/*"
|
|
112
|
-
],
|
|
113
|
-
"#build": [
|
|
114
|
-
"./"
|
|
115
|
-
],
|
|
116
|
-
"#build/*": [
|
|
117
|
-
"./*"
|
|
118
|
-
],
|
|
119
|
-
"#internal/nuxt/paths": [
|
|
120
|
-
"../node_modules/nuxt/dist/core/runtime/nitro/utils/paths"
|
|
121
|
-
],
|
|
122
|
-
"#i18n": [
|
|
123
|
-
"../node_modules/@nuxtjs/i18n/dist/runtime/composables/index-server"
|
|
124
|
-
],
|
|
125
|
-
"#i18n-kit": [
|
|
126
|
-
"../node_modules/@nuxtjs/i18n/dist/runtime/kit"
|
|
127
|
-
],
|
|
128
|
-
"#i18n-kit/*": [
|
|
129
|
-
"../node_modules/@nuxtjs/i18n/dist/runtime/kit/*"
|
|
130
|
-
],
|
|
131
|
-
"#internal-i18n-types": [
|
|
132
|
-
"../node_modules/@nuxtjs/i18n/dist/types"
|
|
133
|
-
],
|
|
134
|
-
"#unhead/composables": [
|
|
135
|
-
"../node_modules/nuxt/dist/head/runtime/composables"
|
|
136
|
-
]
|
|
137
|
-
},
|
|
138
|
-
"lib": [
|
|
139
|
-
"esnext",
|
|
140
|
-
"webworker",
|
|
141
|
-
"dom.iterable"
|
|
142
|
-
]
|
|
143
|
-
},
|
|
144
|
-
"include": [
|
|
145
|
-
"./types/nitro-nuxt.d.ts",
|
|
146
|
-
"../node_modules/runtime/server",
|
|
147
|
-
"../node_modules/dist/runtime/server",
|
|
148
|
-
"../shared/**/*.d.ts",
|
|
149
|
-
"./types/nitro.d.ts",
|
|
150
|
-
"../server/**/*"
|
|
151
|
-
],
|
|
152
|
-
"exclude": [
|
|
153
|
-
"../node_modules",
|
|
154
|
-
"../../../node_modules",
|
|
155
|
-
"../node_modules/nuxt/node_modules",
|
|
156
|
-
"../node_modules/@nuxt/eslint/node_modules",
|
|
157
|
-
"../node_modules/@nuxtjs/i18n/node_modules",
|
|
158
|
-
"../node_modules/@nuxt/devtools/node_modules",
|
|
159
|
-
"../node_modules/@nuxt/telemetry/node_modules",
|
|
160
|
-
"../dist"
|
|
161
|
-
]
|
|
162
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"root":["./types/nitro-nuxt.d.ts","./types/nitro.d.ts","../server/api/loggly.post.ts","../server/plugins/loggly.ts"],"version":"5.8.3"}
|