11{
22 "name" : " NMRiumWrapper" ,
3- "version" : " 0.10 .0" ,
3+ "version" : " 1.0 .0" ,
44 "private" : false ,
55 "license" : " MIT" ,
66 "type" : " module" ,
77 "exports" : " ./lib/NMRiumWrapper.js" ,
88 "files" : [
9- " lib"
9+ " lib" ,
10+ " src"
1011 ],
1112 "volta" : {
12- "node" : " 22.14 .0"
13+ "node" : " 24.4 .0"
1314 },
1415 "dependencies" : {
15- "@blueprintjs/core" : " ^5.19.0" ,
16- "@blueprintjs/icons" : " ^5.22.0" ,
16+ "@blueprintjs/core" : " ^6.2.1" ,
17+ "@blueprintjs/icons" : " ^6.1.0" ,
18+ "@blueprintjs/select" : " ^6.0.3" ,
1719 "@emotion/styled" : " ^11.14.1" ,
18- "@vitejs/plugin-react" : " ^4.6.0" ,
19- "fifo-logger" : " ^1.0.0" ,
20+ "@vitejs/plugin-react" : " ^5.0.2" ,
21+ "@zakodium/nmrium-core" : " ^0.1.7" ,
22+ "@zakodium/nmrium-core-plugins" : " ^0.1.10" ,
23+ "fifo-logger" : " ^2.0.1" ,
2024 "filelist-utils" : " ^1.11.3" ,
21- "nmr-load-save " : " ^3.6 .0" ,
22- "nmr-processing " : " ^19.0.1 " ,
23- "nmrium " : " ^0.65 .0" ,
24- "react-science" : " ^18 .1.0"
25+ "nmr-processing " : " ^19.1 .0" ,
26+ "nmrium " : " ^1.3.0 " ,
27+ "openchemlib " : " ^9.7 .0" ,
28+ "react-science" : " ^19 .1.0"
2529 },
2630 "scripts" : {
2731 "start" : " vite --host localhost --port 3000 --open" ,
4246 "@babel/plugin-transform-modules-commonjs" : " ^7.27.1" ,
4347 "@babel/preset-react" : " ^7.27.1" ,
4448 "@babel/preset-typescript" : " ^7.27.1" ,
45- "@playwright/test" : " ^1.53.2 " ,
49+ "@playwright/test" : " ^1.55.0 " ,
4650 "@simbathesailor/use-what-changed" : " ^2.0.0" ,
4751 "@types/jest" : " ^30.0.0" ,
48- "@types/node" : " ^24.0.10 " ,
52+ "@types/node" : " ^24.3.0 " ,
4953 "@types/react" : " ^18.3.3" ,
5054 "@types/react-dom" : " ^18.3.0" ,
5155 "@types/react-router-dom" : " ^5.3.3" ,
52- "cross-env" : " ^7 .0.3 " ,
53- "eslint" : " ^9.30.1 " ,
54- "eslint-config-cheminfo-react" : " ^16.1.0 " ,
55- "eslint-config-cheminfo-typescript" : " ^18 .0.1 " ,
56- "jest" : " ^30.0.4 " ,
56+ "cross-env" : " ^10 .0.0 " ,
57+ "eslint" : " ^9.34.0 " ,
58+ "eslint-config-cheminfo-react" : " ^17.0.1 " ,
59+ "eslint-config-cheminfo-typescript" : " ^19 .0.0 " ,
60+ "jest" : " ^30.1.3 " ,
5761 "prettier" : " 3.6.2" ,
5862 "react" : " ^18.3.1" ,
5963 "react-dom" : " ^18.3.1" ,
60- "react-router-dom" : " ^7.6.3 " ,
64+ "react-router-dom" : " ^7.8.2 " ,
6165 "serve" : " ^14.2.4" ,
62- "typescript" : " ^5.8.3 " ,
63- "vite" : " ^7.0.0 " ,
64- "vite-plugin-pwa" : " ^1.0.1 "
66+ "typescript" : " ^5.9.2 " ,
67+ "vite" : " ^7.1.4 " ,
68+ "vite-plugin-pwa" : " ^1.0.3 "
6569 }
66- }
70+ }
0 commit comments