|
19 | 19 | "url": "https://github.com/EasyWebApp/WebCell-dashboard/issues"
|
20 | 20 | },
|
21 | 21 | "dependencies": {
|
22 |
| - "boot-cell": "^2.0.0-beta.27", |
| 22 | + "boot-cell": "^2.0.0-beta.29", |
23 | 23 | "browser-unhandled-rejection": "^1.0.2",
|
24 |
| - "cell-router": "^3.0.0-rc.7", |
| 24 | + "cell-router": "^3.0.0-rc.8", |
25 | 25 | "classnames": "^2.5.1",
|
26 |
| - "dom-renderer": "^2.1.8", |
27 |
| - "echarts-jsx": "^1.2.0", |
28 |
| - "koajax": "^1.1.2", |
29 |
| - "mobx": "^6.12.4", |
30 |
| - "mobx-restful": "1.0.0-rc.5", |
31 |
| - "web-cell": "^3.0.0-rc.16", |
32 |
| - "web-utility": "^4.4.0" |
| 26 | + "dom-renderer": "^2.4.2", |
| 27 | + "echarts-jsx": "^1.2.1", |
| 28 | + "koajax": "^3.0.3", |
| 29 | + "mobx": "^6.13.5", |
| 30 | + "mobx-downloader": "^0.3.0", |
| 31 | + "mobx-restful": "2.0.0", |
| 32 | + "web-cell": "^3.0.0", |
| 33 | + "web-utility": "^4.4.2" |
33 | 34 | },
|
34 | 35 | "devDependencies": {
|
| 36 | + "@eslint/compat": "^1.2.2", |
| 37 | + "@eslint/js": "^9.14.0", |
35 | 38 | "@octokit/openapi-types": "^22.2.0",
|
36 | 39 | "@parcel/config-default": "~2.12.0",
|
37 | 40 | "@parcel/packager-raw-url": "~2.12.0",
|
38 | 41 | "@parcel/transformer-less": "~2.12.0",
|
39 | 42 | "@parcel/transformer-typescript-tsc": "~2.12.0",
|
40 | 43 | "@parcel/transformer-webmanifest": "~2.12.0",
|
| 44 | + "@softonus/prettier-plugin-duplicate-remover": "^1.0.1", |
41 | 45 | "@types/chart.js": "^2.9.41",
|
42 |
| - "@types/node": "^18.19.34", |
43 |
| - "@typescript-eslint/eslint-plugin": "^7.13.0", |
44 |
| - "@typescript-eslint/parser": "^7.13.0", |
| 46 | + "@types/eslint-config-prettier": "^6.11.3", |
| 47 | + "@types/node": "^20.17.6", |
45 | 48 | "buffer": "^6.0.3",
|
46 |
| - "eslint": "^8.57.0", |
| 49 | + "eslint": "^9.14.0", |
47 | 50 | "eslint-config-prettier": "^9.1.0",
|
48 |
| - "husky": "^9.0.11", |
49 |
| - "lint-staged": "^15.2.7", |
| 51 | + "eslint-plugin-react": "^7.37.2", |
| 52 | + "eslint-plugin-simple-import-sort": "^12.1.1", |
| 53 | + "globals": "^15.12.0", |
| 54 | + "husky": "^9.1.6", |
| 55 | + "lint-staged": "^15.2.10", |
50 | 56 | "parcel": "~2.12.0",
|
51 |
| - "prettier": "^3.3.2", |
52 |
| - "typescript": "~5.4.5", |
53 |
| - "workbox-cli": "^7.1.0" |
| 57 | + "prettier": "^3.3.3", |
| 58 | + "prettier-plugin-css-order": "^2.1.2", |
| 59 | + "typescript": "~5.6.3", |
| 60 | + "typescript-eslint": "^8.13.0", |
| 61 | + "workbox-cli": "^7.3.0" |
54 | 62 | },
|
55 | 63 | "prettier": {
|
56 | 64 | "singleQuote": true,
|
57 | 65 | "trailingComma": "none",
|
58 | 66 | "arrowParens": "avoid",
|
59 |
| - "tabWidth": 4 |
| 67 | + "tabWidth": 4, |
| 68 | + "plugins": [ |
| 69 | + "prettier-plugin-css-order", |
| 70 | + "@softonus/prettier-plugin-duplicate-remover" |
| 71 | + ] |
60 | 72 | },
|
61 | 73 | "lint-staged": {
|
62 |
| - "*.{html,md,css,less,json,yml,js,ts,tsx}": "prettier --write", |
63 |
| - "*.{js,ts,tsx}": "eslint --fix" |
| 74 | + "*.{html,md,css,less,json,yml,js,mjs,ts,tsx}": "prettier --write", |
| 75 | + "*.{js,mjs,ts,tsx}": "eslint --fix" |
64 | 76 | },
|
65 | 77 | "scripts": {
|
66 | 78 | "prepare": "husky",
|
|
0 commit comments