@jojomatik/nuxt-bundle 1.0.0-beta.22 → 1.0.0-beta.24

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.
Files changed (2) hide show
  1. package/locales/fr.json +16 -0
  2. package/package.json +6 -2
@@ -0,0 +1,16 @@
1
+ {
2
+ "nuxt-bundle": {
3
+ "error": {
4
+ "404": {
5
+ "description": "Ce site n'existe pas",
6
+ "title": "404 Non trouvé"
7
+ },
8
+ "description": "Une erreur inconnue est survenue",
9
+ "title": "Erreur {error}"
10
+ },
11
+ "license-information": {
12
+ "description": "Ce site web est basé sur des logiciels à code source ouvert (Free Open Source Software, FOSS), qui sont soumis à des conditions de licence distinctes, énumérées ci-dessous.",
13
+ "title": "Informations de licence"
14
+ }
15
+ }
16
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jojomatik/nuxt-bundle",
3
- "version": "1.0.0-beta.22",
3
+ "version": "1.0.0-beta.24",
4
4
  "type": "module",
5
5
  "description": "A bundle of commonly used nuxt dependencies and configuration.",
6
6
  "keywords": [
@@ -28,7 +28,7 @@
28
28
  ],
29
29
  "main": "nuxt.config.ts",
30
30
  "dependencies": {
31
- "@crystal-creations/crystal-components": "^1.0.0-beta.1",
31
+ "@crystal-creations/crystal-components": "1.0.0-beta.1",
32
32
  "@fontsource/roboto": "5.0.8",
33
33
  "@mdi/js": "7.4.47",
34
34
  "@nuxt/image": "1.2.0",
@@ -41,7 +41,11 @@
41
41
  "@storybook/addon-interactions": "7.6.13",
42
42
  "@storybook/addon-links": "7.6.13",
43
43
  "@storybook/blocks": "7.6.13",
44
+ "@storybook/components": "7.6.13",
45
+ "@storybook/manager-api": "7.6.13",
46
+ "@storybook/preview-api": "7.6.13",
44
47
  "@storybook/testing-library": "0.2.2",
48
+ "@storybook/types": "7.6.13",
45
49
  "@storybook/vue3": "7.6.13",
46
50
  "@storybook/vue3-vite": "7.6.13",
47
51
  "@types/node": "18.19.14",