@dargmuesli/nuxt-vio 4.0.2 → 4.0.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +16 -18
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dargmuesli/nuxt-vio",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.3",
|
4
4
|
"type": "module",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -64,8 +64,10 @@
|
|
64
64
|
"@axe-core/playwright": "4.7.3",
|
65
65
|
"@dargmuesli/nuxt-cookie-control": "6.4.2",
|
66
66
|
"@http-util/status-i18n": "0.8.1",
|
67
|
+
"@intlify/eslint-plugin-vue-i18n": "3.0.0-next.3",
|
67
68
|
"@nuxt/image": "1.0.0-rc.1",
|
68
69
|
"@nuxtjs/color-mode": "3.3.0",
|
70
|
+
"@nuxtjs/eslint-config-typescript": "12.1.0",
|
69
71
|
"@nuxtjs/html-validator": "1.5.2",
|
70
72
|
"@nuxtjs/i18n": "8.0.0-rc.4",
|
71
73
|
"@nuxtjs/tailwindcss": "6.8.0",
|
@@ -86,34 +88,30 @@
|
|
86
88
|
"cookie": "0.5.0",
|
87
89
|
"cross-env": "7.0.3",
|
88
90
|
"dayjs": "2.0.0-alpha.4",
|
89
|
-
"is-https": "4.0.0",
|
90
|
-
"jiti": "1.20.0",
|
91
|
-
"jose": "4.14.6",
|
92
|
-
"lodash-es": "4.17.21",
|
93
|
-
"pinia": "2.1.6",
|
94
|
-
"serve": "14.2.1",
|
95
|
-
"sweetalert2": "11.7.27",
|
96
|
-
"vue-gtag": "2.0.1",
|
97
|
-
"vue-tsc": "1.8.11"
|
98
|
-
},
|
99
|
-
"devDependencies": {
|
100
|
-
"@intlify/eslint-plugin-vue-i18n": "3.0.0-next.3",
|
101
|
-
"@nuxtjs/eslint-config-typescript": "12.1.0",
|
102
|
-
"eslint": "8.49.0",
|
103
91
|
"eslint-config-prettier": "9.0.0",
|
104
92
|
"eslint-plugin-compat": "4.2.0",
|
105
93
|
"eslint-plugin-nuxt": "4.0.0",
|
106
94
|
"eslint-plugin-prettier": "5.0.0",
|
107
95
|
"eslint-plugin-yml": "1.9.0",
|
96
|
+
"eslint": "8.49.0",
|
97
|
+
"is-https": "4.0.0",
|
98
|
+
"jiti": "1.20.0",
|
99
|
+
"jose": "4.14.6",
|
108
100
|
"lint-staged": "14.0.1",
|
109
|
-
"
|
110
|
-
"
|
101
|
+
"lodash-es": "4.17.21",
|
102
|
+
"nuxt": "3.7.2",
|
103
|
+
"pinia": "2.1.6",
|
111
104
|
"prettier-plugin-tailwindcss": "0.5.4",
|
112
|
-
"
|
105
|
+
"prettier": "3.0.3",
|
106
|
+
"serve": "14.2.1",
|
113
107
|
"stylelint-config-recommended-vue": "1.5.0",
|
114
108
|
"stylelint-config-standard": "34.0.0",
|
115
109
|
"stylelint-no-unsupported-browser-features": "7.0.0",
|
110
|
+
"stylelint": "15.10.3",
|
111
|
+
"sweetalert2": "11.7.27",
|
116
112
|
"tailwindcss": "3.3.3",
|
113
|
+
"vue-gtag": "2.0.1",
|
114
|
+
"vue-tsc": "1.8.11",
|
117
115
|
"vue": "3.3.4"
|
118
116
|
},
|
119
117
|
"peerDependencies": {
|