create-nuxt-base 0.3.10 → 0.3.12
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/.github/workflows/publish.yml +6 -9
- package/CHANGELOG.md +34 -47
- package/index.js +20 -19
- package/nuxt-base-template/app/composables/use-tw.ts +1 -0
- package/nuxt-base-template/{src → app}/plugins/pwa.plugin.ts +1 -1
- package/nuxt-base-template/eslint.config.mjs +1 -1
- package/nuxt-base-template/nuxt.config.ts +2 -13
- package/nuxt-base-template/package-lock.json +24541 -0
- package/nuxt-base-template/package.json +29 -29
- package/nuxt-base-template/playwright.config.ts +0 -1
- package/package.json +12 -12
- package/nuxt-base-template/pnpm-lock.yaml +0 -15165
- package/nuxt-base-template/src/composables/use-tw.ts +0 -1
- package/nuxt-base-template/{src → app}/app.vue +0 -0
- package/nuxt-base-template/{src → app}/assets/css/tailwind.css +0 -0
- package/nuxt-base-template/{src → app}/components/Transition/TransitionFade.vue +0 -0
- package/nuxt-base-template/{src → app}/components/Transition/TransitionFadeScale.vue +0 -0
- package/nuxt-base-template/{src → app}/components/Transition/TransitionSlide.vue +0 -0
- package/nuxt-base-template/{src → app}/components/Transition/TransitionSlideBottom.vue +0 -0
- package/nuxt-base-template/{src → app}/components/Transition/TransitionSlideRevert.vue +0 -0
- package/nuxt-base-template/{src → app}/composables/use-context-menu.ts +0 -0
- package/nuxt-base-template/{src → app}/composables/use-file.ts +0 -0
- package/nuxt-base-template/{src → app}/composables/use-form-helper.ts +0 -0
- package/nuxt-base-template/{src → app}/composables/use-modal.ts +4 -4
- /package/nuxt-base-template/{src → app}/composables/use-notification.ts +0 -0
- /package/nuxt-base-template/{src → app}/composables/use-share.ts +0 -0
- /package/nuxt-base-template/{src → app}/error.vue +0 -0
- /package/nuxt-base-template/{src → app}/layouts/default.vue +0 -0
- /package/nuxt-base-template/{src → app}/middleware/admin.global.ts +0 -0
- /package/nuxt-base-template/{src → app}/middleware/auth.global.ts +0 -0
- /package/nuxt-base-template/{src → app}/middleware/logged-in.global.ts +0 -0
- /package/nuxt-base-template/{src → app}/pages/index.vue +0 -0
- /package/nuxt-base-template/{src → app}/plugins/auth.server.ts +0 -0
- /package/nuxt-base-template/{src → app}/plugins/form.plugin.ts +0 -0
- /package/nuxt-base-template/{src/public → public}/favicon.ico +0 -0
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
"private": true,
|
|
4
4
|
"type": "module",
|
|
5
5
|
"engines": {
|
|
6
|
-
"node": ">=
|
|
7
|
-
"
|
|
6
|
+
"node": ">=22",
|
|
7
|
+
"npm": ">=10"
|
|
8
8
|
},
|
|
9
9
|
"scripts": {
|
|
10
10
|
"init": "npm install",
|
|
@@ -19,53 +19,53 @@
|
|
|
19
19
|
"start:prod": "node .output/server/index.mjs",
|
|
20
20
|
"start:tunnel": "nuxt dev --tunnel",
|
|
21
21
|
"start:extern": "npx cross-env HOST=0.0.0.0 nuxt dev",
|
|
22
|
-
"generate-types": "npx rimraf
|
|
22
|
+
"generate-types": "npx rimraf app/base && npx cross-env GENERATE_TYPES=1 nuxt dev",
|
|
23
23
|
"dev": "nuxt dev",
|
|
24
24
|
"generate": "nuxt generate",
|
|
25
25
|
"preview": "nuxt preview",
|
|
26
26
|
"postinstall": "nuxt prepare",
|
|
27
27
|
"app:e2e": "playwright test",
|
|
28
28
|
"test": "echo 'No test specified' && exit 0",
|
|
29
|
-
"lint": "eslint '
|
|
30
|
-
"lint:fix": "eslint '
|
|
29
|
+
"lint": "eslint 'app/**/*.{ts,js,vue}'",
|
|
30
|
+
"lint:fix": "eslint 'app/**/*.{ts,js,vue}' --fix"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@egoist/tailwindcss-icons": "1.9.0",
|
|
34
|
-
"@iconify-json/bi": "1.2.
|
|
35
|
-
"@lenne.tech/nuxt-base": "3.
|
|
36
|
-
"@nuxt/image": "1.
|
|
37
|
-
"@vee-validate/yup": "4.15.
|
|
38
|
-
"@vueuse/core": "
|
|
39
|
-
"@vueuse/integrations": "
|
|
40
|
-
"@vueuse/nuxt": "
|
|
34
|
+
"@iconify-json/bi": "1.2.4",
|
|
35
|
+
"@lenne.tech/nuxt-base": "3.28.3",
|
|
36
|
+
"@nuxt/image": "1.10.0",
|
|
37
|
+
"@vee-validate/yup": "4.15.1",
|
|
38
|
+
"@vueuse/core": "13.5.0",
|
|
39
|
+
"@vueuse/integrations": "13.5.0",
|
|
40
|
+
"@vueuse/nuxt": "13.5.0",
|
|
41
41
|
"ios-pwa-splash": "1.0.0",
|
|
42
42
|
"rimraf": "6.0.1",
|
|
43
|
-
"tailwind-merge": "3.
|
|
44
|
-
"tailwindcss": "
|
|
45
|
-
"vee-validate": "4.15.
|
|
43
|
+
"tailwind-merge": "3.3.1",
|
|
44
|
+
"tailwindcss": "4.1.11",
|
|
45
|
+
"vee-validate": "4.15.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@lenne.tech/eslint-config-vue": "1.
|
|
49
|
-
"@nuxt/devtools": "2.
|
|
50
|
-
"@nuxt/test-utils": "3.
|
|
48
|
+
"@lenne.tech/eslint-config-vue": "2.1.3",
|
|
49
|
+
"@nuxt/devtools": "2.6.2",
|
|
50
|
+
"@nuxt/test-utils": "3.19.2",
|
|
51
51
|
"@nuxtjs/color-mode": "3.5.2",
|
|
52
52
|
"@nuxtjs/google-fonts": "3.2.0",
|
|
53
53
|
"@nuxtjs/plausible": "1.2.0",
|
|
54
|
-
"@nuxtjs/seo": "
|
|
55
|
-
"@nuxtjs/tailwindcss": "6.
|
|
56
|
-
"@playwright/test": "1.
|
|
54
|
+
"@nuxtjs/seo": "3.1.0",
|
|
55
|
+
"@nuxtjs/tailwindcss": "6.14.0",
|
|
56
|
+
"@playwright/test": "1.54.1",
|
|
57
57
|
"@tailwindcss/forms": "0.5.10",
|
|
58
|
-
"@tailwindcss/vite": "4.0.6",
|
|
59
58
|
"@tailwindcss/typography": "0.5.16",
|
|
60
|
-
"@
|
|
61
|
-
"@
|
|
62
|
-
"
|
|
59
|
+
"@tailwindcss/vite": "4.1.11",
|
|
60
|
+
"@types/node": "24.1.0",
|
|
61
|
+
"@vitejs/plugin-vue": "6.0.0",
|
|
63
62
|
"@vue/test-utils": "2.4.6",
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
63
|
+
"dayjs-nuxt": "2.1.11",
|
|
64
|
+
"eslint": "9.31.0",
|
|
65
|
+
"jsdom": "26.1.0",
|
|
66
|
+
"nuxt": "4.0.1",
|
|
67
67
|
"ts-loader": "9.5.2",
|
|
68
|
-
"typescript": "5.
|
|
68
|
+
"typescript": "5.8.3"
|
|
69
69
|
},
|
|
70
70
|
"exports": {
|
|
71
71
|
".": {
|
|
@@ -29,7 +29,6 @@ export default defineConfig<ConfigOptions>({
|
|
|
29
29
|
/* Retry on CI only */
|
|
30
30
|
retries: isCI ? 2 : 0,
|
|
31
31
|
testDir: './tests',
|
|
32
|
-
timeout: 5 * 60 * 1000,
|
|
33
32
|
timeout: isWindows ? 60000 : undefined,
|
|
34
33
|
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
|
|
35
34
|
use: {
|
package/package.json
CHANGED
|
@@ -1,15 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-nuxt-base",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.12",
|
|
4
4
|
"description": "Starter to generate a configured environment with VueJS, Nuxt, Tailwind, Eslint, @lenne.tech/nuxt-base, Unit Tests, Cypress etc.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"engines": {
|
|
7
|
-
"node": ">=
|
|
8
|
-
"
|
|
7
|
+
"node": ">=22",
|
|
8
|
+
"npm": ">=10"
|
|
9
9
|
},
|
|
10
10
|
"bin": {
|
|
11
11
|
"create-nuxt-base": "./index.js"
|
|
12
12
|
},
|
|
13
|
+
"scripts": {
|
|
14
|
+
"prettier": "prettier \"*.{js,json,yml,md,html,ts}\" .",
|
|
15
|
+
"format": "npm run prettier -- --write",
|
|
16
|
+
"release": "standard-version && git push --follow-tags origin main",
|
|
17
|
+
"release:minor": "standard-version --release-as minor && git push --follow-tags origin main",
|
|
18
|
+
"release:major": "standard-version --release-as major && git push --follow-tags origin main"
|
|
19
|
+
},
|
|
13
20
|
"author": "lenne.Tech GmbH",
|
|
14
21
|
"license": "MIT",
|
|
15
22
|
"dependencies": {
|
|
@@ -17,14 +24,7 @@
|
|
|
17
24
|
"fs-extra": "11.3.0"
|
|
18
25
|
},
|
|
19
26
|
"devDependencies": {
|
|
20
|
-
"prettier": "3.
|
|
27
|
+
"prettier": "3.6.2",
|
|
21
28
|
"standard-version": "9.5.0"
|
|
22
|
-
},
|
|
23
|
-
"scripts": {
|
|
24
|
-
"prettier": "prettier \"*.{js,json,yml,md,html,ts}\" .",
|
|
25
|
-
"format": "pnpm prettier -- --write",
|
|
26
|
-
"release": "standard-version && git push --follow-tags origin main",
|
|
27
|
-
"release:minor": "standard-version --release-as minor && git push --follow-tags origin main",
|
|
28
|
-
"release:major": "standard-version --release-as major && git push --follow-tags origin main"
|
|
29
29
|
}
|
|
30
|
-
}
|
|
30
|
+
}
|