|
7 | 7 | "micro-app-build": "./bin/micro-app-build" |
8 | 8 | }, |
9 | 9 | "scripts": { |
| 10 | + "prepublishOnly": "npm run test", |
10 | 11 | "lint": "eslint .", |
11 | 12 | "lint:fix": "npm run lint -- --fix", |
12 | | - "test": "jest" |
| 13 | + "test": "jest", |
| 14 | + "build": "micro-app build", |
| 15 | + "dev": "micro-app-dev", |
| 16 | + "inspect": "micro-app inspect", |
| 17 | + "publish:next": "npm publish --tag next", |
| 18 | + "release": "micro-app release", |
| 19 | + "release:alpha": "npm run release -- --preRelease=alpha", |
| 20 | + "release:next": "npm run release -- --preRelease=next" |
13 | 21 | }, |
14 | 22 | "files": [ |
15 | 23 | "bin", |
|
44 | 52 | ] |
45 | 53 | }, |
46 | 54 | "peerDependencies": { |
47 | | - "@micro-app/cli": ">=0.3.0" |
| 55 | + "@micro-app/cli": ">=0.3.1" |
48 | 56 | }, |
49 | 57 | "devDependencies": { |
50 | | - "@micro-app/cli": "^0.3.0-alpha.5", |
51 | | - "@types/jest": "^24.0.19", |
52 | | - "babel-eslint": "^10.0.3", |
53 | | - "coveralls": "^3.0.7", |
| 58 | + "@micro-app/cli": "^0.3.1", |
| 59 | + "@micro-app/plugin-compatible": "0.0.2", |
| 60 | + "@types/jest": "^24.9.1", |
| 61 | + "babel-eslint": "^10.1.0", |
54 | 62 | "eslint": "^5.16.0", |
55 | 63 | "eslint-config-2o3t": "^1.1.17", |
56 | | - "hash-sum": "^2.0.0", |
57 | | - "husky": "^3.0.9", |
| 64 | + "html-webpack-plugin": "^3.2.0", |
| 65 | + "husky": "^3.1.0", |
58 | 66 | "jest": "^24.9.0", |
59 | | - "lint-staged": "^9.4.2", |
| 67 | + "lint-staged": "^9.5.0", |
60 | 68 | "webpack": "^4.41.1", |
61 | 69 | "webpack-dev-server": "^3.9.0" |
62 | 70 | }, |
63 | 71 | "dependencies": { |
64 | | - "@micro-app/shared-utils": "^0.1.14", |
| 72 | + "@micro-app/shared-utils": "^0.1.15", |
65 | 73 | "address": "^1.1.2", |
66 | 74 | "cli-highlight": "^2.1.4", |
67 | | - "clipboardy": "^2.1.0", |
| 75 | + "clipboardy": "^2.2.0", |
68 | 76 | "default-gateway": "^5.0.5", |
69 | 77 | "launch-editor-middleware": "^2.2.1", |
70 | 78 | "portfinder": "^1.0.25", |
71 | | - "webpack-chain": "^6.0.0" |
| 79 | + "webpack-chain": "^6.4.0" |
72 | 80 | } |
73 | 81 | } |
0 commit comments