33 "version" : " 1.0.0" ,
44 "private" : false ,
55 "license" : " MIT" ,
6- "main" : " lib-cjs /NMRiumWrapper.js" ,
6+ "main" : " lib/NMRiumWrapper.js" ,
77 "module" : " lib/NMRiumWrapper.js" ,
88 "files" : [
9- " lib" ,
10- " lib-cjs"
9+ " lib"
1110 ],
1211 "volta" : {
1312 "node" : " 20.2.0"
1413 },
1514 "dependencies" : {
15+ "@blueprintjs/core" : " ^5.7.2" ,
16+ "@blueprintjs/icons" : " ^5.5.0" ,
1617 "@emotion/react" : " ^11.11.1" ,
1718 "filelist-utils" : " ^1.10.2" ,
18- "nmr-load-save" : " ^0.21.0 " ,
19- "nmr-processing" : " ^11.2 .0" ,
20- "nmrium" : " 0.44.1-pre.1696502379 " ,
21- "react-science" : " ^0.27.0 " ,
22- "vite-plugin-pwa" : " ^0.16.5 "
19+ "nmr-load-save" : " ^0.23.11 " ,
20+ "nmr-processing" : " ^11.7 .0" ,
21+ "nmrium" : " ^0.46.1 " ,
22+ "react-science" : " ^0.32.2 " ,
23+ "vite-plugin-pwa" : " ^0.17.4 "
2324 },
2425 "scripts" : {
2526 "start" : " vite --host localhost --port 3000 --open" ,
2930 "test" : " jest --coverage" ,
3031 "eslint" : " eslint . --cache" ,
3132 "eslint-fix" : " npm run eslint -- --fix" ,
32- "compile" : " tsc --project tsconfig.esm.json && tsc --project tsconfig.cjs.json " ,
33+ "compile" : " tsc --project tsconfig.esm.json" ,
3334 "check-types" : " tsc --project tsconfig.esm.json" ,
3435 "prettier" : " prettier --check src" ,
3536 "prettier-write" : " prettier --write src" ,
3637 "test-e2e" : " playwright test --project chromium" ,
3738 "test-e2e-server" : " serve -l tcp://localhost:3000 build"
3839 },
3940 "devDependencies" : {
40- "@babel/plugin-transform-modules-commonjs" : " ^7.23.0 " ,
41- "@babel/preset-react" : " ^7.22.15 " ,
42- "@babel/preset-typescript" : " ^7.23.0 " ,
43- "@playwright/test" : " ^1.38 .1" ,
41+ "@babel/plugin-transform-modules-commonjs" : " ^7.23.3 " ,
42+ "@babel/preset-react" : " ^7.23.3 " ,
43+ "@babel/preset-typescript" : " ^7.23.3 " ,
44+ "@playwright/test" : " ^1.40 .1" ,
4445 "@simbathesailor/use-what-changed" : " ^2.0.0" ,
45- "@types/jest" : " ^29.5.5 " ,
46- "@types/node" : " ^20.8.2 " ,
47- "@types/react" : " ^18.2.25 " ,
48- "@types/react-dom" : " ^18.2.10 " ,
46+ "@types/jest" : " ^29.5.11 " ,
47+ "@types/node" : " ^20.10.5 " ,
48+ "@types/react" : " ^18.2.45 " ,
49+ "@types/react-dom" : " ^18.2.18 " ,
4950 "@types/react-router-dom" : " ^5.3.3" ,
50- "@vitejs/plugin-react-swc" : " ^3.4 .0" ,
51+ "@vitejs/plugin-react-swc" : " ^3.5 .0" ,
5152 "cross-env" : " ^7.0.3" ,
52- "eslint" : " ^8.50 .0" ,
53- "eslint-config-cheminfo-react" : " ^10.0 .0" ,
54- "eslint-config-cheminfo-typescript" : " ^12.0.4 " ,
53+ "eslint" : " ^8.56 .0" ,
54+ "eslint-config-cheminfo-react" : " ^10.1 .0" ,
55+ "eslint-config-cheminfo-typescript" : " ^12.1.0 " ,
5556 "jest" : " ^29.7.0" ,
56- "prettier" : " 3.0.3 " ,
57+ "prettier" : " 3.1.1 " ,
5758 "react" : " ^18.2.0" ,
5859 "react-dom" : " ^18.2.0" ,
59- "react-router-dom" : " ^6.16 .0" ,
60+ "react-router-dom" : " ^6.21 .0" ,
6061 "serve" : " ^14.2.1" ,
61- "typescript" : " ^5.2.2 " ,
62- "vite" : " ^4.4.11 "
62+ "typescript" : " ^5.3.3 " ,
63+ "vite" : " ^5.0.10 "
6364 }
64- }
65+ }
0 commit comments