|
6 | 6 | "description": "Wiki map PWA with Text-to-Speak support, which is based on OpenStreetMap & Wikipedia API, and can be used as a trusted Tour guide.", |
7 | 7 | "dependencies": { |
8 | 8 | "browser-unhandled-rejection": "^1.0.2", |
9 | | - "idea-react": "^1.0.0-rc.22", |
10 | | - "iterable-observer": "^1.0.0", |
11 | | - "koajax": "^0.8.6", |
| 9 | + "idea-react": "^1.0.0-rc.31", |
| 10 | + "koajax": "^3.0.2", |
12 | 11 | "lodash": "^4.17.21", |
13 | | - "mobx": "^6.10.2", |
14 | | - "mobx-i18n": "^0.4.1", |
15 | | - "mobx-react": "^9.0.1", |
16 | | - "mobx-restful": "^0.6.11", |
17 | | - "mobx-restful-table": "^1.1.2", |
18 | | - "open-react-map": "^0.6.4", |
19 | | - "react": "^17.0.2", |
20 | | - "react-bootstrap": "^2.8.0", |
21 | | - "react-dom": "^17.0.2", |
| 12 | + "mobx": "^6.13.3", |
| 13 | + "mobx-i18n": "^0.6.0", |
| 14 | + "mobx-react": "^9.1.1", |
| 15 | + "mobx-restful": "^1.0.1", |
| 16 | + "mobx-restful-table": "^2.0.0", |
| 17 | + "open-react-map": "^0.8.0", |
| 18 | + "react": "^18.3.1", |
| 19 | + "react-bootstrap": "^2.10.5", |
| 20 | + "react-dom": "^18.3.1", |
22 | 21 | "react-router-class-tools": "^0.1.3", |
23 | | - "react-router-dom": "^6.15.0", |
24 | | - "web-utility": "^4.1.0" |
| 22 | + "react-router-dom": "^6.26.2", |
| 23 | + "web-utility": "^4.4.0" |
25 | 24 | }, |
26 | 25 | "devDependencies": { |
27 | | - "@parcel/packager-raw-url": "~2.9.3", |
28 | | - "@parcel/transformer-less": "~2.9.3", |
29 | | - "@parcel/transformer-webmanifest": "~2.9.3", |
30 | | - "@types/lodash": "^4.14.197", |
31 | | - "@types/node": "^18.17.13", |
32 | | - "@types/react": "^17.0.65", |
33 | | - "@types/react-dom": "^17.0.20", |
34 | | - "husky": "^8.0.3", |
35 | | - "lint-staged": "^14.0.1", |
36 | | - "parcel": "~2.9.3", |
37 | | - "prettier": "^3.0.3", |
| 26 | + "@parcel/config-default": "~2.12.0", |
| 27 | + "@parcel/packager-raw-url": "~2.12.0", |
| 28 | + "@parcel/transformer-less": "~2.12.0", |
| 29 | + "@parcel/transformer-typescript-tsc": "~2.12.0", |
| 30 | + "@parcel/transformer-webmanifest": "~2.12.0", |
| 31 | + "@types/lodash": "^4.17.10", |
| 32 | + "@types/node": "^20.16.10", |
| 33 | + "@types/react": "^18.3.11", |
| 34 | + "@types/react-dom": "^18.3.0", |
| 35 | + "husky": "^9.1.6", |
| 36 | + "lint-staged": "^15.2.10", |
| 37 | + "parcel": "~2.12.0", |
| 38 | + "prettier": "^3.3.3", |
38 | 39 | "process": "^0.11.10", |
39 | | - "typescript": "~5.2.2", |
40 | | - "workbox-cli": "^7.0.0" |
| 40 | + "typescript": "~5.6.2", |
| 41 | + "workbox-cli": "^7.1.0" |
41 | 42 | }, |
42 | 43 | "prettier": { |
43 | 44 | "singleQuote": true, |
|
50 | 51 | }, |
51 | 52 | "browserslist": "> 0.5%, last 2 versions, not dead, IE 11", |
52 | 53 | "scripts": { |
53 | | - "prepare": "husky install", |
| 54 | + "prepare": "husky", |
54 | 55 | "test": "lint-staged", |
55 | | - "start": "parcel src/index.html --open", |
56 | | - "pack": "parcel build src/index.html --public-url .", |
57 | | - "build": "rm -rf dist/ && npm run pack && workbox generateSW" |
| 56 | + "clean": "rm -rf dist/ .parcel-cache/", |
| 57 | + "start": "npm run clean && parcel src/index.html", |
| 58 | + "pack": "npm run clean && parcel build src/index.html --public-url .", |
| 59 | + "build": "npm run pack && workbox generateSW" |
58 | 60 | } |
59 | 61 | } |
0 commit comments