|
1 | 1 | { |
2 | 2 | "name": "bytemd", |
3 | 3 | "private": true, |
4 | | - "workspaces": [ |
5 | | - "packages/*" |
6 | | - ], |
7 | 4 | "scripts": { |
8 | 5 | "clean": "rm -rf packages/*/{lib,dist,tsconfig.tsbuildinfo}", |
9 | 6 | "build": "tsc --build && node -r esm scripts/process.js && rollup -c", |
|
13 | 10 | "dev:process": "node -r esm scripts/process.js --watch", |
14 | 11 | "test": "BABEL_ENV=test jest", |
15 | 12 | "test:watch": "BABEL_ENV=test npm run test -- --watch", |
16 | | - "postinstall": "node -r esm scripts/generate.js", |
17 | | - "pub": "UMD=1 npm run clean && npm run build && npm test && lerna publish --registry=https://registry.npmjs.org" |
| 13 | + "postinstall": "node -r esm scripts/postinstall.js" |
18 | 14 | }, |
19 | 15 | "devDependencies": { |
20 | | - "@babel/core": "^7.12.3", |
21 | | - "@babel/plugin-transform-runtime": "^7.12.1", |
22 | | - "@babel/preset-env": "^7.12.1", |
23 | | - "@icon-park/svg": "^1.2.1", |
| 16 | + "@babel/core": "^7.12.16", |
| 17 | + "@babel/plugin-transform-runtime": "^7.12.15", |
| 18 | + "@babel/preset-env": "^7.12.16", |
| 19 | + "@changesets/cli": "^2.14.1", |
| 20 | + "@icon-park/svg": "^1.2.7", |
24 | 21 | "@primer/css": "^15.2.0", |
25 | | - "@rollup/plugin-babel": "^5.2.1", |
| 22 | + "@rollup/plugin-babel": "^5.3.0", |
26 | 23 | "@rollup/plugin-commonjs": "^16.0.0", |
27 | 24 | "@rollup/plugin-json": "^4.1.0", |
28 | 25 | "@rollup/plugin-node-resolve": "^10.0.0", |
29 | 26 | "@rollup/plugin-replace": "^2.3.4", |
30 | | - "@testing-library/jest-dom": "^5.11.5", |
31 | | - "@testing-library/svelte": "^3.0.0", |
32 | | - "@types/jest": "^26.0.15", |
| 27 | + "@testing-library/jest-dom": "^5.11.9", |
| 28 | + "@testing-library/svelte": "^3.0.3", |
| 29 | + "@types/jest": "^26.0.20", |
33 | 30 | "esm": "^3.2.25", |
34 | | - "jest": "^26.6.1", |
35 | | - "lerna": "^3.22.1", |
36 | | - "mustache": "^4.0.1", |
| 31 | + "fs-extra": "^9.1.0", |
| 32 | + "jest": "^26.6.3", |
| 33 | + "lodash": "^4.17.20", |
| 34 | + "mustache": "^4.1.0", |
37 | 35 | "node-sass": "^4.14.1", |
38 | 36 | "npm-run-all": "^4.1.5", |
39 | | - "rollup": "^2.32.1", |
| 37 | + "rollup": "^2.39.0", |
40 | 38 | "rollup-plugin-livereload": "^2.0.0", |
41 | 39 | "rollup-plugin-postcss": "^3.1.8", |
42 | 40 | "rollup-plugin-svelte": "^7.1.0", |
43 | 41 | "rollup-plugin-terser": "^7.0.2", |
44 | | - "rollup-plugin-visualizer": "^4.1.2", |
| 42 | + "rollup-plugin-visualizer": "^4.2.0", |
45 | 43 | "rollup-plugin-vue": "^5.1.9", |
46 | 44 | "svelte": "^3.32.3", |
47 | | - "svelte-jester": "^1.1.5", |
48 | | - "svelte-preprocess": "^4.5.2", |
49 | | - "ts-jest": "^26.4.3", |
50 | | - "typescript": "^4.0.5", |
| 45 | + "svelte-jester": "^1.2.0", |
| 46 | + "svelte-preprocess": "^4.6.9", |
| 47 | + "ts-jest": "^26.5.1", |
| 48 | + "typescript": "^4.1.5", |
51 | 49 | "vue-template-compiler": "^2.6.12" |
52 | | - }, |
53 | | - "resolutions": { |
54 | | - "prettier": "^2.0.0" |
55 | 50 | } |
56 | 51 | } |
0 commit comments