@jojomatik/nuxt-bundle 1.0.0-beta.1 → 1.0.0-beta.11
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 +1 -1
- package/nuxt.config.ts +4 -0
- package/package.json +45 -42
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# nuxt-bundle
|
|
2
|
-
[](https://github.com/jojomatik/nuxt-bundle/releases) [](LICENSE) [](https://github.com/jojomatik/nuxt-bundle/actions/workflows/publish.yml) [](https://www.npmjs.com/package/nuxt-bundle) [](https://www.npmjs.com/package/nuxt-bundle)
|
|
2
|
+
[](https://github.com/jojomatik/nuxt-bundle/releases) [](LICENSE) [](https://github.com/jojomatik/nuxt-bundle/actions/workflows/publish.yml) [](https://www.npmjs.com/package/@jojomatik/nuxt-bundle) [](https://www.npmjs.com/package/@jojomatik/nuxt-bundle)
|
|
3
3
|
|
|
4
4
|
A bundle of commonly used nuxt dependencies and configuration.
|
|
5
5
|
|
package/nuxt.config.ts
CHANGED
|
@@ -39,6 +39,7 @@ export default defineNuxtConfig({
|
|
|
39
39
|
{
|
|
40
40
|
rel: "manifest",
|
|
41
41
|
href: "/assets/favicon/site.webmanifest",
|
|
42
|
+
crossorigin: "use-credentials",
|
|
42
43
|
},
|
|
43
44
|
{
|
|
44
45
|
rel: "mask-icon",
|
|
@@ -61,6 +62,9 @@ export default defineNuxtConfig({
|
|
|
61
62
|
},
|
|
62
63
|
},
|
|
63
64
|
i18n: {},
|
|
65
|
+
experimental: {
|
|
66
|
+
externalVue: false,
|
|
67
|
+
},
|
|
64
68
|
vite: {
|
|
65
69
|
define: {
|
|
66
70
|
"process.env.DEBUG": "false",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jojomatik/nuxt-bundle",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.11",
|
|
4
4
|
"description": "A bundle of commonly used nuxt dependencies and configuration.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"nuxt",
|
|
@@ -20,49 +20,52 @@
|
|
|
20
20
|
],
|
|
21
21
|
"main": "nuxt.config.ts",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@fontsource/roboto": "
|
|
24
|
-
"@intlify/core-base": "9.
|
|
25
|
-
"@intlify/shared": "9.
|
|
26
|
-
"@mdi/js": "
|
|
27
|
-
"@nuxt/image": "
|
|
28
|
-
"@nuxtjs/eslint-config-typescript": "
|
|
29
|
-
"@nuxtjs/i18n": "
|
|
30
|
-
"@nuxtjs/robots": "
|
|
31
|
-
"@semantic-release/exec": "
|
|
32
|
-
"@semantic-release/git": "
|
|
33
|
-
"@storybook/addon-essentials": "7.
|
|
34
|
-
"@storybook/addon-interactions": "7.
|
|
35
|
-
"@storybook/addon-links": "7.
|
|
36
|
-
"@storybook/blocks": "7.
|
|
37
|
-
"@storybook/testing-library": "0.2.
|
|
38
|
-
"@storybook/vue3": "7.
|
|
39
|
-
"@storybook/vue3-vite": "7.
|
|
40
|
-
"@types/node": "
|
|
41
|
-
"@unhead/vue": "
|
|
42
|
-
"chromatic": "
|
|
43
|
-
"conventional-changelog-conventionalcommits": "
|
|
44
|
-
"eslint": "
|
|
45
|
-
"eslint-config-prettier": "
|
|
46
|
-
"eslint-plugin-prettier": "
|
|
47
|
-
"eslint-plugin-storybook": "
|
|
48
|
-
"eslint-plugin-vue": "
|
|
49
|
-
"prettier": "
|
|
23
|
+
"@fontsource/roboto": "5.0.8",
|
|
24
|
+
"@intlify/core-base": "9.9.0",
|
|
25
|
+
"@intlify/shared": "9.9.0",
|
|
26
|
+
"@mdi/js": "7.4.47",
|
|
27
|
+
"@nuxt/image": "1.1.0",
|
|
28
|
+
"@nuxtjs/eslint-config-typescript": "12.0.0",
|
|
29
|
+
"@nuxtjs/i18n": "8.0.0",
|
|
30
|
+
"@nuxtjs/robots": "3.0.0",
|
|
31
|
+
"@semantic-release/exec": "6.0.3",
|
|
32
|
+
"@semantic-release/git": "10.0.1",
|
|
33
|
+
"@storybook/addon-essentials": "7.6.7",
|
|
34
|
+
"@storybook/addon-interactions": "7.6.7",
|
|
35
|
+
"@storybook/addon-links": "7.6.7",
|
|
36
|
+
"@storybook/blocks": "7.6.7",
|
|
37
|
+
"@storybook/testing-library": "0.2.2",
|
|
38
|
+
"@storybook/vue3": "7.6.7",
|
|
39
|
+
"@storybook/vue3-vite": "7.6.7",
|
|
40
|
+
"@types/node": "18.19.6",
|
|
41
|
+
"@unhead/vue": "1.8.9",
|
|
42
|
+
"chromatic": "10.2.0",
|
|
43
|
+
"conventional-changelog-conventionalcommits": "7.0.2",
|
|
44
|
+
"eslint": "8.56.0",
|
|
45
|
+
"eslint-config-prettier": "9.1.0",
|
|
46
|
+
"eslint-plugin-prettier": "5.1.3",
|
|
47
|
+
"eslint-plugin-storybook": "0.6.15",
|
|
48
|
+
"eslint-plugin-vue": "9.19.2",
|
|
49
|
+
"prettier": "3.1.1",
|
|
50
50
|
"react": "18.2.0",
|
|
51
51
|
"react-dom": "18.2.0",
|
|
52
|
-
"rollup": "
|
|
53
|
-
"rollup-plugin-license": "
|
|
54
|
-
"sass": "
|
|
55
|
-
"semantic-release": "
|
|
56
|
-
"storybook": "7.
|
|
57
|
-
"typescript": "
|
|
58
|
-
"unplugin-auto-import": "
|
|
59
|
-
"unplugin-vue-components": "
|
|
60
|
-
"vite": "
|
|
61
|
-
"vite-plugin-vuetify": "
|
|
62
|
-
"vue": "
|
|
63
|
-
"vue-i18n": "
|
|
64
|
-
"vue-router": "
|
|
65
|
-
"vuetify": "
|
|
52
|
+
"rollup": "4.9.4",
|
|
53
|
+
"rollup-plugin-license": "3.2.0",
|
|
54
|
+
"sass": "1.69.7",
|
|
55
|
+
"semantic-release": "22.0.12",
|
|
56
|
+
"storybook": "7.6.7",
|
|
57
|
+
"typescript": "5.3.3",
|
|
58
|
+
"unplugin-auto-import": "0.17.3",
|
|
59
|
+
"unplugin-vue-components": "0.26.0",
|
|
60
|
+
"vite": "5.0.11",
|
|
61
|
+
"vite-plugin-vuetify": "2.0.1",
|
|
62
|
+
"vue": "3.3.4",
|
|
63
|
+
"vue-i18n": "9.9.0",
|
|
64
|
+
"vue-router": "4.2.5",
|
|
65
|
+
"vuetify": "3.4.10"
|
|
66
|
+
},
|
|
67
|
+
"devDependencies": {
|
|
68
|
+
"nuxt": "3.9.1"
|
|
66
69
|
},
|
|
67
70
|
"peerDependencies": {
|
|
68
71
|
"nuxt": "^3.7.4"
|