|
10 | 10 | "@flarum/prettier-config": "^1.0.0", |
11 | 11 | "webpack": "^5.0", |
12 | 12 | "webpack-cli": "^4.0", |
13 | | - "flarum-webpack-config": "^2.0.0", |
| 13 | + "flarum-webpack-config": "^3.0.0", |
14 | 14 | "@types/sortablejs": "^1.10.7", |
15 | 15 | "bundlewatch": "^0.3.2", |
16 | 16 | "prettier": "^3.0.3", |
17 | | - "flarum-tsconfig": "^1.0.2", |
| 17 | + "flarum-tsconfig": "^2.0.0", |
18 | 18 | "typescript": "^4.5.4", |
19 | 19 | "typescript-coverage-report": "^0.6.1" |
20 | 20 | }, |
21 | 21 | "scripts": { |
22 | | - "dev": "webpack --mode development --watch", |
23 | | - "build": "webpack --mode production", |
24 | | - "analyze": "cross-env ANALYZER=true npm run build", |
25 | | - "format": "prettier --write src", |
26 | | - "format-check": "prettier --check src", |
27 | | - "clean-typings": "npx rimraf dist-typings && mkdir dist-typings", |
28 | | - "build-typings": "npm run clean-typings && ([ -e src/@types ] && cp -r src/@types dist-typings/@types || true) && tsc && npm run post-build-typings", |
29 | | - "post-build-typings": "find dist-typings -type f -name '*.d.ts' -print0 | xargs -0 sed -i '' 's,../src/@types,@types,g'", |
30 | | - "check-typings": "tsc --noEmit --emitDeclarationOnly false", |
31 | | - "check-typings-coverage": "typescript-coverage-report" |
32 | | - } |
| 22 | + "dev": "webpack --mode development --watch", |
| 23 | + "build": "webpack --mode production", |
| 24 | + "analyze": "cross-env ANALYZER=true npm run build", |
| 25 | + "format": "prettier --write src", |
| 26 | + "format-check": "prettier --check src", |
| 27 | + "clean-typings": "npx rimraf dist-typings && mkdir dist-typings", |
| 28 | + "build-typings": "npm run clean-typings && ([ -e src/@types ] && cp -r src/@types dist-typings/@types || true) && tsc && npm run post-build-typings", |
| 29 | + "post-build-typings": "find dist-typings -type f -name '*.d.ts' -print0 | xargs -0 sed -i '' 's,../src/@types,@types,g'", |
| 30 | + "check-typings": "tsc --noEmit --emitDeclarationOnly false", |
| 31 | + "check-typings-coverage": "typescript-coverage-report" |
| 32 | + } |
33 | 33 | } |
0 commit comments