44 "private" : true ,
55 "dependencies" : {
66 "@formkit/auto-animate" : " ^0.8.2" ,
7- "@lottiefiles/dotlottie-react" : " ^0.10.0 " ,
7+ "@lottiefiles/dotlottie-react" : " ^0.12.3 " ,
88 "@pdf-lib/fontkit" : " ^1.1.1" ,
99 "@radix-ui/themes" : " ^3.1.6" ,
10- "@react-pdf/renderer" : " ^4.1.4 " ,
11- "@reduxjs/toolkit" : " ^2.3.0 " ,
12- "axios" : " ^1.7.7 " ,
10+ "@react-pdf/renderer" : " ^4.1.6 " ,
11+ "@reduxjs/toolkit" : " ^2.5.1 " ,
12+ "axios" : " ^1.7.9 " ,
1313 "file-saver" : " ^2.0.5" ,
14- "i18next" : " ^23.16.5 " ,
15- "i18next-browser-languagedetector" : " ^8.0.0 " ,
16- "i18next-http-backend" : " ^2.6.2 " ,
14+ "i18next" : " ^23.16.8 " ,
15+ "i18next-browser-languagedetector" : " ^8.0.2 " ,
16+ "i18next-http-backend" : " ^3.0.1 " ,
1717 "jszip" : " ^3.10.1" ,
1818 "jwt-decode" : " ^4.0.0" ,
1919 "moment" : " ^2.30.1" ,
2323 "print-js" : " ^1.6.0" ,
2424 "radix-ui" : " ^1.0.1" ,
2525 "react" : " ^18.2.0" ,
26- "react-bootstrap" : " ^2.10.5 " ,
27- "react-confetti" : " ^6.1.0 " ,
26+ "react-bootstrap" : " ^2.10.9 " ,
27+ "react-confetti" : " ^6.2.2 " ,
2828 "react-cookie" : " ^7.2.2" ,
29- "react-datepicker" : " ^7.5 .0" ,
29+ "react-datepicker" : " ^7.6 .0" ,
3030 "react-dnd" : " ^16.0.1" ,
3131 "react-dnd-html5-backend" : " ^16.0.1" ,
32- "react-dnd-multi-backend" : " ^8 .0.3 " ,
32+ "react-dnd-multi-backend" : " ^9 .0.0 " ,
3333 "react-dnd-touch-backend" : " ^16.0.1" ,
3434 "react-dom" : " ^18.2.0" ,
3535 "react-gtm-module" : " ^2.0.11" ,
3636 "react-helmet" : " ^6.1.0" ,
37- "react-i18next" : " ^15.1.1 " ,
37+ "react-i18next" : " ^15.4.0 " ,
3838 "react-konva" : " ^18.2.10" ,
39- "react-pdf" : " ^9.1 .1" ,
39+ "react-pdf" : " ^9.2 .1" ,
4040 "react-quill-new" : " ^3.3.3" ,
41- "react-redux" : " ^9.1.2 " ,
42- "react-rnd" : " ^10.4.13 " ,
43- "react-router-dom " : " ^6.28.0 " ,
41+ "react-redux" : " ^9.2.0 " ,
42+ "react-rnd" : " ^10.4.14 " ,
43+ "react-router" : " ^7.1.5 " ,
4444 "react-scripts" : " 5.0.1" ,
4545 "react-scrollbars-custom" : " ^4.1.1" ,
46- "react-select" : " ^5.8.3 " ,
47- "react-signature-canvas" : " ^1.0.6 " ,
46+ "react-select" : " ^5.10.0 " ,
47+ "react-signature-canvas" : " ^1.0.7 " ,
4848 "react-syntax-highlighter" : " ^15.6.1" ,
49+ "react-timezone-select" : " ^3.2.8" ,
4950 "react-tooltip" : " ^5.28.0" ,
5051 "react-web-share" : " ^2.0.2" ,
5152 "reactour" : " ^1.19.4" ,
5556 "serve" : " ^14.2.4" ,
5657 "styled-components" : " ^5.3.0" ,
5758 "web-vitals" : " ^4.2.4" ,
58- "ws" : " ^8.18.0"
59+ "ws" : " ^8.18.0" ,
60+ "xlsx" : " ^0.18.5"
5961 },
6062 "scripts" : {
61- "build-webpack" : " webpack --config webpack.config.js" ,
62- "build" : " npm run version && npm run build-webpack && react-scripts build" ,
63- "build-watch" : " webpack --config webpack.config.js --watch" ,
63+ "build" : " npm run version && react-scripts build" ,
6464 "start-dev" : " react-scripts start" ,
6565 "start" : " serve -s build" ,
6666 "version" : " curl -s https://api.github.com/repos/opensignlabs/opensign/releases/latest | grep '\" tag_name\" :' | awk -F '\" ' '{print $4}' > ./public/version.txt" ,
6767 "version-win" : " powershell -Command \" Invoke-RestMethod -Uri 'https://api.github.com/repos/opensignlabs/opensign/releases/latest' | Select-Object -ExpandProperty tag_name | Out-File -FilePath ./public/version.txt\" " ,
68- "build-win" : " npm run version-win && npm run build-webpack && react-scripts build" ,
68+ "build-win" : " npm run version-win && react-scripts build" ,
6969 "test" : " react-scripts test" ,
7070 "eject" : " react-scripts eject" ,
7171 "release" : " standard-version" ,
9595 }
9696 },
9797 "devDependencies" : {
98- "@babel/core" : " ^7.26.0 " ,
99- "@babel/preset-env" : " ^7.26.0 " ,
100- "@babel/preset-react" : " ^7.25.9 " ,
101- "@babel/runtime-corejs2" : " ^7.26.0 " ,
98+ "@babel/core" : " ^7.26.8 " ,
99+ "@babel/preset-env" : " ^7.26.8 " ,
100+ "@babel/preset-react" : " ^7.26.3 " ,
101+ "@babel/runtime-corejs2" : " ^7.26.7 " ,
102102 "autoprefixer" : " ^10.4.20" ,
103103 "babel-loader" : " ^9.2.1" ,
104104 "clean-webpack-plugin" : " ^4.0.0" ,
105105 "commitizen" : " ^4.3.1" ,
106- "concurrently" : " ^9.1.0 " ,
106+ "concurrently" : " ^9.1.2 " ,
107107 "css-loader" : " ^7.1.2" ,
108- "daisyui" : " ^4.12.14 " ,
109- "dotenv" : " ^16.4.5 " ,
108+ "daisyui" : " ^4.12.23 " ,
109+ "dotenv" : " ^16.4.7 " ,
110110 "dotenv-webpack" : " ^8.1.0" ,
111- "eslint" : " ^9.14 .0" ,
112- "eslint-plugin-prettier" : " ^5.2.1 " ,
113- "eslint-plugin-react" : " ^7.37.2 " ,
114- "lint-staged" : " ^15.2.10 " ,
111+ "eslint" : " ^9.20 .0" ,
112+ "eslint-plugin-prettier" : " ^5.2.3 " ,
113+ "eslint-plugin-react" : " ^7.37.4 " ,
114+ "lint-staged" : " ^15.4.3 " ,
115115 "mini-css-extract-plugin" : " ^2.9.2" ,
116- "postcss" : " ^8.4.49 " ,
117- "prettier" : " ^3.3.3 " ,
116+ "postcss" : " ^8.5.1 " ,
117+ "prettier" : " ^3.5.0 " ,
118118 "pretty-quick" : " ^4.0.0" ,
119- "tailwindcss" : " ^3.4.15 " ,
120- "terser-webpack-plugin" : " ^5.3.10 " ,
119+ "tailwindcss" : " ^3.4.17 " ,
120+ "terser-webpack-plugin" : " ^5.3.11 " ,
121121 "webpack-cli" : " ^5.1.4"
122122 },
123123 "overrides" : {
127127 "engines" : {
128128 "node" : " 18 || 20 || 22"
129129 }
130- }
130+ }
0 commit comments