|
28 | 28 | "build": "npm run clean && parcel build source/index.html --public-url . && npm run pack-sw" |
29 | 29 | }, |
30 | 30 | "lint-staged": { |
31 | | - "*.{ts,tsx}": "eslint --fix", |
32 | | - "*.{html,md,css,less,js,ts,tsx,json}": "prettier --write" |
| 31 | + "*.{js,mjs,ts,tsx}": "eslint --fix", |
| 32 | + "*.{html,md,css,less,js,mjs,ts,tsx,json}": "prettier --write" |
33 | 33 | }, |
34 | 34 | "dependencies": { |
35 | 35 | "boot-cell": "^2.0.0-beta.29", |
36 | 36 | "browser-unhandled-rejection": "^1.0.2", |
37 | 37 | "cell-router": "^3.0.0-rc.8", |
38 | 38 | "classnames": "^2.5.1", |
39 | | - "dom-renderer": "^2.3.0", |
| 39 | + "dom-renderer": "^2.4.4", |
40 | 40 | "html-to-image": "^1.11.11", |
41 | 41 | "iterable-observer": "^1.1.0", |
42 | | - "koajax": "^3.0.1", |
| 42 | + "koajax": "^3.0.3", |
43 | 43 | "lodash.groupby": "^4.6.0", |
44 | | - "marked": "^14.1.1", |
45 | | - "mobx": "^6.13.1", |
46 | | - "mobx-i18n": "^0.5.0", |
47 | | - "mobx-restful": "1.0.1", |
48 | | - "web-cell": "^3.0.0", |
49 | | - "web-utility": "^4.4.0" |
| 44 | + "marked": "^14.1.4", |
| 45 | + "mobx": "^6.13.5", |
| 46 | + "mobx-i18n": "^0.6.0", |
| 47 | + "mobx-restful": "2.0.0", |
| 48 | + "web-cell": "^3.0.1", |
| 49 | + "web-utility": "^4.4.2" |
50 | 50 | }, |
51 | 51 | "devDependencies": { |
| 52 | + "@eslint/compat": "^1.2.2", |
| 53 | + "@eslint/js": "^9.14.0", |
52 | 54 | "@parcel/config-default": "~2.12.0", |
53 | 55 | "@parcel/packager-raw-url": "~2.12.0", |
54 | 56 | "@parcel/transformer-less": "~2.12.0", |
55 | 57 | "@parcel/transformer-typescript-tsc": "~2.12.0", |
56 | 58 | "@parcel/transformer-webmanifest": "~2.12.0", |
| 59 | + "@softonus/prettier-plugin-duplicate-remover": "^1.0.1", |
| 60 | + "@types/eslint-config-prettier": "^6.11.3", |
57 | 61 | "@types/lodash.groupby": "^4.6.9", |
58 | | - "@types/node": "^20.16.5", |
59 | | - "@typescript-eslint/eslint-plugin": "^8.4.0", |
60 | | - "@typescript-eslint/parser": "^8.4.0", |
61 | | - "eslint": "^8.57.0", |
| 62 | + "@types/node": "^20.17.6", |
| 63 | + "eslint": "^9.14.0", |
62 | 64 | "eslint-config-prettier": "^9.1.0", |
63 | | - "husky": "^9.1.5", |
| 65 | + "eslint-plugin-react": "^7.37.2", |
| 66 | + "eslint-plugin-simple-import-sort": "^12.1.1", |
| 67 | + "globals": "^15.12.0", |
| 68 | + "husky": "^9.1.6", |
64 | 69 | "lint-staged": "^15.2.10", |
65 | 70 | "parcel": "~2.12.0", |
66 | | - "postcss": "^8.4.45", |
| 71 | + "postcss": "^8.4.47", |
67 | 72 | "postcss-modules": "^4.3.1", |
68 | 73 | "prettier": "^3.3.3", |
| 74 | + "prettier-plugin-css-order": "^2.1.2", |
69 | 75 | "process": "^0.11.10", |
70 | | - "typescript": "~5.5.4", |
71 | | - "workbox-cli": "^7.1.0" |
| 76 | + "typescript": "~5.6.3", |
| 77 | + "typescript-eslint": "^8.13.0", |
| 78 | + "workbox-cli": "^7.3.0" |
72 | 79 | }, |
73 | 80 | "prettier": { |
74 | 81 | "singleQuote": true, |
75 | 82 | "trailingComma": "none", |
76 | | - "arrowParens": "avoid" |
| 83 | + "arrowParens": "avoid", |
| 84 | + "plugins": [ |
| 85 | + "prettier-plugin-css-order", |
| 86 | + "@softonus/prettier-plugin-duplicate-remover" |
| 87 | + ] |
77 | 88 | } |
78 | 89 | } |
0 commit comments