Merge branch 'staging' of https://github.com/OpenSignLabs/OpenSign into feat_widget

This commit is contained in:
RaktimaNXG
2024-03-02 14:46:42 +05:30
110 changed files with 10405 additions and 10994 deletions
+6 -4
View File
@@ -5,16 +5,16 @@
"homepage": "./mfbuild",
"dependencies": {
"@radix-ui/themes": "^1.1.2",
"@react-pdf/renderer": "^3.1.9",
"@react-pdf/renderer": "^3.3.8",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.5.1",
"axios": "^1.6.0",
"file-saver": "^2.0.5",
"gh-pages": "^6.0.0",
"mf-cra": "^0.0.5",
"moment": "^2.30.1",
"parse": "^4.2.0",
"parse": "^4.3.1",
"pdf-lib": "^1.17.1",
"print-js": "^1.6.0",
"radix-ui": "^1.0.1",
@@ -28,7 +28,8 @@
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-helmet": "^6.1.0",
"react-pdf": "^7.4.0",
"react-konva": "^18.2.10",
"react-pdf": "^7.7.0",
"react-rnd": "^10.4.1",
"react-router-dom": "^6.16.0",
"react-scripts": "5.0.1",
@@ -42,6 +43,7 @@
"scripts": {
"start": "mf-cra start",
"build": "CI=false && PUBLIC_URL=./mfbuild BUILD_PATH='./mfbuild' mf-cra build && mv mfbuild ../../apps/OpenSign/public",
"docker-build": "CI=false && PUBLIC_URL=./mfbuild BUILD_PATH='./mfbuild' mf-cra build && mv mfbuild ../public",
"test": "react-scripts test",
"eject": "react-scripts eject"
},