4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@formkit/auto-animate" : " ^0.8.2" ,
7
- "@lottiefiles/dotlottie-react" : " ^0.10.0 " ,
7
+ "@lottiefiles/dotlottie-react" : " ^0.12.3 " ,
8
8
"@pdf-lib/fontkit" : " ^1.1.1" ,
9
9
"@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 " ,
13
13
"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 " ,
17
17
"jszip" : " ^3.10.1" ,
18
18
"jwt-decode" : " ^4.0.0" ,
19
19
"moment" : " ^2.30.1" ,
23
23
"print-js" : " ^1.6.0" ,
24
24
"radix-ui" : " ^1.0.1" ,
25
25
"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 " ,
28
28
"react-cookie" : " ^7.2.2" ,
29
- "react-datepicker" : " ^7.5 .0" ,
29
+ "react-datepicker" : " ^7.6 .0" ,
30
30
"react-dnd" : " ^16.0.1" ,
31
31
"react-dnd-html5-backend" : " ^16.0.1" ,
32
- "react-dnd-multi-backend" : " ^8 .0.3 " ,
32
+ "react-dnd-multi-backend" : " ^9 .0.0 " ,
33
33
"react-dnd-touch-backend" : " ^16.0.1" ,
34
34
"react-dom" : " ^18.2.0" ,
35
35
"react-gtm-module" : " ^2.0.11" ,
36
36
"react-helmet" : " ^6.1.0" ,
37
- "react-i18next" : " ^15.1.1 " ,
37
+ "react-i18next" : " ^15.4.0 " ,
38
38
"react-konva" : " ^18.2.10" ,
39
- "react-pdf" : " ^9.1 .1" ,
39
+ "react-pdf" : " ^9.2 .1" ,
40
40
"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 " ,
44
44
"react-scripts" : " 5.0.1" ,
45
45
"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 " ,
48
48
"react-syntax-highlighter" : " ^15.6.1" ,
49
+ "react-timezone-select" : " ^3.2.8" ,
49
50
"react-tooltip" : " ^5.28.0" ,
50
51
"react-web-share" : " ^2.0.2" ,
51
52
"reactour" : " ^1.19.4" ,
55
56
"serve" : " ^14.2.4" ,
56
57
"styled-components" : " ^5.3.0" ,
57
58
"web-vitals" : " ^4.2.4" ,
58
- "ws" : " ^8.18.0"
59
+ "ws" : " ^8.18.0" ,
60
+ "xlsx" : " ^0.18.5"
59
61
},
60
62
"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" ,
64
64
"start-dev" : " react-scripts start" ,
65
65
"start" : " serve -s build" ,
66
66
"version" : " curl -s https://api.github.com/repos/opensignlabs/opensign/releases/latest | grep '\" tag_name\" :' | awk -F '\" ' '{print $4}' > ./public/version.txt" ,
67
67
"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" ,
69
69
"test" : " react-scripts test" ,
70
70
"eject" : " react-scripts eject" ,
71
71
"release" : " standard-version" ,
95
95
}
96
96
},
97
97
"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 " ,
102
102
"autoprefixer" : " ^10.4.20" ,
103
103
"babel-loader" : " ^9.2.1" ,
104
104
"clean-webpack-plugin" : " ^4.0.0" ,
105
105
"commitizen" : " ^4.3.1" ,
106
- "concurrently" : " ^9.1.0 " ,
106
+ "concurrently" : " ^9.1.2 " ,
107
107
"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 " ,
110
110
"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 " ,
115
115
"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 " ,
118
118
"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 " ,
121
121
"webpack-cli" : " ^5.1.4"
122
122
},
123
123
"overrides" : {
127
127
"engines" : {
128
128
"node" : " 18 || 20 || 22"
129
129
}
130
- }
130
+ }
0 commit comments