|
9 | 9 | "scripts": { |
10 | 10 | "test": "TZ='Europe/Vienna' vitest", |
11 | 11 | "dev": "webpack --progress --watch --mode=development", |
12 | | - "prod": "webpack --progress", |
| 12 | + "prod": "webpack", |
13 | 13 | "start": "webpack serve --progress --mode=development --env example=base", |
14 | 14 | "example:base": "npm start", |
15 | 15 | "example:pubmed": "npm start -- --env example=pubmed", |
|
44 | 44 | "hypher": "^0.2.5", |
45 | 45 | "iso-639-1": "^3.1.5", |
46 | 46 | "jquery": "^3.7.1", |
| 47 | + "leaflet": "^1.9.4", |
47 | 48 | "mark.js": "^8.11.1", |
48 | 49 | "react": "^18.3.1", |
49 | 50 | "react-bootstrap": "^0.33.1", |
50 | 51 | "react-dom": "^18.3.1", |
51 | 52 | "react-highlight-words": "^0.21.0", |
52 | 53 | "react-hyphen": "^1.4.0", |
| 54 | + "react-leaflet": "^4.2.1", |
53 | 55 | "react-redux": "^8.1.3", |
54 | 56 | "react-test-renderer": "^18.3.1", |
55 | 57 | "redux": "^5.0.1", |
|
70 | 72 | "@types/dateformat": "^5.0.3", |
71 | 73 | "@types/jest": "^29.5.14", |
72 | 74 | "@types/jquery": "^3.5.32", |
| 75 | + "@types/leaflet": "^1.9.20", |
73 | 76 | "@types/node": "^22.15.18", |
74 | 77 | "@types/react": "^18.3.1", |
75 | 78 | "@types/react-bootstrap": "^0.32.37", |
|
80 | 83 | "@vitejs/plugin-react": "^4.4.1", |
81 | 84 | "babel-loader": "^10.0.0", |
82 | 85 | "bootstrap-sass": "^3.3.6", |
| 86 | + "copy-webpack-plugin": "^13.0.1", |
83 | 87 | "css-loader": "^7.1.2", |
84 | 88 | "eslint": "^9.29.0", |
85 | 89 | "eslint-plugin-react": "^7.37.5", |
86 | 90 | "eslint-plugin-react-hooks": "^5.2.0", |
87 | 91 | "eslint-plugin-simple-import-sort": "^12.1.1", |
88 | 92 | "file-loader": "^6.2.0", |
89 | | - "globals": "^15.13.0", |
| 93 | + "globals": "^15.15.0", |
90 | 94 | "html-webpack-plugin": "^5.5.0", |
91 | 95 | "imports-loader": "^5.0.0", |
92 | 96 | "jsdom": "^26.1.0", |
|
0 commit comments