@jojomatik/nuxt-bundle 1.0.0-beta.2 → 1.0.0-beta.20
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 +3 -3
- package/nuxt.config.ts +1 -0
- package/package.json +41 -37
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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)
|
|
1
|
+
# @jojomatik/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
|
|
|
6
6
|
## Licensing
|
|
7
|
-
This project is licensed under the MIT License (MIT). See also [`LICENSE`](LICENSE).
|
|
7
|
+
This project is licensed under the MIT License (MIT). See also [`LICENSE`](LICENSE).
|
package/nuxt.config.ts
CHANGED
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.20",
|
|
4
4
|
"description": "A bundle of commonly used nuxt dependencies and configuration.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"nuxt",
|
|
@@ -21,51 +21,55 @@
|
|
|
21
21
|
"main": "nuxt.config.ts",
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@fontsource/roboto": "5.0.8",
|
|
24
|
-
"@
|
|
25
|
-
"@
|
|
26
|
-
"@
|
|
27
|
-
"@
|
|
28
|
-
"@nuxtjs/eslint-config-typescript": "12.0.0",
|
|
29
|
-
"@nuxtjs/i18n": "8.0.0-rc.4",
|
|
24
|
+
"@mdi/js": "7.4.47",
|
|
25
|
+
"@nuxt/image": "1.2.0",
|
|
26
|
+
"@nuxtjs/eslint-config-typescript": "12.1.0",
|
|
27
|
+
"@nuxtjs/i18n": "8.0.1",
|
|
30
28
|
"@nuxtjs/robots": "3.0.0",
|
|
31
29
|
"@semantic-release/exec": "6.0.3",
|
|
32
30
|
"@semantic-release/git": "10.0.1",
|
|
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": "18.
|
|
41
|
-
"
|
|
42
|
-
"chromatic": "7.1.0",
|
|
31
|
+
"@storybook/addon-essentials": "7.6.12",
|
|
32
|
+
"@storybook/addon-interactions": "7.6.12",
|
|
33
|
+
"@storybook/addon-links": "7.6.12",
|
|
34
|
+
"@storybook/blocks": "7.6.12",
|
|
35
|
+
"@storybook/testing-library": "0.2.2",
|
|
36
|
+
"@storybook/vue3": "7.6.12",
|
|
37
|
+
"@storybook/vue3-vite": "7.6.12",
|
|
38
|
+
"@types/node": "18.19.14",
|
|
39
|
+
"chromatic": "10.7.1",
|
|
43
40
|
"conventional-changelog-conventionalcommits": "7.0.2",
|
|
44
|
-
"eslint": "
|
|
45
|
-
"eslint-
|
|
46
|
-
"eslint-plugin-
|
|
47
|
-
"eslint-plugin-
|
|
48
|
-
"
|
|
49
|
-
"prettier": "3.0.3",
|
|
41
|
+
"eslint-config-prettier": "9.1.0",
|
|
42
|
+
"eslint-plugin-prettier": "5.1.3",
|
|
43
|
+
"eslint-plugin-storybook": "0.6.15",
|
|
44
|
+
"eslint-plugin-vue": "9.21.1",
|
|
45
|
+
"prettier": "3.2.5",
|
|
50
46
|
"react": "18.2.0",
|
|
51
47
|
"react-dom": "18.2.0",
|
|
52
|
-
"rollup": "
|
|
53
|
-
"rollup-plugin-license": "3.0
|
|
54
|
-
"sass": "1.
|
|
55
|
-
"semantic-release": "22.0.
|
|
56
|
-
"storybook": "7.
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"unplugin-
|
|
60
|
-
"
|
|
61
|
-
"vite-plugin-vuetify": "
|
|
62
|
-
"vue": "
|
|
63
|
-
"vue-i18n": "9.5.0",
|
|
48
|
+
"rollup": "4.9.6",
|
|
49
|
+
"rollup-plugin-license": "3.2.0",
|
|
50
|
+
"sass": "1.70.0",
|
|
51
|
+
"semantic-release": "22.0.12",
|
|
52
|
+
"storybook": "7.6.12",
|
|
53
|
+
"storybook-i18n": "^2.0.13",
|
|
54
|
+
"typescript": "5.3.3",
|
|
55
|
+
"unplugin-auto-import": "0.17.5",
|
|
56
|
+
"unplugin-vue-components": "0.26.0",
|
|
57
|
+
"vite-plugin-vuetify": "2.0.1",
|
|
58
|
+
"vue-i18n": "9.9.1",
|
|
64
59
|
"vue-router": "4.2.5",
|
|
65
|
-
"vuetify": "3.
|
|
60
|
+
"vuetify": "3.5.2"
|
|
61
|
+
},
|
|
62
|
+
"devDependencies": {
|
|
63
|
+
"eslint": "8.56.0",
|
|
64
|
+
"nuxt": "3.10.0",
|
|
65
|
+
"vite": "5.0.12",
|
|
66
|
+
"vue": "3.4.15"
|
|
66
67
|
},
|
|
67
68
|
"peerDependencies": {
|
|
68
|
-
"
|
|
69
|
+
"eslint": "^8.56.0",
|
|
70
|
+
"nuxt": "^3.7.4",
|
|
71
|
+
"vite": "^5.0.11",
|
|
72
|
+
"vue": "^3.4.8"
|
|
69
73
|
},
|
|
70
74
|
"author": {
|
|
71
75
|
"name": "jojomatik",
|