@maz-ui/nuxt 4.1.8-beta.3 → 4.1.9-alpha.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/dist/module.json +1 -1
- package/package.json +12 -14
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maz-ui/nuxt",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.1.
|
|
4
|
+
"version": "4.1.9-alpha.1",
|
|
5
5
|
"description": "Nuxt module for Maz-UI",
|
|
6
6
|
"author": "Louis Mazel <me@loicmazuel.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -43,23 +43,15 @@
|
|
|
43
43
|
"README.md",
|
|
44
44
|
"dist"
|
|
45
45
|
],
|
|
46
|
-
"scripts": {
|
|
47
|
-
"prepack": "nuxt-module-build build",
|
|
48
|
-
"build": "pnpm dev && nuxt-module-build build",
|
|
49
|
-
"dev": "nuxt-module-build build --stub && nuxt-module-build prepare",
|
|
50
|
-
"lint": "cross-env NODE_ENV=production eslint .",
|
|
51
|
-
"lint:fix": "pnpm lint --fix",
|
|
52
|
-
"typecheck": "nuxi typecheck --skipLibCheck"
|
|
53
|
-
},
|
|
54
46
|
"peerDependencies": {
|
|
55
47
|
"nuxt": ">=3.4.0 <5.0.0"
|
|
56
48
|
},
|
|
57
49
|
"dependencies": {
|
|
58
|
-
"@maz-ui/themes": "4.1.8-beta.1",
|
|
59
|
-
"@maz-ui/translations": "4.1.8-beta.1",
|
|
60
50
|
"@nuxt/kit": "^4.1.3",
|
|
61
51
|
"defu": "^6.1.4",
|
|
62
|
-
"maz-ui": "4.1.8-beta.
|
|
52
|
+
"@maz-ui/themes": "4.1.8-beta.1",
|
|
53
|
+
"maz-ui": "4.1.9-alpha.1",
|
|
54
|
+
"@maz-ui/translations": "4.1.8"
|
|
63
55
|
},
|
|
64
56
|
"devDependencies": {
|
|
65
57
|
"@nuxt/devtools": "^2.6.5",
|
|
@@ -72,5 +64,11 @@
|
|
|
72
64
|
"lint-staged": {
|
|
73
65
|
"*.{js,ts,mjs,mts,cjs,md,yml,json}": "cross-env NODE_ENV=production eslint --fix"
|
|
74
66
|
},
|
|
75
|
-
"
|
|
76
|
-
|
|
67
|
+
"scripts": {
|
|
68
|
+
"build": "pnpm dev && nuxt-module-build build",
|
|
69
|
+
"dev": "nuxt-module-build build --stub && nuxt-module-build prepare",
|
|
70
|
+
"lint": "cross-env NODE_ENV=production eslint .",
|
|
71
|
+
"lint:fix": "pnpm lint --fix",
|
|
72
|
+
"typecheck": "nuxi typecheck --skipLibCheck"
|
|
73
|
+
}
|
|
74
|
+
}
|