kmcom-nuxt-layers 1.6.1 → 1.6.3
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/package.json +20 -18
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kmcom-nuxt-layers",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.6.
|
|
4
|
+
"version": "1.6.3",
|
|
5
5
|
"description": "Composable Nuxt 4 layers for building scalable Vue applications",
|
|
6
6
|
"files": [
|
|
7
7
|
"layers/*/nuxt.config.ts",
|
|
@@ -38,8 +38,9 @@
|
|
|
38
38
|
"nuxt": "^4.4.2",
|
|
39
39
|
"nuxt-studio": "^1.4.0",
|
|
40
40
|
"pinia": "^3.0.4",
|
|
41
|
-
"tailwindcss": "^4.2.
|
|
41
|
+
"tailwindcss": "^4.2.2",
|
|
42
42
|
"three": "^0.183.2",
|
|
43
|
+
"v-gsap-nuxt": ">=1.0.0",
|
|
43
44
|
"zod": "^4.3.6"
|
|
44
45
|
},
|
|
45
46
|
"peerDependenciesMeta": {
|
|
@@ -84,6 +85,9 @@
|
|
|
84
85
|
},
|
|
85
86
|
"nuxt-studio": {
|
|
86
87
|
"optional": true
|
|
88
|
+
},
|
|
89
|
+
"v-gsap-nuxt": {
|
|
90
|
+
"optional": true
|
|
87
91
|
}
|
|
88
92
|
},
|
|
89
93
|
"devDependencies": {
|
|
@@ -93,7 +97,7 @@
|
|
|
93
97
|
"@eslint/json": "^1.0.1",
|
|
94
98
|
"@eslint/markdown": "^7.5.1",
|
|
95
99
|
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
|
|
96
|
-
"@iconify-json/lucide": "^1.2.
|
|
100
|
+
"@iconify-json/lucide": "^1.2.102",
|
|
97
101
|
"@nuxt/eslint": "^1.15.2",
|
|
98
102
|
"@nuxt/fonts": "^0.14.0",
|
|
99
103
|
"@nuxt/image": "^2.0.0",
|
|
@@ -101,35 +105,33 @@
|
|
|
101
105
|
"@nuxtjs/device": "^4.0.0",
|
|
102
106
|
"@perplex-digital/stylelint-config": "^17.3.0",
|
|
103
107
|
"@pinia/nuxt": "^0.11.3",
|
|
104
|
-
"@types/node": "^25.
|
|
105
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
106
|
-
"@typescript-eslint/parser": "^8.
|
|
108
|
+
"@types/node": "^25.6.0",
|
|
109
|
+
"@typescript-eslint/eslint-plugin": "^8.58.2",
|
|
110
|
+
"@typescript-eslint/parser": "^8.58.2",
|
|
107
111
|
"@vue/eslint-config-typescript": "^14.7.0",
|
|
108
112
|
"@vueuse/core": "^14.2.1",
|
|
109
113
|
"@vueuse/nuxt": "^14.2.1",
|
|
110
114
|
"@webgpu/glslang": "^0.0.15",
|
|
111
|
-
"browserslist": "^4.28.
|
|
115
|
+
"browserslist": "^4.28.2",
|
|
112
116
|
"changesets": "^1.0.2",
|
|
113
117
|
"cypress": "^15.10.0",
|
|
114
118
|
"depcheck": "^1.4.7",
|
|
115
|
-
"eslint": "^10.0
|
|
116
|
-
"eslint-plugin-compat": "^
|
|
119
|
+
"eslint": "^10.2.0",
|
|
120
|
+
"eslint-plugin-compat": "^7.0.1",
|
|
117
121
|
"eslint-plugin-glsl": "0.0.0-wip",
|
|
118
|
-
"eslint-plugin-oxlint": "^1.50.0",
|
|
119
122
|
"eslint-plugin-pnpm": "^1.6.0",
|
|
120
123
|
"eslint-plugin-prettier": "^5.5.5",
|
|
121
|
-
"eslint-plugin-unicorn": "^
|
|
124
|
+
"eslint-plugin-unicorn": "^64.0.0",
|
|
122
125
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
123
126
|
"eslint-plugin-vue": "^10.8.0",
|
|
124
127
|
"npm-check-updates": "^19.6.3",
|
|
125
128
|
"nuxt": "latest",
|
|
126
|
-
"oxlint": "^1.43.0",
|
|
127
129
|
"pinia": "^3.0.4",
|
|
128
130
|
"playwright": "^1.58.2",
|
|
129
131
|
"postcss-html": "^1.8.1",
|
|
130
|
-
"prettier": "^3.8.
|
|
132
|
+
"prettier": "^3.8.2",
|
|
131
133
|
"prettier-plugin-css-order": "^2.2.0",
|
|
132
|
-
"prettier-plugin-glsl": "^0.2.
|
|
134
|
+
"prettier-plugin-glsl": "^0.2.5",
|
|
133
135
|
"prettier-plugin-organize-attributes": "^1.0.0",
|
|
134
136
|
"prettier-plugin-tailwind-styled-components": "^2.0.2",
|
|
135
137
|
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
@@ -140,13 +142,13 @@
|
|
|
140
142
|
"stylelint-config-tailwindcss": "^1.0.1",
|
|
141
143
|
"stylelint-no-unsupported-browser-features": "^8.1.1",
|
|
142
144
|
"stylelint-prettier": "^5.0.3",
|
|
143
|
-
"tailwindcss": "^4.2.
|
|
145
|
+
"tailwindcss": "^4.2.2",
|
|
144
146
|
"turbo": "^2.8.13",
|
|
145
|
-
"typescript": "^
|
|
147
|
+
"typescript": "^6.0.2",
|
|
146
148
|
"vite-plugin-checker": "^0.12.0",
|
|
147
149
|
"vitest": "^4.0.18",
|
|
148
150
|
"vue": "latest",
|
|
149
|
-
"vue-tsc": "^3.2.
|
|
151
|
+
"vue-tsc": "^3.2.6",
|
|
150
152
|
"zod": "^4.3.6",
|
|
151
153
|
"zod-to-json-schema": "^3.25.1"
|
|
152
154
|
},
|
|
@@ -157,7 +159,7 @@
|
|
|
157
159
|
"last 2 Edge major versions"
|
|
158
160
|
],
|
|
159
161
|
"dependencies": {
|
|
160
|
-
"skills": "^1.
|
|
162
|
+
"skills": "^1.5.0"
|
|
161
163
|
},
|
|
162
164
|
"engines": {
|
|
163
165
|
"node": ">=18 <21"
|