|
11 | 11 | }, |
12 | 12 | "homepage": "https://github.com/frontity/mobx-react-wrapper#readme", |
13 | 13 | "main": "dist/mobx-react-wrapper.js", |
14 | | - "umd:main": "dist/mobx-react-wrapper.umd.js", |
15 | 14 | "module": "dist/mobx-react-wrapper.m.js", |
16 | 15 | "source": "src/index.js", |
17 | 16 | "license": "Apache-2.0", |
18 | 17 | "scripts": { |
19 | 18 | "example": "parcel ./example/index.html --out-dir exampleDist", |
20 | | - "build": "microbundle -o dist/ --sourcemap false", |
21 | | - "dev": "microbundle watch -o dist/ --sourcemap false --compress false", |
| 19 | + "build": "rimraf dist && microbundle -o dist/ --sourcemap false -f es,cjs", |
| 20 | + "dev": "rimraf dist && microbundle watch -o dist/ --compress false --sourcemap false -f es,cjs", |
22 | 21 | "test": "jest --watch", |
23 | 22 | "test:ci": "jest --coverage", |
24 | 23 | "cz": "git-cz", |
|
38 | 37 | "@babel/polyfill": "^7.2.5", |
39 | 38 | "@babel/preset-env": "^7.2.3", |
40 | 39 | "@babel/preset-react": "^7.0.0", |
| 40 | + "@commitlint/cli": "^7.3.1", |
| 41 | + "@commitlint/config-conventional": "^7.3.1", |
| 42 | + "@semantic-release/changelog": "^3.0.2", |
| 43 | + "@semantic-release/exec": "^3.3.2", |
| 44 | + "@semantic-release/git": "^7.0.7", |
| 45 | + "@semantic-release/github": "^5.2.9", |
| 46 | + "@semantic-release/npm": "^5.1.3", |
41 | 47 | "babel-core": "^7.0.0-bridge.0", |
42 | 48 | "babel-eslint": "^10.0.1", |
43 | 49 | "babel-jest": "^23.6.0", |
| 50 | + "commitizen": "^3.0.5", |
44 | 51 | "coveralls": "^3.0.2", |
| 52 | + "cz-conventional-changelog": "^2.1.0", |
45 | 53 | "eslint": "^5.7.0", |
46 | 54 | "eslint-config-airbnb": "^17.1.0", |
47 | 55 | "eslint-plugin-import": "^2.14.0", |
48 | 56 | "eslint-plugin-jsx-a11y": "^6.1.2", |
49 | 57 | "eslint-plugin-react": "^7.11.1", |
| 58 | + "husky": "^1.3.1", |
50 | 59 | "jest": "^23.6.0", |
51 | 60 | "jest-dom": "^3.0.0", |
52 | | - "microbundle": "^0.6.0", |
53 | | - "mobx": "5.0.0", |
54 | | - "mobx-state-tree": "3.0.0", |
| 61 | + "lint-staged": "^8.1.0", |
| 62 | + "microbundle": "^0.9.0", |
| 63 | + "mobx": "^5.0.0", |
| 64 | + "mobx-state-tree": "^3.0.0", |
55 | 65 | "parcel-bundler": "^1.10.3", |
| 66 | + "prettier": "^1.15.3", |
56 | 67 | "react": "16.8.0-alpha.0", |
57 | 68 | "react-dom": "16.8.0-alpha.0", |
58 | 69 | "react-testing-library": "^5.4.2", |
59 | | - "@commitlint/cli": "^7.3.1", |
60 | | - "@commitlint/config-conventional": "^7.3.1", |
61 | | - "@semantic-release/changelog": "^3.0.2", |
62 | | - "@semantic-release/exec": "^3.3.2", |
63 | | - "@semantic-release/git": "^7.0.7", |
64 | | - "@semantic-release/github": "^5.2.9", |
65 | | - "@semantic-release/npm": "^5.1.3", |
66 | | - "commitizen": "^3.0.5", |
67 | | - "cz-conventional-changelog": "^2.1.0", |
68 | | - "husky": "^1.3.1", |
69 | | - "lint-staged": "^8.1.0", |
70 | | - "prettier": "^1.15.3", |
| 70 | + "rimraf": "^2.6.3", |
71 | 71 | "semantic-release": "^15.13.3" |
72 | 72 | }, |
73 | 73 | "peerDependencies": { |
|
0 commit comments