infinity-forge 0.9.2 → 0.9.4
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/system/presentation/components/pages/users/page.js +2 -2
- package/dist/system/presentation/components/pages/users/page.js.map +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/actions/index.js +4 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/actions/index.js.map +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/actions/styles.js +1 -1
- package/dist/system/presentation/hooks/ui/use-table/components/table/actions/styles.js.map +1 -1
- package/package.json +75 -75
|
@@ -25,8 +25,8 @@ function UserPageComponent() {
|
|
|
25
25
|
columnsConfiguration: {
|
|
26
26
|
columns: table_1.columns,
|
|
27
27
|
actions: {
|
|
28
|
-
edit:
|
|
29
|
-
create:
|
|
28
|
+
edit: createTable,
|
|
29
|
+
create: editTable,
|
|
30
30
|
delete: executeDelete,
|
|
31
31
|
},
|
|
32
32
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"page.js","sourceRoot":"","sources":["../../../../../../src/system/presentation/components/pages/users/page.tsx"],"names":[],"mappings":";;;;AAEA,mCAAgH;AAChH,iCAA+D;AAC/D,yCAA+C;AAE/C,SAAgB,iBAAiB;IAC/B,IAAM,QAAQ,GAAG,aAAa,CAAA;IAEtB,IAAA,IAAI,GAAK,IAAA,qBAAY,GAAE,KAAnB,CAAmB;IAC/B,IAAM,SAAS,GAAG,IAAA,oBAAY,EAAC,QAAQ,CAAC,CAAA;IACxC,IAAM,WAAW,GAAG,IAAA,uBAAc,EAAC,QAAQ,CAAC,CAAA;IACpC,IAAA,aAAa,GAAK,IAAA,sBAAc,EAAC,QAAQ,CAAC,cAA7B,CAA6B;IAE1C,IAAA,KAAK,GAAK,IAAA,iBAAQ,EAA2B;QACnD,KAAK,EAAE;YACL,IAAI,MAAA;YACJ,KAAK,gBAAA;YACL,QAAQ,UAAA;YACR,SAAS,oBAAA;YACT,WAAW,EAAE,IAAI;SAClB;QACD,OAAO,EAAE;YACP,YAAY,EAAE,4BAA4B;SAC3C;QACD,oBAAoB,EAAE;YACpB,OAAO,iBAAA;YACP,OAAO,EAAE;gBACP,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"page.js","sourceRoot":"","sources":["../../../../../../src/system/presentation/components/pages/users/page.tsx"],"names":[],"mappings":";;;;AAEA,mCAAgH;AAChH,iCAA+D;AAC/D,yCAA+C;AAE/C,SAAgB,iBAAiB;IAC/B,IAAM,QAAQ,GAAG,aAAa,CAAA;IAEtB,IAAA,IAAI,GAAK,IAAA,qBAAY,GAAE,KAAnB,CAAmB;IAC/B,IAAM,SAAS,GAAG,IAAA,oBAAY,EAAC,QAAQ,CAAC,CAAA;IACxC,IAAM,WAAW,GAAG,IAAA,uBAAc,EAAC,QAAQ,CAAC,CAAA;IACpC,IAAA,aAAa,GAAK,IAAA,sBAAc,EAAC,QAAQ,CAAC,cAA7B,CAA6B;IAE1C,IAAA,KAAK,GAAK,IAAA,iBAAQ,EAA2B;QACnD,KAAK,EAAE;YACL,IAAI,MAAA;YACJ,KAAK,gBAAA;YACL,QAAQ,UAAA;YACR,SAAS,oBAAA;YACT,WAAW,EAAE,IAAI;SAClB;QACD,OAAO,EAAE;YACP,YAAY,EAAE,4BAA4B;SAC3C;QACD,oBAAoB,EAAE;YACpB,OAAO,iBAAA;YACP,OAAO,EAAE;gBACP,IAAI,EAAE,WAAW;gBACjB,MAAM,EAAE,SAAS;gBACjB,MAAM,EAAE,aAAa;aACtB;SACF;KACF,CAAC,MAnBW,CAmBX;IAEF,OAAO,CACL,uBAAC,yBAAgB,cACf,uBAAC,eAAM,cACL,uBAAC,oBAAW,IAAC,KAAK,EAAC,eAAU,YAAE,KAAK,GAAe,GAC5C,GACQ,CACpB,CAAA;AACH,CAAC;AApCD,8CAoCC"}
|
|
@@ -99,7 +99,10 @@ function Actions(_a) {
|
|
|
99
99
|
});
|
|
100
100
|
}
|
|
101
101
|
return ((0, jsx_runtime_1.jsx)(S.Actions, { children: (0, jsx_runtime_1.jsxs)("div", { children: [actions.edit &&
|
|
102
|
-
(((_b = actions.edit) === null || _b === void 0 ? void 0 : _b.link) ? ((0, jsx_runtime_1.jsx)(semantic_ui_react_1.Popup, { content: 'Editar', trigger: (0, jsx_runtime_1.jsx)(link_1.default, { className: 'action-button', href: actions.edit.link.href(table), children: (0, jsx_runtime_1.jsx)(ui_1.Icon, { name: 'IconEdit' }) }) })) : ((0, jsx_runtime_1.jsx)(semantic_ui_react_1.Modal, { open: openEdit, onClose: function () { return setOpenEdit(false); }, style: { maxWidth: 512, borderRadius: 10 }, trigger: (0, jsx_runtime_1.jsx)(
|
|
102
|
+
(((_b = actions.edit) === null || _b === void 0 ? void 0 : _b.link) ? ((0, jsx_runtime_1.jsx)(semantic_ui_react_1.Popup, { content: 'Editar', trigger: (0, jsx_runtime_1.jsx)(link_1.default, { className: 'action-button', href: actions.edit.link.href(table), children: (0, jsx_runtime_1.jsx)(ui_1.Icon, { name: 'IconEdit' }) }) })) : ((0, jsx_runtime_1.jsx)(semantic_ui_react_1.Modal, { open: openEdit, onClose: function () { return setOpenEdit(false); }, style: { maxWidth: 512, borderRadius: 10 }, trigger: (0, jsx_runtime_1.jsx)("span", { className: 'action-button', children: (0, jsx_runtime_1.jsx)(semantic_ui_react_1.Popup, { content: 'Editar', trigger: (0, jsx_runtime_1.jsx)("button", { type: 'button', children: (0, jsx_runtime_1.jsx)(ui_1.Icon, { name: 'IconEdit' }) }) }) }), content: (0, jsx_runtime_1.jsx)(dynamic_form_handler_1.DynamicFormHandler, __assign({}, actions.edit, { onSucess: onSuccessEdit, tableItem: table })), onOpen: function () {
|
|
103
|
+
console.log('?');
|
|
104
|
+
setOpenEdit(true);
|
|
105
|
+
} }))), actions.detail && ((0, jsx_runtime_1.jsx)(semantic_ui_react_1.Popup, { content: 'Detalhe', trigger: (0, jsx_runtime_1.jsx)(link_1.default, { className: 'action-button', href: actions.detail(table), children: (0, jsx_runtime_1.jsx)(ui_1.Icon, { name: 'IconEye' }) }) })), actions.delete && ((0, jsx_runtime_1.jsx)(semantic_ui_react_1.Popup, { content: 'Excluir', trigger: (0, jsx_runtime_1.jsx)("button", { className: 'action-button', onClick: function () { return actions.delete(table); }, type: 'button', children: (0, jsx_runtime_1.jsx)(ui_1.Icon, { name: 'IconDelete' }) }) }))] }) }));
|
|
103
106
|
}
|
|
104
107
|
exports.Actions = Actions;
|
|
105
108
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../src/system/presentation/hooks/ui/use-table/components/table/actions/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+BAAgC;AAChC,mDAA4B;AAE5B,uDAAgD;AAEhD,2BAA2B;AAC3B,0FAAsF;AAItF,0CAA6B;AAE7B,SAAgB,OAAO,CAAC,EAAyD;;QAAvD,OAAO,aAAA,EAAE,KAAK,WAAA;IAChC,IAAA,KAA0B,IAAA,gBAAQ,EAAC,KAAK,CAAC,EAAxC,QAAQ,QAAA,EAAE,WAAW,QAAmB,CAAA;IAE/C,SAAe,aAAa,CAAC,IAAI;;;;4BAC/B,qBAAM,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAA;;wBAAjC,SAAiC,CAAA;wBAEjC,WAAW,CAAC,KAAK,CAAC,CAAA;;;;;KACnB;IAED,OAAO,CACL,uBAAC,CAAC,CAAC,OAAO,cACR,4CACG,OAAO,CAAC,IAAI;oBACX,CAAC,CAAA,MAAA,OAAO,CAAC,IAAI,0CAAE,IAAI,EAAC,CAAC,CAAC,CACpB,uBAAC,yBAAK,IACJ,OAAO,EAAC,QAAQ,EAChB,OAAO,EACL,uBAAC,cAAI,IAAC,SAAS,EAAC,eAAe,EAAC,IAAI,EAAE,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,YACjE,uBAAC,SAAI,IAAC,IAAI,EAAE,UAAU,GAAI,GACrB,GAET,CACH,CAAC,CAAC,CAAC,CACF,uBAAC,yBAAK,IACJ,IAAI,EAAE,QAAQ,EACd,OAAO,EAAE,cAAM,OAAA,WAAW,CAAC,KAAK,CAAC,EAAlB,CAAkB,EACjC,KAAK,EAAE,EAAE,QAAQ,EAAE,GAAG,EAAE,YAAY,EAAE,EAAE,EAAE,EAC1C,OAAO,EACL,uBAAC,yBAAK,IACJ,OAAO,EAAC,QAAQ,EAChB,OAAO,EACL,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../src/system/presentation/hooks/ui/use-table/components/table/actions/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+BAAgC;AAChC,mDAA4B;AAE5B,uDAAgD;AAEhD,2BAA2B;AAC3B,0FAAsF;AAItF,0CAA6B;AAE7B,SAAgB,OAAO,CAAC,EAAyD;;QAAvD,OAAO,aAAA,EAAE,KAAK,WAAA;IAChC,IAAA,KAA0B,IAAA,gBAAQ,EAAC,KAAK,CAAC,EAAxC,QAAQ,QAAA,EAAE,WAAW,QAAmB,CAAA;IAE/C,SAAe,aAAa,CAAC,IAAI;;;;4BAC/B,qBAAM,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAA;;wBAAjC,SAAiC,CAAA;wBAEjC,WAAW,CAAC,KAAK,CAAC,CAAA;;;;;KACnB;IAED,OAAO,CACL,uBAAC,CAAC,CAAC,OAAO,cACR,4CACG,OAAO,CAAC,IAAI;oBACX,CAAC,CAAA,MAAA,OAAO,CAAC,IAAI,0CAAE,IAAI,EAAC,CAAC,CAAC,CACpB,uBAAC,yBAAK,IACJ,OAAO,EAAC,QAAQ,EAChB,OAAO,EACL,uBAAC,cAAI,IAAC,SAAS,EAAC,eAAe,EAAC,IAAI,EAAE,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,YACjE,uBAAC,SAAI,IAAC,IAAI,EAAE,UAAU,GAAI,GACrB,GAET,CACH,CAAC,CAAC,CAAC,CACF,uBAAC,yBAAK,IACJ,IAAI,EAAE,QAAQ,EACd,OAAO,EAAE,cAAM,OAAA,WAAW,CAAC,KAAK,CAAC,EAAlB,CAAkB,EACjC,KAAK,EAAE,EAAE,QAAQ,EAAE,GAAG,EAAE,YAAY,EAAE,EAAE,EAAE,EAC1C,OAAO,EACL,iCAAM,SAAS,EAAC,eAAe,YAC7B,uBAAC,yBAAK,IACJ,OAAO,EAAC,QAAQ,EAChB,OAAO,EACL,mCAAS,IAAI,EAAC,QAAQ,YACpB,uBAAC,SAAI,IAAC,IAAI,EAAC,UAAU,GAAG,GACjB,GAEX,GACG,EAET,OAAO,EAAE,uBAAC,yCAAkB,eAAK,OAAO,CAAC,IAAI,IAAE,QAAQ,EAAE,aAAa,EAAE,SAAS,EAAE,KAAK,IAAI,EAC5F,MAAM,EAAE;4BACN,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,CAAA;4BAChB,WAAW,CAAC,IAAI,CAAC,CAAA;wBACnB,CAAC,GACD,CACH,CAAC,EAEH,OAAO,CAAC,MAAM,IAAI,CACjB,uBAAC,yBAAK,IACJ,OAAO,EAAC,SAAS,EACjB,OAAO,EACL,uBAAC,cAAI,IAAC,SAAS,EAAC,eAAe,EAAC,IAAI,EAAE,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,YACzD,uBAAC,SAAI,IAAC,IAAI,EAAC,SAAS,GAAG,GAClB,GAET,CACH,EAEA,OAAO,CAAC,MAAM,IAAI,CACjB,uBAAC,yBAAK,IACJ,OAAO,EAAC,SAAS,EACjB,OAAO,EACL,mCAAQ,SAAS,EAAC,eAAe,EAAC,OAAO,EAAE,cAAM,OAAA,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,EAArB,CAAqB,EAAE,IAAI,EAAC,QAAQ,YACnF,uBAAC,SAAI,IAAC,IAAI,EAAC,YAAY,GAAG,GACnB,GAEX,CACH,IACG,GACI,CACb,CAAA;AACH,CAAC;AAvED,0BAuEC"}
|
|
@@ -9,6 +9,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
10
|
exports.Actions = void 0;
|
|
11
11
|
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
|
-
exports.Actions = (0, styled_components_1.default)('td')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: 100%;\n\n > div {\n display: flex;\n align-content: center;\n justify-content: flex-end;\n\n .action-button + .action-button {\n margin-left: 10px;\n }\n }\n\n .action-button {\n border: 0;\n padding: 0;\n background: #e1e1e1;\n color: #828282;\n width: 30px;\n height: 30px;\n display: flex;\n align-items: center;\n justify-content: center;\n border-radius: 5px;\n padding: 8px;\n cursor: pointer;\n\n svg {\n width: 100%;\n height: auto;\n fill: currentColor;\n }\n\n & + & {\n margin-left: 10px;\n }\n }\n"], ["\n width: 100%;\n\n > div {\n display: flex;\n align-content: center;\n justify-content: flex-end;\n\n .action-button + .action-button {\n margin-left: 10px;\n }\n }\n\n .action-button {\n border: 0;\n padding: 0;\n background: #e1e1e1;\n color: #828282;\n width: 30px;\n height: 30px;\n display: flex;\n align-items: center;\n justify-content: center;\n border-radius: 5px;\n padding: 8px;\n cursor: pointer;\n\n svg {\n width: 100%;\n height: auto;\n fill: currentColor;\n }\n\n & + & {\n margin-left: 10px;\n }\n }\n"])));
|
|
12
|
+
exports.Actions = (0, styled_components_1.default)('td')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: 100%;\n\n > div {\n display: flex;\n align-content: center;\n justify-content: flex-end;\n\n .action-button + .action-button {\n margin-left: 10px;\n }\n }\n\n .action-button {\n border: 0;\n padding: 0;\n background: #e1e1e1;\n color: #828282;\n width: 30px;\n height: 30px;\n display: flex;\n align-items: center;\n justify-content: center;\n border-radius: 5px;\n padding: 8px;\n cursor: pointer;\n\n button {\n background-color: transparent;\n border: 0;\n padding: 0;\n width: 100%;\n color: currentColor;\n }\n\n svg {\n width: 100%;\n height: auto;\n fill: currentColor;\n }\n\n & + & {\n margin-left: 10px;\n }\n }\n"], ["\n width: 100%;\n\n > div {\n display: flex;\n align-content: center;\n justify-content: flex-end;\n\n .action-button + .action-button {\n margin-left: 10px;\n }\n }\n\n .action-button {\n border: 0;\n padding: 0;\n background: #e1e1e1;\n color: #828282;\n width: 30px;\n height: 30px;\n display: flex;\n align-items: center;\n justify-content: center;\n border-radius: 5px;\n padding: 8px;\n cursor: pointer;\n\n button {\n background-color: transparent;\n border: 0;\n padding: 0;\n width: 100%;\n color: currentColor;\n }\n\n svg {\n width: 100%;\n height: auto;\n fill: currentColor;\n }\n\n & + & {\n margin-left: 10px;\n }\n }\n"])));
|
|
13
13
|
var templateObject_1;
|
|
14
14
|
//# sourceMappingURL=styles.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../../../../../src/system/presentation/hooks/ui/use-table/components/table/actions/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAsC;AAEzB,QAAA,OAAO,GAAG,IAAA,2BAAM,EAAC,IAAI,CAAC,
|
|
1
|
+
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../../../../../src/system/presentation/hooks/ui/use-table/components/table/actions/styles.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wEAAsC;AAEzB,QAAA,OAAO,GAAG,IAAA,2BAAM,EAAC,IAAI,CAAC,2zBAAA,wvBA6ClC,KAAA"}
|
package/package.json
CHANGED
|
@@ -1,75 +1,75 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "infinity-forge",
|
|
3
|
-
"version": "0.9.
|
|
4
|
-
"description": "codie Library",
|
|
5
|
-
"main": "./dist/index.js",
|
|
6
|
-
"module": "./dist/index.js",
|
|
7
|
-
"types": "./dist/index.d.ts",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "https://github.com/CodieDigital/codiedigital-library"
|
|
11
|
-
},
|
|
12
|
-
"scripts": {
|
|
13
|
-
"dev": "next -p 3016",
|
|
14
|
-
"start": "next start -p 3015",
|
|
15
|
-
"build": "concurrently --kill-others \"tsc -w\" \"tsc-alias -w --resolve-full-paths\"",
|
|
16
|
-
"nextBuild": "next build",
|
|
17
|
-
"build:esm": "tsc",
|
|
18
|
-
"build:cjs": "tsc --module commonjs --outDir dist && tsc-alias -p tsconfig.json && for /r src %i in (.otf, *.ttf) do copy \"%i\" dist\\ && for /r src %i in (.css) do copy \"%i\" dist\\ "
|
|
19
|
-
},
|
|
20
|
-
"peerDependencies": {
|
|
21
|
-
"react": ">=16"
|
|
22
|
-
},
|
|
23
|
-
"files": [
|
|
24
|
-
"dist",
|
|
25
|
-
"LICENSE",
|
|
26
|
-
"README.md"
|
|
27
|
-
],
|
|
28
|
-
"keywords": [
|
|
29
|
-
"react",
|
|
30
|
-
"typescript",
|
|
31
|
-
"awesome-project"
|
|
32
|
-
],
|
|
33
|
-
"author": "Codie Digital",
|
|
34
|
-
"license": "MIT",
|
|
35
|
-
"devDependencies": {
|
|
36
|
-
"@types/node": "^18.11.7",
|
|
37
|
-
"@types/react": "^18.0.12",
|
|
38
|
-
"@types/react-dom": "^18.2.18",
|
|
39
|
-
"@types/styled-components": "^5.1.26",
|
|
40
|
-
"prettier": "^2.6.2",
|
|
41
|
-
"react": "^18.1.0",
|
|
42
|
-
"react-dom": "^18.2.0",
|
|
43
|
-
"tslib": "^2.4.1",
|
|
44
|
-
"typescript": "^5.1.5"
|
|
45
|
-
},
|
|
46
|
-
"dependencies": {
|
|
47
|
-
"@emotion/react": "^11.11.3",
|
|
48
|
-
"@emotion/styled": "^11.11.0",
|
|
49
|
-
"@react-input/mask": "^1.0.21",
|
|
50
|
-
"aos": "^2.3.4",
|
|
51
|
-
"axios": "^1.4.0",
|
|
52
|
-
"concurrently": "^8.2.2",
|
|
53
|
-
"formik": "^2.4.5",
|
|
54
|
-
"inversify": "^6.0.2",
|
|
55
|
-
"js-cookie": "^3.0.5",
|
|
56
|
-
"next": "^13.1.6",
|
|
57
|
-
"react-countup": "^6.5.0",
|
|
58
|
-
"react-currency-input-field": "^3.8.0",
|
|
59
|
-
"react-error-boundary": "^3.1.4",
|
|
60
|
-
"react-ga": "^3.3.1",
|
|
61
|
-
"react-glider": "^4.0.2",
|
|
62
|
-
"react-select": "^5.8.0",
|
|
63
|
-
"react-slick": "^0.30.2",
|
|
64
|
-
"reflect-metadata": "^0.2.1",
|
|
65
|
-
"semantic-ui-css": "^2.5.0",
|
|
66
|
-
"semantic-ui-react": "^2.1.5",
|
|
67
|
-
"sharp": "^0.33.2",
|
|
68
|
-
"slick-carousel": "^1.8.1",
|
|
69
|
-
"styled-components": "^6.0.1",
|
|
70
|
-
"swr": "^2.2.5",
|
|
71
|
-
"tsc-alias": "^1.8.8",
|
|
72
|
-
"yup": "^1.3.3",
|
|
73
|
-
"zustand": "^4.3.8"
|
|
74
|
-
}
|
|
75
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "infinity-forge",
|
|
3
|
+
"version": "0.9.4",
|
|
4
|
+
"description": "codie Library",
|
|
5
|
+
"main": "./dist/index.js",
|
|
6
|
+
"module": "./dist/index.js",
|
|
7
|
+
"types": "./dist/index.d.ts",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://github.com/CodieDigital/codiedigital-library"
|
|
11
|
+
},
|
|
12
|
+
"scripts": {
|
|
13
|
+
"dev": "next -p 3016",
|
|
14
|
+
"start": "next start -p 3015",
|
|
15
|
+
"build": "concurrently --kill-others \"tsc -w\" \"tsc-alias -w --resolve-full-paths\"",
|
|
16
|
+
"nextBuild": "next build",
|
|
17
|
+
"build:esm": "tsc",
|
|
18
|
+
"build:cjs": "tsc --module commonjs --outDir dist && tsc-alias -p tsconfig.json && for /r src %i in (.otf, *.ttf) do copy \"%i\" dist\\ && for /r src %i in (.css) do copy \"%i\" dist\\ "
|
|
19
|
+
},
|
|
20
|
+
"peerDependencies": {
|
|
21
|
+
"react": ">=16"
|
|
22
|
+
},
|
|
23
|
+
"files": [
|
|
24
|
+
"dist",
|
|
25
|
+
"LICENSE",
|
|
26
|
+
"README.md"
|
|
27
|
+
],
|
|
28
|
+
"keywords": [
|
|
29
|
+
"react",
|
|
30
|
+
"typescript",
|
|
31
|
+
"awesome-project"
|
|
32
|
+
],
|
|
33
|
+
"author": "Codie Digital",
|
|
34
|
+
"license": "MIT",
|
|
35
|
+
"devDependencies": {
|
|
36
|
+
"@types/node": "^18.11.7",
|
|
37
|
+
"@types/react": "^18.0.12",
|
|
38
|
+
"@types/react-dom": "^18.2.18",
|
|
39
|
+
"@types/styled-components": "^5.1.26",
|
|
40
|
+
"prettier": "^2.6.2",
|
|
41
|
+
"react": "^18.1.0",
|
|
42
|
+
"react-dom": "^18.2.0",
|
|
43
|
+
"tslib": "^2.4.1",
|
|
44
|
+
"typescript": "^5.1.5"
|
|
45
|
+
},
|
|
46
|
+
"dependencies": {
|
|
47
|
+
"@emotion/react": "^11.11.3",
|
|
48
|
+
"@emotion/styled": "^11.11.0",
|
|
49
|
+
"@react-input/mask": "^1.0.21",
|
|
50
|
+
"aos": "^2.3.4",
|
|
51
|
+
"axios": "^1.4.0",
|
|
52
|
+
"concurrently": "^8.2.2",
|
|
53
|
+
"formik": "^2.4.5",
|
|
54
|
+
"inversify": "^6.0.2",
|
|
55
|
+
"js-cookie": "^3.0.5",
|
|
56
|
+
"next": "^13.1.6",
|
|
57
|
+
"react-countup": "^6.5.0",
|
|
58
|
+
"react-currency-input-field": "^3.8.0",
|
|
59
|
+
"react-error-boundary": "^3.1.4",
|
|
60
|
+
"react-ga": "^3.3.1",
|
|
61
|
+
"react-glider": "^4.0.2",
|
|
62
|
+
"react-select": "^5.8.0",
|
|
63
|
+
"react-slick": "^0.30.2",
|
|
64
|
+
"reflect-metadata": "^0.2.1",
|
|
65
|
+
"semantic-ui-css": "^2.5.0",
|
|
66
|
+
"semantic-ui-react": "^2.1.5",
|
|
67
|
+
"sharp": "^0.33.2",
|
|
68
|
+
"slick-carousel": "^1.8.1",
|
|
69
|
+
"styled-components": "^6.0.1",
|
|
70
|
+
"swr": "^2.2.5",
|
|
71
|
+
"tsc-alias": "^1.8.8",
|
|
72
|
+
"yup": "^1.3.3",
|
|
73
|
+
"zustand": "^4.3.8"
|
|
74
|
+
}
|
|
75
|
+
}
|