|
1 | 1 | { |
2 | 2 | "name": "@jscig/official", |
3 | | - "version": "0.5.0", |
| 3 | + "version": "0.6.0", |
4 | 4 | "private": true, |
5 | 5 | "description": "Official Web site of JavaScript Chinese Interest Group", |
6 | 6 | "homepage": "https://jscig.github.io/", |
7 | 7 | "repository": "https://github.com/JSCIG/jscig.github.io", |
8 | 8 | "license": "UNLICENSED", |
9 | 9 | "author": "JSCIG", |
10 | | - "main": "source/index.html", |
11 | 10 | "scripts": { |
12 | 11 | "prepare": "husky install", |
13 | | - "build": "rm -rf dist && npm run pack-dist && npm run pack-sw", |
14 | | - "pack-dist": "parcel build source/index.html --public-url .", |
| 12 | + "clean": "rm -rf .parcel-cache/ dist/", |
| 13 | + "build": "npm run pack-dist && npm run pack-sw", |
| 14 | + "pack-dist": "npm run clean && parcel build source/index.html --public-url .", |
15 | 15 | "pack-sw": "rm -f dist/sw.js.map && workbox generateSW", |
16 | | - "start": "parcel source/index.html --open", |
| 16 | + "start": "npm run clean && parcel source/index.html --open", |
17 | 17 | "test": "lint-staged" |
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | | - "boot-cell": "^1.9.5", |
| 20 | + "boot-cell": "^2.0.0-beta.7", |
21 | 21 | "browser-unhandled-rejection": "^1.0.2", |
22 | | - "cell-router": "^2.0.4", |
23 | | - "classnames": "^2.3.1", |
24 | | - "koajax": "^0.7.0", |
25 | | - "mobx": "^5.15.7", |
26 | | - "mobx-web-cell": "^0.3.5", |
27 | | - "web-cell": "^2.3.0", |
28 | | - "web-utility": "^2.6.2" |
| 22 | + "cell-router": "^3.0.0-rc.5", |
| 23 | + "classnames": "^2.5.1", |
| 24 | + "dom-renderer": "^2.0.6", |
| 25 | + "koajax": "^0.9.6", |
| 26 | + "mobx": "^6.12.0", |
| 27 | + "web-cell": "^3.0.0-rc.8", |
| 28 | + "web-utility": "^4.1.3" |
29 | 29 | }, |
30 | 30 | "devDependencies": { |
31 | | - "@types/classnames": "^2.3.1", |
32 | | - "@types/node": "^14.17.9", |
33 | | - "autoprefixer": "^9.8.6", |
34 | | - "husky": "^7.0.1", |
35 | | - "less": "^4.1.1", |
36 | | - "lint-staged": "^11.1.2", |
37 | | - "parcel-bundler": "^1.12.5", |
38 | | - "postcss-modules": "^3.2.2", |
39 | | - "prettier": "^2.3.2", |
40 | | - "typescript": "^4.3.5", |
41 | | - "workbox-cli": "^6.2.2" |
| 31 | + "@parcel/config-default": "~2.11.0", |
| 32 | + "@parcel/packager-raw-url": "~2.11.0", |
| 33 | + "@parcel/transformer-less": "2.11.0", |
| 34 | + "@parcel/transformer-typescript-tsc": "~2.11.0", |
| 35 | + "@parcel/transformer-webmanifest": "~2.11.0", |
| 36 | + "@types/node": "^18.19.8", |
| 37 | + "husky": "^8.0.3", |
| 38 | + "lint-staged": "^15.2.0", |
| 39 | + "parcel": "~2.11.0", |
| 40 | + "postcss": "^8.4.33", |
| 41 | + "postcss-modules": "^4.3.1", |
| 42 | + "prettier": "^3.2.4", |
| 43 | + "typescript": "~5.3.3", |
| 44 | + "workbox-cli": "^7.0.0" |
42 | 45 | } |
43 | 46 | } |
0 commit comments