@minch/bentolio 0.9.14 → 0.9.19
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/app/assets/css/tailwind.css +0 -0
- package/app/components/section/app-footer.vue +0 -0
- package/app/components/section/app-header.vue +0 -0
- package/app/components/social-media-link.vue +0 -0
- package/app/components/theme-toggle.vue +0 -0
- package/app/plugins/gsap.client.ts +0 -0
- package/eslint.config.mjs +0 -0
- package/nuxt.config.ts +0 -0
- package/package.json +14 -14
- package/pnpm-workspace.yaml +0 -0
- package/public/robots.txt +0 -0
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/eslint.config.mjs
CHANGED
|
File without changes
|
package/nuxt.config.ts
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@minch/bentolio",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.19",
|
|
4
4
|
"description": "A minimal portfolio template and layer built with Nuxt 4, Tailwind CSS 4, and GSAP.",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"repository":
|
|
7
|
-
"url": "https://github.com/oneminch/bentolio"
|
|
8
|
-
},
|
|
6
|
+
"repository": "github:oneminch/bentolio",
|
|
9
7
|
"homepage": "https://github.com/oneminch/bentolio#readme",
|
|
10
8
|
"license": "MIT",
|
|
11
9
|
"author": {
|
|
@@ -33,6 +31,15 @@
|
|
|
33
31
|
"access": "public",
|
|
34
32
|
"registry": "https://registry.npmjs.org"
|
|
35
33
|
},
|
|
34
|
+
"scripts": {
|
|
35
|
+
"dev": "nuxt dev .playground",
|
|
36
|
+
"dev:prepare": "nuxt prepare .playground",
|
|
37
|
+
"prepare": "nuxt prepare",
|
|
38
|
+
"build": "nuxt build .playground",
|
|
39
|
+
"generate": "nuxt generate .playground",
|
|
40
|
+
"preview": "nuxt preview .playground",
|
|
41
|
+
"lint": "eslint ."
|
|
42
|
+
},
|
|
36
43
|
"dependencies": {
|
|
37
44
|
"@fontsource/space-grotesk": "^5.2.10",
|
|
38
45
|
"@iconify-json/ph": "^1.2.2",
|
|
@@ -49,14 +56,7 @@
|
|
|
49
56
|
"tailwindcss": "^4.1.14",
|
|
50
57
|
"unstorage": "^1.17.1",
|
|
51
58
|
"vue": "^3.5.22",
|
|
52
|
-
"vue-router": "^4.6.
|
|
59
|
+
"vue-router": "^4.6.3"
|
|
53
60
|
},
|
|
54
|
-
"
|
|
55
|
-
|
|
56
|
-
"dev:prepare": "nuxt prepare .playground",
|
|
57
|
-
"build": "nuxt build .playground",
|
|
58
|
-
"generate": "nuxt generate .playground",
|
|
59
|
-
"preview": "nuxt preview .playground",
|
|
60
|
-
"lint": "eslint ."
|
|
61
|
-
}
|
|
62
|
-
}
|
|
61
|
+
"packageManager": "pnpm@10.18.3"
|
|
62
|
+
}
|
package/pnpm-workspace.yaml
CHANGED
|
File without changes
|
package/public/robots.txt
CHANGED
|
File without changes
|