|
9 | 9 | "author": "JSCIG", |
10 | 10 | "main": "source/index.html", |
11 | 11 | "scripts": { |
| 12 | + "prepare": "husky install", |
12 | 13 | "build": "rm -rf dist && npm run pack-dist && npm run pack-sw", |
13 | 14 | "pack-dist": "parcel build source/index.html --public-url .", |
14 | 15 | "pack-sw": "rm -f dist/sw.js.map && workbox generateSW", |
15 | | - "start": "workbox generateSW && parcel source/index.html --open", |
| 16 | + "start": "parcel source/index.html --open", |
16 | 17 | "test": "lint-staged" |
17 | 18 | }, |
18 | 19 | "dependencies": { |
19 | | - "boot-cell": "^1.4.0", |
20 | | - "bootstrap-icons": "^1.1.0", |
| 20 | + "boot-cell": "^1.9.5", |
21 | 21 | "browser-unhandled-rejection": "^1.0.2", |
22 | | - "cell-router": "^2.0.1", |
23 | | - "classnames": "^2.2.6", |
24 | | - "koajax": "^0.6.4", |
| 22 | + "cell-router": "^2.0.4", |
| 23 | + "classnames": "^2.3.1", |
| 24 | + "koajax": "^0.7.0", |
25 | 25 | "mobx": "^5.15.7", |
26 | | - "mobx-web-cell": "^0.3.2", |
27 | | - "web-cell": "^2.2.0", |
28 | | - "web-utility": "^2.0.0" |
| 26 | + "mobx-web-cell": "^0.3.5", |
| 27 | + "web-cell": "^2.3.0", |
| 28 | + "web-utility": "^2.6.0" |
29 | 29 | }, |
30 | 30 | "devDependencies": { |
31 | | - "@types/classnames": "^2.2.11", |
| 31 | + "@types/classnames": "^2.3.1", |
| 32 | + "@types/node": "^14.17.9", |
32 | 33 | "autoprefixer": "^9.8.6", |
33 | | - "husky": "^4.3.0", |
34 | | - "less": "^3.12.2", |
35 | | - "lint-staged": "^10.5.2", |
36 | | - "parcel": "^1.12.4", |
| 34 | + "husky": "^7.0.1", |
| 35 | + "less": "^4.1.1", |
| 36 | + "lint-staged": "^11.1.2", |
| 37 | + "parcel-bundler": "^1.12.5", |
37 | 38 | "postcss-modules": "^3.2.2", |
38 | | - "prettier": "^2.2.1", |
39 | | - "typescript": "^4.1.2", |
40 | | - "workbox-cli": "^4.3.1" |
| 39 | + "prettier": "^2.3.2", |
| 40 | + "typescript": "^4.3.5", |
| 41 | + "workbox-cli": "^6.2.2" |
41 | 42 | } |
42 | 43 | } |
0 commit comments