@dargmuesli/nuxt-vio 13.0.0 → 13.1.1
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 +35 -36
- package/README.md +0 -7
package/package.json
CHANGED
|
@@ -1,39 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "@dargmuesli/nuxt-vio",
|
|
3
|
-
"version": "13.0.0",
|
|
4
|
-
"repository": {
|
|
5
|
-
"type": "git",
|
|
6
|
-
"url": "git+https://github.com/dargmuesli/vio.git"
|
|
7
|
-
},
|
|
8
|
-
"type": "module",
|
|
9
|
-
"publishConfig": {
|
|
10
|
-
"access": "public"
|
|
11
|
-
},
|
|
12
|
-
"engines": {
|
|
13
|
-
"node": "20"
|
|
14
|
-
},
|
|
15
|
-
"packageManager": "pnpm@9.3.0",
|
|
16
|
-
"files": [
|
|
17
|
-
".config",
|
|
18
|
-
"assets",
|
|
19
|
-
"components",
|
|
20
|
-
"composables",
|
|
21
|
-
"layouts",
|
|
22
|
-
"locales",
|
|
23
|
-
"pages",
|
|
24
|
-
"plugins",
|
|
25
|
-
"server",
|
|
26
|
-
"store",
|
|
27
|
-
"types",
|
|
28
|
-
"utils",
|
|
29
|
-
"app.config.ts",
|
|
30
|
-
"error.vue",
|
|
31
|
-
"i18n.config.ts",
|
|
32
|
-
"nuxt.config.ts",
|
|
33
|
-
"playwright.config.ts",
|
|
34
|
-
"tailwind.config.ts"
|
|
35
|
-
],
|
|
36
|
-
"main": "nuxt.config.ts",
|
|
37
2
|
"dependencies": {
|
|
38
3
|
"@dargmuesli/nuxt-cookie-control": "8.4.2",
|
|
39
4
|
"@eslint/compat": "1.1.0",
|
|
@@ -97,11 +62,43 @@
|
|
|
97
62
|
"vue": "3.4.29",
|
|
98
63
|
"vue-router": "4.3.3"
|
|
99
64
|
},
|
|
65
|
+
"engines": {
|
|
66
|
+
"node": "20"
|
|
67
|
+
},
|
|
68
|
+
"files": [
|
|
69
|
+
".config",
|
|
70
|
+
"assets",
|
|
71
|
+
"components",
|
|
72
|
+
"composables",
|
|
73
|
+
"layouts",
|
|
74
|
+
"locales",
|
|
75
|
+
"pages",
|
|
76
|
+
"plugins",
|
|
77
|
+
"server",
|
|
78
|
+
"store",
|
|
79
|
+
"types",
|
|
80
|
+
"utils",
|
|
81
|
+
"app.config.ts",
|
|
82
|
+
"error.vue",
|
|
83
|
+
"i18n.config.ts",
|
|
84
|
+
"nuxt.config.ts",
|
|
85
|
+
"package.json",
|
|
86
|
+
"tailwind.config.ts"
|
|
87
|
+
],
|
|
88
|
+
"main": "nuxt.config.ts",
|
|
89
|
+
"name": "@dargmuesli/nuxt-vio",
|
|
100
90
|
"peerDependencies": {
|
|
101
91
|
"nuxt": "3.12.2",
|
|
102
92
|
"vue": "3.4.29",
|
|
103
93
|
"vue-router": "4.3.3"
|
|
104
94
|
},
|
|
95
|
+
"publishConfig": {
|
|
96
|
+
"access": "public"
|
|
97
|
+
},
|
|
98
|
+
"repository": {
|
|
99
|
+
"type": "git",
|
|
100
|
+
"url": "git+https://github.com/dargmuesli/vio.git"
|
|
101
|
+
},
|
|
105
102
|
"scripts": {
|
|
106
103
|
"build": "pnpm run build:node",
|
|
107
104
|
"build:node": "nuxt build .playground",
|
|
@@ -119,5 +116,7 @@
|
|
|
119
116
|
"start:dev": "nuxt dev .playground",
|
|
120
117
|
"start:node": "node .playground/.output/server/index.mjs",
|
|
121
118
|
"start:static": "serve .playground/.output/public --ssl-cert ./.config/certificates/ssl.crt --ssl-key ./.config/certificates/ssl.key"
|
|
122
|
-
}
|
|
119
|
+
},
|
|
120
|
+
"type": "module",
|
|
121
|
+
"version": "13.1.1"
|
|
123
122
|
}
|