|
4 | 4 | "description": "Re-implemented Official Document site of BootStrap & FontAwesome based on WebCell, BootCell & MarkCell", |
5 | 5 | "dependencies": { |
6 | 6 | "@nuintun/qrcode": "^3.4.0", |
7 | | - "boot-cell": "^2.0.0-beta.9", |
| 7 | + "boot-cell": "^2.0.0-beta.18", |
8 | 8 | "cell-router": "^3.0.0-rc.5", |
9 | 9 | "classnames": "^2.5.1", |
10 | | - "dom-renderer": "^2.0.6", |
| 10 | + "dom-renderer": "^2.1.1", |
11 | 11 | "github-web-widget": "^4.0.0-rc.1", |
12 | 12 | "iterable-observer": "^1.0.1", |
13 | 13 | "koajax": "^0.9.6", |
14 | 14 | "lodash.groupby": "^4.6.0", |
15 | 15 | "markdown-ime": "^1.0.3", |
16 | | - "marked": "^11.1.1", |
| 16 | + "marked": "^12.0.0", |
17 | 17 | "mobx": "^6.12.0", |
18 | 18 | "quill": "^1.3.7", |
19 | 19 | "quill-image-uploader": "^1.3.0", |
20 | 20 | "turndown": "^7.1.2", |
21 | 21 | "turndown-plugin-gfm": "^1.0.2", |
22 | | - "web-cell": "^3.0.0-rc.8", |
| 22 | + "web-cell": "^3.0.0-rc.14", |
23 | 23 | "web-utility": "^4.1.3" |
24 | 24 | }, |
25 | 25 | "devDependencies": { |
|
30 | 30 | "@parcel/transformer-typescript-tsc": "~2.11.0", |
31 | 31 | "@parcel/transformer-webmanifest": "~2.11.0", |
32 | 32 | "@types/lodash.groupby": "^4.6.9", |
33 | | - "@types/mdx": "^2.0.10", |
34 | | - "@types/node": "^18.19.9", |
35 | | - "husky": "^9.0.5", |
36 | | - "lint-staged": "^15.2.0", |
| 33 | + "@types/mdx": "^2.0.11", |
| 34 | + "@types/node": "^18.19.14", |
| 35 | + "fs-match": "^1.7.1", |
| 36 | + "husky": "^9.0.10", |
| 37 | + "lint-staged": "^15.2.2", |
37 | 38 | "parcel": "~2.11.0", |
38 | 39 | "parcel-transformer-mdx": "^0.3.1", |
39 | | - "postcss": "^8.4.33", |
| 40 | + "postcss": "^8.4.35", |
40 | 41 | "postcss-modules": "^4.3.1", |
41 | | - "prettier": "^3.2.4", |
| 42 | + "prettier": "^3.2.5", |
| 43 | + "tsx": "^4.7.0", |
42 | 44 | "typescript": "~5.3.3", |
43 | | - "workbox-cli": "^7.0.0" |
| 45 | + "workbox-cli": "^7.0.0", |
| 46 | + "yaml": "^2.3.4" |
44 | 47 | }, |
45 | 48 | "prettier": { |
46 | 49 | "singleQuote": true, |
|
52 | 55 | "*.{html,md,mdx,less,json,yml,ts,tsx}": "prettier --write" |
53 | 56 | }, |
54 | 57 | "scripts": { |
55 | | - "prepare": "husky", |
| 58 | + "prepare": "husky && npm run clean", |
56 | 59 | "test": "lint-staged", |
57 | | - "clean": "rm -rf .parcel-cache/ dist/", |
| 60 | + "clean": "rm -rf .parcel-cache/ dist/ && tsx create-index source/document/", |
58 | 61 | "pack-tsx": "parcel build source/index.html --public-url .", |
59 | 62 | "build": "npm run clean && npm run pack-tsx && workbox generateSW", |
60 | 63 | "start": "npm run clean && parcel source/index.html --open" |
|
0 commit comments