@skalfa/skalfa-app 1.0.2 → 1.0.5
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/.env.example +8 -16
- package/app/auth/edit/page.tsx +1 -1
- package/app/auth/login/page.tsx +1 -1
- package/app/auth/me/page.tsx +1 -1
- package/app/auth/register/page.tsx +1 -1
- package/app/auth/verify/page.tsx +1 -1
- package/app/dashboard/layout.tsx +2 -2
- package/app/dashboard/page.tsx +1 -1
- package/app/index.ts +1 -0
- package/app/layout.tsx +2 -4
- package/app/page.tsx +2 -2
- package/bun.lock +39 -24
- package/components/index.ts +1 -3
- package/package.json +8 -7
- package/styles/components.css +1392 -0
- package/styles/globals.css +40 -175
- package/styles/utilities.css +37 -0
- package/tsconfig.json +4 -2
- package/utils/commands/skalfa.ts +3 -0
- package/blueprints/starter.blueprint.json +0 -103
- package/components/base.components/accordion/Accordion.component.tsx +0 -82
- package/components/base.components/breadcrumb/Breadcrumb.component.tsx +0 -80
- package/components/base.components/button/Button.component.tsx +0 -91
- package/components/base.components/button/IconButton.component.tsx +0 -88
- package/components/base.components/button/button.decorate.ts +0 -82
- package/components/base.components/card/AlertCard.component.tsx +0 -69
- package/components/base.components/card/Card.component.tsx +0 -25
- package/components/base.components/card/DashboardCard.component.tsx +0 -44
- package/components/base.components/card/GalleryCard.component.tsx +0 -50
- package/components/base.components/card/ProductCard.component.tsx +0 -65
- package/components/base.components/card/ProfileCard.component.tsx +0 -71
- package/components/base.components/carousel/Carousel.component.tsx +0 -113
- package/components/base.components/chip/Chip.component.tsx +0 -39
- package/components/base.components/document/DocumentViewer.component.tsx +0 -164
- package/components/base.components/document/ExportExcel.component.tsx +0 -340
- package/components/base.components/document/ImportExcel.component.tsx +0 -315
- package/components/base.components/document/PrintTable.component.tsx +0 -204
- package/components/base.components/document/RenderPDF.component.tsx +0 -416
- package/components/base.components/index.ts +0 -85
- package/components/base.components/input/Checkbox.component.tsx +0 -109
- package/components/base.components/input/Input.component.tsx +0 -332
- package/components/base.components/input/InputCheckbox.component.tsx +0 -174
- package/components/base.components/input/InputCurrency.component.tsx +0 -163
- package/components/base.components/input/InputDate.component.tsx +0 -352
- package/components/base.components/input/InputDatetime.component.tsx +0 -260
- package/components/base.components/input/InputDocument.component.tsx +0 -352
- package/components/base.components/input/InputImage.component.tsx +0 -533
- package/components/base.components/input/InputMap.component.tsx +0 -318
- package/components/base.components/input/InputNumber.component.tsx +0 -192
- package/components/base.components/input/InputOtp.component.tsx +0 -169
- package/components/base.components/input/InputPassword.component.tsx +0 -236
- package/components/base.components/input/InputRadio.component.tsx +0 -175
- package/components/base.components/input/InputTime.component.tsx +0 -276
- package/components/base.components/input/InputValues.component.tsx +0 -68
- package/components/base.components/input/Radio.component.tsx +0 -102
- package/components/base.components/input/Select.component.tsx +0 -541
- package/components/base.components/modal/BottomSheet.component.tsx +0 -246
- package/components/base.components/modal/FloatingPage.component.tsx +0 -104
- package/components/base.components/modal/Modal.component.tsx +0 -96
- package/components/base.components/modal/ModalConfirm.component.tsx +0 -218
- package/components/base.components/modal/Toast.component.tsx +0 -126
- package/components/base.components/nav/Bottombar.component.tsx +0 -116
- package/components/base.components/nav/Footer.component.tsx +0 -144
- package/components/base.components/nav/Headbar.component.tsx +0 -104
- package/components/base.components/nav/Navbar.component.tsx +0 -100
- package/components/base.components/nav/Sidebar.component.tsx +0 -301
- package/components/base.components/nav/Tabbar.component.tsx +0 -60
- package/components/base.components/nav/Wizard.component.tsx +0 -73
- package/components/base.components/supervision/FormSupervision.component.tsx +0 -434
- package/components/base.components/supervision/TableSupervision.component.tsx +0 -697
- package/components/base.components/table/ControlBar.component.tsx +0 -497
- package/components/base.components/table/FilterComponent.tsx +0 -518
- package/components/base.components/table/Pagination.component.tsx +0 -159
- package/components/base.components/table/Table.component.tsx +0 -469
- package/components/base.components/typography/TypographyArticle.component.tsx +0 -26
- package/components/base.components/typography/TypographyColumn.component.tsx +0 -20
- package/components/base.components/typography/TypographyContent.component.tsx +0 -20
- package/components/base.components/typography/TypographyTips.component.tsx +0 -20
- package/components/base.components/wrap/Draggable.component.tsx +0 -303
- package/components/base.components/wrap/IDBProvider.tsx +0 -12
- package/components/base.components/wrap/Image.component.tsx +0 -10
- package/components/base.components/wrap/OutsideClick.component.tsx +0 -48
- package/components/base.components/wrap/ScrollContainer.component.tsx +0 -104
- package/components/base.components/wrap/ShortcutProvider.tsx +0 -57
- package/components/base.components/wrap/Swipe.component.tsx +0 -93
- package/components/construct.components/example.tsx +0 -1
- package/components/construct.components/index.ts +0 -5
- package/components/structure.components/example.tsx +0 -1
- package/components/structure.components/index.ts +0 -5
- package/langs/index.ts +0 -1
- package/langs/validation.langs.ts +0 -17
- package/schema/idb/app.schema.ts +0 -9
- package/schema/index.ts +0 -5
- package/utils/commands/barrels.ts +0 -28
- package/utils/commands/blueprint.ts +0 -421
- package/utils/commands/light.ts +0 -21
- package/utils/commands/logger.ts +0 -42
- package/utils/commands/stubs/table-blueprint.stub +0 -13
- package/utils/commands/use-pdf.ts +0 -29
package/.env.example
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
# =========================>
|
|
2
2
|
# ## Base configuration
|
|
3
3
|
# =========================>
|
|
4
|
-
NEXT_PUBLIC_APP_NAME=
|
|
5
|
-
|
|
4
|
+
NEXT_PUBLIC_APP_NAME=skalfa_app
|
|
5
|
+
NEXT_PUBLIC_APP_KEY=
|
|
6
|
+
NEXT_PUBLIC_APP_PORT=3000
|
|
7
|
+
NEXT_PUBLIC_APP_DEBUG=
|
|
6
8
|
|
|
7
9
|
|
|
8
10
|
# =========================>
|
|
@@ -14,15 +16,11 @@ NEXT_PUBLIC_API_HEADERS=""
|
|
|
14
16
|
|
|
15
17
|
|
|
16
18
|
# =========================>
|
|
17
|
-
# ##
|
|
18
|
-
# =========================>
|
|
19
|
-
NEXT_PUBLIC_SOCKET_HOST=""
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
# ## Auth configuration
|
|
22
20
|
# =========================>
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
21
|
+
NEXT_PUBLIC_LOGIN_PATH=
|
|
22
|
+
NEXT_PUBLIC_BASE_PATH=
|
|
23
|
+
NEXT_PUBLIC_ACCESS_TOKEN_EXPIRED=
|
|
26
24
|
|
|
27
25
|
|
|
28
26
|
# =========================>
|
|
@@ -36,9 +34,3 @@ NEXT_PUBLIC_SOCKET_KEY=""
|
|
|
36
34
|
# ## Map configuration
|
|
37
35
|
# =========================>
|
|
38
36
|
NEXT_PUBLIC_MAP_KEY="";
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
# =========================>
|
|
42
|
-
# ## Exposed port (when using docker)
|
|
43
|
-
# =========================>
|
|
44
|
-
NEXT_PUBLIC_PORT=3000
|
package/app/auth/edit/page.tsx
CHANGED
|
@@ -11,7 +11,7 @@ export default function EditProfile() {
|
|
|
11
11
|
return (
|
|
12
12
|
<>
|
|
13
13
|
<div className="h-screen flex flex-col justify-center items-center">
|
|
14
|
-
<h1 className="text-2xl font-extrabold italic">
|
|
14
|
+
<h1 className="text-2xl font-extrabold italic">SKALFA APP</h1>
|
|
15
15
|
<p className="text-sm font-semibold mt-6">Edit account!</p>
|
|
16
16
|
|
|
17
17
|
<CardComponent className="mt-4 p-6 w-[400px] rounded-2xl">
|
package/app/auth/login/page.tsx
CHANGED
|
@@ -12,7 +12,7 @@ export default function Login() {
|
|
|
12
12
|
return (
|
|
13
13
|
<>
|
|
14
14
|
<div className="h-screen flex flex-col justify-center items-center">
|
|
15
|
-
<h1 className="text-2xl font-extrabold italic">WELCOME TO
|
|
15
|
+
<h1 className="text-2xl font-extrabold italic">WELCOME TO SKALFA APP</h1>
|
|
16
16
|
<p className="text-sm font-semibold mt-6">Sign in with your account!</p>
|
|
17
17
|
|
|
18
18
|
<CardComponent className="mt-4 p-6 w-[400px] rounded-2xl">
|
package/app/auth/me/page.tsx
CHANGED
|
@@ -12,7 +12,7 @@ export default function Login() {
|
|
|
12
12
|
return (
|
|
13
13
|
<>
|
|
14
14
|
<div className="h-screen flex flex-col justify-center items-center">
|
|
15
|
-
<h1 className="text-2xl font-extrabold italic">
|
|
15
|
+
<h1 className="text-2xl font-extrabold italic">SKALFA APP</h1>
|
|
16
16
|
<p className="text-sm font-semibold mt-6">Your account!</p>
|
|
17
17
|
|
|
18
18
|
<CardComponent className="mt-4 p-6 w-[400px] rounded-2xl">
|
|
@@ -12,7 +12,7 @@ export default function Register() {
|
|
|
12
12
|
return (
|
|
13
13
|
<>
|
|
14
14
|
<div className="h-screen flex flex-col justify-center items-center">
|
|
15
|
-
<h1 className="text-2xl font-extrabold italic">WELCOME TO
|
|
15
|
+
<h1 className="text-2xl font-extrabold italic">WELCOME TO SKALFA APP</h1>
|
|
16
16
|
<p className="text-sm font-semibold mt-6">Create new account!</p>
|
|
17
17
|
|
|
18
18
|
<CardComponent className="mt-4 p-6 w-[400px] rounded-2xl">
|
package/app/auth/verify/page.tsx
CHANGED
|
@@ -12,7 +12,7 @@ export default function Verify() {
|
|
|
12
12
|
return (
|
|
13
13
|
<>
|
|
14
14
|
<div className="h-screen flex flex-col justify-center items-center">
|
|
15
|
-
<h1 className="text-2xl font-extrabold italic">WELCOME TO
|
|
15
|
+
<h1 className="text-2xl font-extrabold italic">WELCOME TO SKALFA APP</h1>
|
|
16
16
|
<p className="text-sm font-semibold mt-6">Verify your email!</p>
|
|
17
17
|
|
|
18
18
|
<CardComponent className="mt-4 p-6 w-[400px] rounded-2xl">
|
package/app/dashboard/layout.tsx
CHANGED
|
@@ -10,10 +10,10 @@ export default function ExampleLayout({ children }: { children: ReactNode }) {
|
|
|
10
10
|
head={
|
|
11
11
|
<div className="px-4">
|
|
12
12
|
<a href="#" className="text-2xl font-extrabold italic">
|
|
13
|
-
|
|
13
|
+
SKALFA APP
|
|
14
14
|
</a>
|
|
15
15
|
<p className="text-sm -mt-1 font-semibold text-slate-400">
|
|
16
|
-
|
|
16
|
+
Framework & Template
|
|
17
17
|
</p>
|
|
18
18
|
</div>
|
|
19
19
|
}
|
package/app/dashboard/page.tsx
CHANGED
|
@@ -2,7 +2,7 @@ export default function Example() {
|
|
|
2
2
|
return (
|
|
3
3
|
<>
|
|
4
4
|
<div className="flex justify-center items-center h-screen">
|
|
5
|
-
<p className="text-2xl font-bold opacity-25 mb-4">WELCOME
|
|
5
|
+
<p className="text-2xl font-bold opacity-25 mb-4">WELCOME TO SKALFA APP</p>
|
|
6
6
|
</div>
|
|
7
7
|
</>
|
|
8
8
|
);
|
package/app/index.ts
CHANGED
package/app/layout.tsx
CHANGED
|
@@ -10,7 +10,7 @@ import { config } from "@fortawesome/fontawesome-svg-core";
|
|
|
10
10
|
import "@fortawesome/fontawesome-svg-core/styles.css";
|
|
11
11
|
|
|
12
12
|
import { ContextAppProvider } from "@contexts/AppProvider";
|
|
13
|
-
import {
|
|
13
|
+
import { ShortcutProvider } from "@components";
|
|
14
14
|
|
|
15
15
|
moment.locale("id");
|
|
16
16
|
config.autoAddCss = false;
|
|
@@ -28,9 +28,7 @@ export default function AppLayout({ children }: { children: ReactNode }) {
|
|
|
28
28
|
<body className="antialiased">
|
|
29
29
|
<ContextAppProvider>
|
|
30
30
|
<ShortcutProvider />
|
|
31
|
-
|
|
32
|
-
{children}
|
|
33
|
-
</IDBProvider>
|
|
31
|
+
{children}
|
|
34
32
|
</ContextAppProvider>
|
|
35
33
|
</body>
|
|
36
34
|
</html>
|
package/app/page.tsx
CHANGED
|
@@ -2,10 +2,10 @@ export default function Home() {
|
|
|
2
2
|
return (
|
|
3
3
|
<>
|
|
4
4
|
<div className="h-screen flex flex-col justify-center items-center">
|
|
5
|
-
<h1 className="text-2xl font-extrabold italic">
|
|
5
|
+
<h1 className="text-2xl font-extrabold italic">SKALFA APP</h1>
|
|
6
6
|
|
|
7
7
|
<p className="text-sm -mt-1 font-semibold text-light-foreground">
|
|
8
|
-
The Magic
|
|
8
|
+
The Magic Framework & Template
|
|
9
9
|
</p>
|
|
10
10
|
</div>
|
|
11
11
|
</>
|
package/bun.lock
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"configVersion": 0,
|
|
4
4
|
"workspaces": {
|
|
5
5
|
"": {
|
|
6
|
-
"name": "
|
|
6
|
+
"name": "@skalfa/skalfa-app",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
|
9
9
|
"@fortawesome/free-brands-svg-icons": "^6.7.2",
|
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
"@fortawesome/free-solid-svg-icons": "^6.7.2",
|
|
12
12
|
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
13
13
|
"@react-google-maps/api": "^2.20.7",
|
|
14
|
-
"@skalfa/skalfa-app-core": "^1.0.
|
|
14
|
+
"@skalfa/skalfa-app-core": "^1.0.8",
|
|
15
|
+
"@skalfa/skalfa-component": "^1.0.0",
|
|
15
16
|
"@tailwindcss/postcss": "^4.0.0",
|
|
16
17
|
"axios": "^1.12.0",
|
|
17
18
|
"moment": "^2.30.1",
|
|
@@ -41,9 +42,9 @@
|
|
|
41
42
|
|
|
42
43
|
"@emnapi/runtime": ["@emnapi/runtime@1.7.1", "", { "dependencies": { "tslib": "^2.4.0" } }, "sha512-PVtJr5CmLwYAU9PZDMITZoR5iAOShYREoR45EyyLrbntV50mdePTgUn4AmOw90Ifcj+x2kRjdzr1HP3RrNiHGA=="],
|
|
43
44
|
|
|
44
|
-
"@eslint-community/eslint-utils": ["@eslint-community/eslint-utils@4.
|
|
45
|
+
"@eslint-community/eslint-utils": ["@eslint-community/eslint-utils@4.9.1", "", { "dependencies": { "eslint-visitor-keys": "^3.4.3" }, "peerDependencies": { "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" } }, "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ=="],
|
|
45
46
|
|
|
46
|
-
"@eslint-community/regexpp": ["@eslint-community/regexpp@4.12.
|
|
47
|
+
"@eslint-community/regexpp": ["@eslint-community/regexpp@4.12.2", "", {}, "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew=="],
|
|
47
48
|
|
|
48
49
|
"@eslint/config-array": ["@eslint/config-array@0.19.1", "", { "dependencies": { "@eslint/object-schema": "^2.1.5", "debug": "^4.3.1", "minimatch": "^3.1.2" } }, "sha512-fo6Mtm5mWyKjA/Chy1BYTdn5mGJoDNjC7C64ug20ADsRDGrA85bN3uK3MaKbeRkRuuIEAR5N33Jr1pbm411/PA=="],
|
|
49
50
|
|
|
@@ -169,7 +170,9 @@
|
|
|
169
170
|
|
|
170
171
|
"@rushstack/eslint-patch": ["@rushstack/eslint-patch@1.10.5", "", {}, "sha512-kkKUDVlII2DQiKy7UstOR1ErJP8kUKAQ4oa+SQtM0K+lPdmmjj0YnnxBgtTVYH7mUKtbsxeFC9y0AmK7Yb78/A=="],
|
|
171
172
|
|
|
172
|
-
"@skalfa/skalfa-app-core": ["@skalfa/skalfa-app-core@1.0.
|
|
173
|
+
"@skalfa/skalfa-app-core": ["@skalfa/skalfa-app-core@1.0.8", "", { "dependencies": { "axios": "^1.12.0", "clsx": "^2.1.1", "commander": "^12.1.0", "crypto-js": "^4.2.0", "js-cookie": "^3.0.5", "lz-string": "^1.5.0", "moment": "^2.30.1", "tailwind-merge": "^3.0.2", "validator": "^13.15.22" }, "peerDependencies": { "next": "^15.0.0 || ^16.0.0", "react": "^19.0.0", "react-dom": "^19.0.0" } }, "sha512-GH2OnQ65HL6F0au3zlMTvPpCzaIBr8YmyUZbYPAiNeQ3cGC+yOC0/TEjg6gNsmtAKbVpdWJxetW8TU4rZsNzrA=="],
|
|
174
|
+
|
|
175
|
+
"@skalfa/skalfa-component": ["@skalfa/skalfa-component@1.0.0", "", { "peerDependencies": { "@fortawesome/react-fontawesome": "^0.2.2", "@skalfa/skalfa-app-core": "^1.0.0", "next": "^15.0.0 || ^16.0.0", "react": "^19.0.0", "react-dom": "^19.0.0" } }, "sha512-l5UGaTKhppz84l8lf9Oxicvh/iyqutPCGm9PJBGO7wx+LUuaN7BMtWbnMQJ1W465PpGzXuSr/fbzlUel8naP/A=="],
|
|
173
176
|
|
|
174
177
|
"@swc/helpers": ["@swc/helpers@0.5.15", "", { "dependencies": { "tslib": "^2.8.0" } }, "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g=="],
|
|
175
178
|
|
|
@@ -219,21 +222,25 @@
|
|
|
219
222
|
|
|
220
223
|
"@types/yargs-parser": ["@types/yargs-parser@21.0.3", "", {}, "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ=="],
|
|
221
224
|
|
|
222
|
-
"@typescript-eslint/eslint-plugin": ["@typescript-eslint/eslint-plugin@8.
|
|
225
|
+
"@typescript-eslint/eslint-plugin": ["@typescript-eslint/eslint-plugin@8.62.1", "", { "dependencies": { "@eslint-community/regexpp": "^4.12.2", "@typescript-eslint/scope-manager": "8.62.1", "@typescript-eslint/type-utils": "8.62.1", "@typescript-eslint/utils": "8.62.1", "@typescript-eslint/visitor-keys": "8.62.1", "ignore": "^7.0.5", "natural-compare": "^1.4.0", "ts-api-utils": "^2.5.0" }, "peerDependencies": { "@typescript-eslint/parser": "^8.62.1", "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", "typescript": ">=4.8.4 <6.1.0" } }, "sha512-4EQM77WgVNxj7OkL/5b/D/xZsw00G577+UriYTC7JF5opcF3T2AuoeY7ueLaZgSVjSgCS6yOAJB5bRGLPSJUzA=="],
|
|
226
|
+
|
|
227
|
+
"@typescript-eslint/parser": ["@typescript-eslint/parser@8.62.1", "", { "dependencies": { "@typescript-eslint/scope-manager": "8.62.1", "@typescript-eslint/types": "8.62.1", "@typescript-eslint/typescript-estree": "8.62.1", "@typescript-eslint/visitor-keys": "8.62.1", "debug": "^4.4.3" }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", "typescript": ">=4.8.4 <6.1.0" } }, "sha512-sPhE4iHuJDSvoAiec+Ro8JyXw8f0ql13HFR82P99nCm9GwTEKG0KYLvDe6REk8BCXuit6vJAv/Yxg5ABaNS2rA=="],
|
|
228
|
+
|
|
229
|
+
"@typescript-eslint/project-service": ["@typescript-eslint/project-service@8.62.1", "", { "dependencies": { "@typescript-eslint/tsconfig-utils": "^8.62.1", "@typescript-eslint/types": "^8.62.1", "debug": "^4.4.3" }, "peerDependencies": { "typescript": ">=4.8.4 <6.1.0" } }, "sha512-yQ3RgY5RkSBpsNS1Bx/JQEcA24FOSdfGktoyprAr5u18390UQdtVcfnEv4nIrIshNnavlVyZBKxQwT1fIAE6cg=="],
|
|
223
230
|
|
|
224
|
-
"@typescript-eslint/
|
|
231
|
+
"@typescript-eslint/scope-manager": ["@typescript-eslint/scope-manager@8.62.1", "", { "dependencies": { "@typescript-eslint/types": "8.62.1", "@typescript-eslint/visitor-keys": "8.62.1" } }, "sha512-r4d249KbQ1SFdpeStvob8Ih6aPPIzfqllPVOtvhve6ZcpuVcYo5/7zUWckKpHE7StASX4kTKZTLf0WQm/wPkcg=="],
|
|
225
232
|
|
|
226
|
-
"@typescript-eslint/
|
|
233
|
+
"@typescript-eslint/tsconfig-utils": ["@typescript-eslint/tsconfig-utils@8.62.1", "", { "peerDependencies": { "typescript": ">=4.8.4 <6.1.0" } }, "sha512-xadytJqX9vJVQ2fdQjkcIVigwaOJNWkpjdLt6cEQ+xPnrI1fkp+/jZE/I97k9KUjqtpd25i0HeyZf3T6dutv2g=="],
|
|
227
234
|
|
|
228
|
-
"@typescript-eslint/type-utils": ["@typescript-eslint/type-utils@8.
|
|
235
|
+
"@typescript-eslint/type-utils": ["@typescript-eslint/type-utils@8.62.1", "", { "dependencies": { "@typescript-eslint/types": "8.62.1", "@typescript-eslint/typescript-estree": "8.62.1", "@typescript-eslint/utils": "8.62.1", "debug": "^4.4.3", "ts-api-utils": "^2.5.0" }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", "typescript": ">=4.8.4 <6.1.0" } }, "sha512-aXM5xlqXiTxPibXB93cLAURfT3rlizf7uMXISCXy66Isr/9hISJx3yDsKl0L7lKa51b8JpFuNKby0/O0pEm9jg=="],
|
|
229
236
|
|
|
230
|
-
"@typescript-eslint/types": ["@typescript-eslint/types@8.
|
|
237
|
+
"@typescript-eslint/types": ["@typescript-eslint/types@8.62.1", "", {}, "sha512-ooCzJFaf+Hg+uG6fA3NRFGuFjlfNlDhBthbv4ZPU/0elCAFUfnyXUvf/WOpHz/jYwSmvU2GkR2LtyUfy1AxZ1Q=="],
|
|
231
238
|
|
|
232
|
-
"@typescript-eslint/typescript-estree": ["@typescript-eslint/typescript-estree@8.
|
|
239
|
+
"@typescript-eslint/typescript-estree": ["@typescript-eslint/typescript-estree@8.62.1", "", { "dependencies": { "@typescript-eslint/project-service": "8.62.1", "@typescript-eslint/tsconfig-utils": "8.62.1", "@typescript-eslint/types": "8.62.1", "@typescript-eslint/visitor-keys": "8.62.1", "debug": "^4.4.3", "minimatch": "^10.2.2", "semver": "^7.7.3", "tinyglobby": "^0.2.15", "ts-api-utils": "^2.5.0" }, "peerDependencies": { "typescript": ">=4.8.4 <6.1.0" } }, "sha512-xMcW9oP9u7fAMXYs9A65CVmtLQe2r//oXINHfi8HV+oiqhih17sbLdhXr4540YWlgpDKQdY854OL5ZrdCiQsAA=="],
|
|
233
240
|
|
|
234
|
-
"@typescript-eslint/utils": ["@typescript-eslint/utils@8.
|
|
241
|
+
"@typescript-eslint/utils": ["@typescript-eslint/utils@8.62.1", "", { "dependencies": { "@eslint-community/eslint-utils": "^4.9.1", "@typescript-eslint/scope-manager": "8.62.1", "@typescript-eslint/types": "8.62.1", "@typescript-eslint/typescript-estree": "8.62.1" }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", "typescript": ">=4.8.4 <6.1.0" } }, "sha512-sHtbPfuKNZCG+ih8SyjjucqRntSVmp8XgL5u6o9mAhiSn8ds5o/M/XdM0abweme2Tln3szOstOrZ9OXitvPh0g=="],
|
|
235
242
|
|
|
236
|
-
"@typescript-eslint/visitor-keys": ["@typescript-eslint/visitor-keys@8.
|
|
243
|
+
"@typescript-eslint/visitor-keys": ["@typescript-eslint/visitor-keys@8.62.1", "", { "dependencies": { "@typescript-eslint/types": "8.62.1", "eslint-visitor-keys": "^5.0.0" } }, "sha512-4g3BLxfdTMy8iZG0MaBkadnlRrCJ74cQiFbyEVMrkwIoqdyaXXQM22cotDvrl4x28wgIZ9rEJRoM+mmhSJpJ1g=="],
|
|
237
244
|
|
|
238
245
|
"acorn": ["acorn@8.14.0", "", { "bin": "bin/acorn" }, "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA=="],
|
|
239
246
|
|
|
@@ -419,6 +426,8 @@
|
|
|
419
426
|
|
|
420
427
|
"fastq": ["fastq@1.18.0", "", { "dependencies": { "reusify": "^1.0.4" } }, "sha512-QKHXPW0hD8g4UET03SdOdunzSouc9N4AuHdsX8XNcTsuz+yYFILVNIX4l9yHABMhiEI9Db0JTTIpu0wB+Y1QQw=="],
|
|
421
428
|
|
|
429
|
+
"fdir": ["fdir@6.5.0", "", { "peerDependencies": { "picomatch": "^3 || ^4" } }, "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg=="],
|
|
430
|
+
|
|
422
431
|
"figures": ["figures@2.0.0", "", { "dependencies": { "escape-string-regexp": "^1.0.5" } }, "sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA=="],
|
|
423
432
|
|
|
424
433
|
"file-entry-cache": ["file-entry-cache@8.0.0", "", { "dependencies": { "flat-cache": "^4.0.0" } }, "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ=="],
|
|
@@ -431,7 +440,7 @@
|
|
|
431
440
|
|
|
432
441
|
"flatted": ["flatted@3.3.2", "", {}, "sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA=="],
|
|
433
442
|
|
|
434
|
-
"follow-redirects": ["follow-redirects@1.16.0", "", {
|
|
443
|
+
"follow-redirects": ["follow-redirects@1.16.0", "", {}, "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw=="],
|
|
435
444
|
|
|
436
445
|
"for-each": ["for-each@0.3.3", "", { "dependencies": { "is-callable": "^1.1.3" } }, "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw=="],
|
|
437
446
|
|
|
@@ -463,8 +472,6 @@
|
|
|
463
472
|
|
|
464
473
|
"graceful-fs": ["graceful-fs@4.2.11", "", {}, "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="],
|
|
465
474
|
|
|
466
|
-
"graphemer": ["graphemer@1.4.0", "", {}, "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag=="],
|
|
467
|
-
|
|
468
475
|
"has-bigints": ["has-bigints@1.1.0", "", {}, "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg=="],
|
|
469
476
|
|
|
470
477
|
"has-flag": ["has-flag@4.0.0", "", {}, "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="],
|
|
@@ -477,7 +484,7 @@
|
|
|
477
484
|
|
|
478
485
|
"has-tostringtag": ["has-tostringtag@1.0.2", "", { "dependencies": { "has-symbols": "^1.0.3" } }, "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw=="],
|
|
479
486
|
|
|
480
|
-
"hasown": ["hasown@2.0.
|
|
487
|
+
"hasown": ["hasown@2.0.4", "", { "dependencies": { "function-bind": "^1.1.2" } }, "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A=="],
|
|
481
488
|
|
|
482
489
|
"https-proxy-agent": ["https-proxy-agent@5.0.1", "", { "dependencies": { "agent-base": "6", "debug": "4" } }, "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA=="],
|
|
483
490
|
|
|
@@ -791,11 +798,13 @@
|
|
|
791
798
|
|
|
792
799
|
"tapable": ["tapable@2.2.1", "", {}, "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ=="],
|
|
793
800
|
|
|
801
|
+
"tinyglobby": ["tinyglobby@0.2.17", "", { "dependencies": { "fdir": "^6.5.0", "picomatch": "^4.0.4" } }, "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g=="],
|
|
802
|
+
|
|
794
803
|
"to-regex-range": ["to-regex-range@5.0.1", "", { "dependencies": { "is-number": "^7.0.0" } }, "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ=="],
|
|
795
804
|
|
|
796
805
|
"tree-kill": ["tree-kill@1.2.2", "", { "bin": "cli.js" }, "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A=="],
|
|
797
806
|
|
|
798
|
-
"ts-api-utils": ["ts-api-utils@2.
|
|
807
|
+
"ts-api-utils": ["ts-api-utils@2.5.0", "", { "peerDependencies": { "typescript": ">=4.8.4" } }, "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA=="],
|
|
799
808
|
|
|
800
809
|
"tsconfig-paths": ["tsconfig-paths@3.15.0", "", { "dependencies": { "@types/json5": "^0.0.29", "json5": "^1.0.2", "minimist": "^1.2.6", "strip-bom": "^3.0.0" } }, "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg=="],
|
|
801
810
|
|
|
@@ -847,12 +856,16 @@
|
|
|
847
856
|
|
|
848
857
|
"@humanfs/node/@humanwhocodes/retry": ["@humanwhocodes/retry@0.3.1", "", {}, "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA=="],
|
|
849
858
|
|
|
850
|
-
"@
|
|
859
|
+
"@skalfa/skalfa-app-core/commander": ["commander@12.1.0", "", {}, "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA=="],
|
|
851
860
|
|
|
852
|
-
"@typescript-eslint/
|
|
861
|
+
"@typescript-eslint/eslint-plugin/ignore": ["ignore@7.0.5", "", {}, "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg=="],
|
|
862
|
+
|
|
863
|
+
"@typescript-eslint/typescript-estree/minimatch": ["minimatch@10.2.5", "", { "dependencies": { "brace-expansion": "^5.0.5" } }, "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg=="],
|
|
853
864
|
|
|
854
865
|
"@typescript-eslint/typescript-estree/semver": ["semver@7.7.3", "", { "bin": "bin/semver.js" }, "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q=="],
|
|
855
866
|
|
|
867
|
+
"@typescript-eslint/visitor-keys/eslint-visitor-keys": ["eslint-visitor-keys@5.0.1", "", {}, "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA=="],
|
|
868
|
+
|
|
856
869
|
"chalk/supports-color": ["supports-color@7.2.0", "", { "dependencies": { "has-flag": "^4.0.0" } }, "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw=="],
|
|
857
870
|
|
|
858
871
|
"eslint-import-resolver-node/debug": ["debug@3.2.7", "", { "dependencies": { "ms": "^2.1.1" } }, "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ=="],
|
|
@@ -869,9 +882,9 @@
|
|
|
869
882
|
|
|
870
883
|
"fast-glob/glob-parent": ["glob-parent@5.1.2", "", { "dependencies": { "is-glob": "^4.0.1" } }, "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow=="],
|
|
871
884
|
|
|
872
|
-
"
|
|
885
|
+
"fdir/picomatch": ["picomatch@4.0.4", "", {}, "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A=="],
|
|
873
886
|
|
|
874
|
-
"
|
|
887
|
+
"figures/escape-string-regexp": ["escape-string-regexp@1.0.5", "", {}, "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg=="],
|
|
875
888
|
|
|
876
889
|
"is-bun-module/semver": ["semver@7.7.3", "", { "bin": "bin/semver.js" }, "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q=="],
|
|
877
890
|
|
|
@@ -887,9 +900,9 @@
|
|
|
887
900
|
|
|
888
901
|
"string-width/emoji-regex": ["emoji-regex@8.0.0", "", {}, "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="],
|
|
889
902
|
|
|
890
|
-
"
|
|
903
|
+
"tinyglobby/picomatch": ["picomatch@4.0.4", "", {}, "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A=="],
|
|
891
904
|
|
|
892
|
-
"@typescript-eslint/typescript-estree/minimatch/brace-expansion": ["brace-expansion@
|
|
905
|
+
"@typescript-eslint/typescript-estree/minimatch/brace-expansion": ["brace-expansion@5.0.7", "", { "dependencies": { "balanced-match": "^4.0.2" } }, "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA=="],
|
|
893
906
|
|
|
894
907
|
"eslint-import-resolver-typescript/fast-glob/glob-parent": ["glob-parent@5.1.2", "", { "dependencies": { "is-glob": "^4.0.1" } }, "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow=="],
|
|
895
908
|
|
|
@@ -901,6 +914,8 @@
|
|
|
901
914
|
|
|
902
915
|
"signale/chalk/supports-color": ["supports-color@5.5.0", "", { "dependencies": { "has-flag": "^3.0.0" } }, "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow=="],
|
|
903
916
|
|
|
917
|
+
"@typescript-eslint/typescript-estree/minimatch/brace-expansion/balanced-match": ["balanced-match@4.0.4", "", {}, "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA=="],
|
|
918
|
+
|
|
904
919
|
"pkg-conf/find-up/locate-path/p-locate": ["p-locate@2.0.0", "", { "dependencies": { "p-limit": "^1.1.0" } }, "sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg=="],
|
|
905
920
|
|
|
906
921
|
"pkg-conf/find-up/locate-path/path-exists": ["path-exists@3.0.0", "", {}, "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ=="],
|
package/components/index.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skalfa/skalfa-app",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"scripts": {
|
|
5
|
-
"dev": "concurrently --raw
|
|
5
|
+
"dev": "concurrently --raw 'next dev' 'bun run skalfa watch:barrels'",
|
|
6
|
+
"watch": "next dev",
|
|
6
7
|
"build": "next build",
|
|
7
8
|
"start": "next start",
|
|
9
|
+
"skalfa": "bun run utils/commands/skalfa.ts",
|
|
8
10
|
"test": "bun tsc --noEmit",
|
|
9
|
-
"lint": "npx eslint app/* components/* utils/* contexts/*
|
|
10
|
-
"light": "bun utils/commands/light.ts",
|
|
11
|
-
"barrels": "bun run utils/commands/barrels.ts"
|
|
11
|
+
"lint": "npx eslint app/* components/* utils/* contexts/*"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
|
@@ -17,7 +17,8 @@
|
|
|
17
17
|
"@fortawesome/free-solid-svg-icons": "^6.7.2",
|
|
18
18
|
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
19
19
|
"@react-google-maps/api": "^2.20.7",
|
|
20
|
-
"@skalfa/skalfa-app-core": "^1.0.
|
|
20
|
+
"@skalfa/skalfa-app-core": "^1.0.8",
|
|
21
|
+
"@skalfa/skalfa-component": "^1.0.0",
|
|
21
22
|
"@tailwindcss/postcss": "^4.0.0",
|
|
22
23
|
"axios": "^1.12.0",
|
|
23
24
|
"moment": "^2.30.1",
|
|
@@ -41,4 +42,4 @@
|
|
|
41
42
|
"typescript": "^6.0.3"
|
|
42
43
|
},
|
|
43
44
|
"description": "Modern frontend starter template built with Next.js, pre-configured with PWA, Tauri, and modular extensions."
|
|
44
|
-
}
|
|
45
|
+
}
|