@ctlyst.id/internal-ui 1.0.1-canary.3 → 1.0.1-canary.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +14 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ctlyst.id/internal-ui",
|
3
|
-
"version": "1.0.1-canary.
|
3
|
+
"version": "1.0.1-canary.4",
|
4
4
|
"description": "Voila Internal UI Component",
|
5
5
|
"main": "./dist/index.js",
|
6
6
|
"module": "./dist/index.mjs",
|
@@ -28,10 +28,22 @@
|
|
28
28
|
"type-check": "tsc --emitDeclarationOnly"
|
29
29
|
},
|
30
30
|
"dependencies": {
|
31
|
+
"@chakra-ui/anatomy": "^2.1.1",
|
32
|
+
"@chakra-ui/icons": "^2.0.18",
|
33
|
+
"@chakra-ui/react": "^2.5.5",
|
34
|
+
"@chakra-ui/styled-system": "^2.8.0",
|
35
|
+
"@chakra-ui/system": "^2.5.5",
|
36
|
+
"@chakra-ui/theme-tools": "^2.0.16",
|
37
|
+
"@chakra-ui/utils": "^2.0.14",
|
38
|
+
"@emotion/core": "^11.0.0",
|
39
|
+
"@emotion/react": "^11.10.6",
|
40
|
+
"@emotion/styled": "^11.10.6",
|
31
41
|
"@tanstack/react-table": "^8.5.17",
|
32
42
|
"axios": "^0.27.2",
|
33
43
|
"clsx": "^1.1.1",
|
44
|
+
"react": "^18.2.0",
|
34
45
|
"react-datepicker": "^4.8.0",
|
46
|
+
"react-dom": "^18.2.0",
|
35
47
|
"react-dropzone": "^14.2.3",
|
36
48
|
"react-icons": "^4.6.0",
|
37
49
|
"react-select": "^5.6.0",
|
@@ -69,5 +81,5 @@
|
|
69
81
|
"jest": "^29.4.1",
|
70
82
|
"jest-environment-jsdom": "29.4.1"
|
71
83
|
},
|
72
|
-
"gitHead": "
|
84
|
+
"gitHead": "fc8a2e2e1706bab15efb72da19240ca16328600d"
|
73
85
|
}
|