|
3 | 3 | "version": "1.0.0", |
4 | 4 | "description": "Re-implemented Official Document site of BootStrap & FontAwesome based on WebCell, BootCell & MarkCell", |
5 | 5 | "dependencies": { |
6 | | - "@nuintun/qrcode": "^3.1.1", |
7 | | - "boot-cell": "^1.9.5", |
8 | | - "cell-router": "~2.0.4", |
9 | | - "classnames": "^2.3.1", |
10 | | - "github-web-widget": "^3.0.0-beta.9", |
11 | | - "iterable-observer": "1.0.0-rc.0", |
12 | | - "koajax": "^0.7.1", |
| 6 | + "@nuintun/qrcode": "^3.4.0", |
| 7 | + "boot-cell": "^2.0.0-beta.9", |
| 8 | + "cell-router": "^3.0.0-rc.5", |
| 9 | + "classnames": "^2.5.1", |
| 10 | + "dom-renderer": "^2.0.6", |
| 11 | + "github-web-widget": "^4.0.0-rc.1", |
| 12 | + "iterable-observer": "^1.0.1", |
| 13 | + "koajax": "^0.9.6", |
13 | 14 | "lodash.groupby": "^4.6.0", |
14 | 15 | "markdown-ime": "^1.0.3", |
15 | | - "marked": "^4.0.12", |
16 | | - "mobx": "^5.15.7", |
17 | | - "mobx-web-cell": "^0.3.5", |
| 16 | + "marked": "^11.1.1", |
| 17 | + "mobx": "^6.12.0", |
18 | 18 | "quill": "^1.3.7", |
19 | | - "quill-image-uploader": "^1.2.2", |
20 | | - "turndown": "^7.1.1", |
| 19 | + "quill-image-uploader": "^1.3.0", |
| 20 | + "turndown": "^7.1.2", |
21 | 21 | "turndown-plugin-gfm": "^1.0.2", |
22 | | - "web-cell": "~2.3.0", |
23 | | - "web-utility": "^3.0.0" |
| 22 | + "web-cell": "^3.0.0-rc.8", |
| 23 | + "web-utility": "^4.1.3" |
24 | 24 | }, |
25 | 25 | "devDependencies": { |
26 | | - "@octokit/openapi-types": "^11.2.0", |
27 | | - "@types/classnames": "^2.3.1", |
28 | | - "@types/lodash.groupby": "^4.6.6", |
29 | | - "autoprefixer": "^9.8.8", |
30 | | - "husky": "^7.0.4", |
31 | | - "less": "^4.1.2", |
32 | | - "lint-staged": "^12.3.3", |
33 | | - "mark-cell": "^0.4.9", |
34 | | - "parcel-bundler": "^1.12.5", |
35 | | - "postcss-modules": "^3.2.2", |
36 | | - "prettier": "^2.5.1", |
37 | | - "typescript": "~4.3.5", |
38 | | - "workbox-cli": "^6.4.2" |
| 26 | + "@octokit/openapi-types": "^19.1.0", |
| 27 | + "@parcel/config-default": "~2.11.0", |
| 28 | + "@parcel/packager-raw-url": "~2.11.0", |
| 29 | + "@parcel/transformer-less": "~2.11.0", |
| 30 | + "@parcel/transformer-typescript-tsc": "~2.11.0", |
| 31 | + "@parcel/transformer-webmanifest": "~2.11.0", |
| 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", |
| 37 | + "parcel": "~2.11.0", |
| 38 | + "parcel-transformer-mdx": "^0.3.1", |
| 39 | + "postcss": "^8.4.33", |
| 40 | + "postcss-modules": "^4.3.1", |
| 41 | + "prettier": "^3.2.4", |
| 42 | + "typescript": "~5.3.3", |
| 43 | + "workbox-cli": "^7.0.0" |
39 | 44 | }, |
40 | 45 | "prettier": { |
41 | 46 | "singleQuote": true, |
|
46 | 51 | "lint-staged": { |
47 | 52 | "*.{html,md,mdx,less,json,yml,ts,tsx}": "prettier --write" |
48 | 53 | }, |
49 | | - "postcss": { |
50 | | - "modules": true, |
51 | | - "plugins": { |
52 | | - "autoprefixer": { |
53 | | - "grid": true |
54 | | - } |
55 | | - } |
56 | | - }, |
57 | 54 | "scripts": { |
| 55 | + "prepare": "husky", |
58 | 56 | "test": "lint-staged", |
59 | | - "pack-mdx": "mark-cell document/source -p web-cell -f createCell", |
| 57 | + "clean": "rm -rf .parcel-cache/ dist/", |
60 | 58 | "pack-tsx": "parcel build source/index.html --public-url .", |
61 | | - "build": "rm -rf dist/ document/dist/ && npm run pack-mdx && npm run pack-tsx && workbox generateSW", |
62 | | - "start": "npm run pack-mdx && parcel source/index.html --open" |
| 59 | + "build": "npm run clean && npm run pack-tsx && workbox generateSW", |
| 60 | + "start": "npm run clean && parcel source/index.html --open" |
63 | 61 | } |
64 | 62 | } |
0 commit comments