|
1 | 1 | {
|
2 | 2 | "name": "feature-react-navigation",
|
3 | 3 | "title": "Feature React Navigation",
|
4 |
| - "version": "0.1.1", |
| 4 | + "version": "0.0.0-development", |
5 | 5 | "description": "Feature based navigation using react-navigation",
|
6 | 6 | "main": "src/index.js",
|
7 | 7 | "scripts": {
|
|
19 | 19 | "pkgReview": "echo '*** Showing outdated installed packages:' && yarn outdated --long || true",
|
20 | 20 | "prepublish": "npx yarn-run-all lint pkgReview clean build:plat:all test cov",
|
21 | 21 | "lint": "echo '*** Verify code quality (lint):' && eslint src",
|
22 |
| - "test": "jest src" |
| 22 | + "test": "jest src", |
| 23 | + "commit": "yarn run git-cz", |
| 24 | + "semantic-release": "semantic-release" |
23 | 25 | },
|
24 | 26 | "repository": {
|
25 | 27 | "type": "git",
|
26 |
| - "url": "git+https://github.com/sylvainlg/feature-reat-navigation.git", |
27 |
| - "baseUrl": "https://github.com/sylvainlg/feature-reat-navigation" |
| 28 | + "url": "https://github.com/sylvainlg/feature-react-navigation.git", |
| 29 | + "baseUrl": "https://github.com/sylvainlg/feature-react-navigation" |
28 | 30 | },
|
29 | 31 | "keywords": [
|
30 | 32 | "react",
|
|
59 | 61 | "react": ">=16.9.0"
|
60 | 62 | },
|
61 | 63 | "dependencies": {
|
| 64 | + "@commitlint/prompt": "^11.0.0", |
62 | 65 | "lodash.has": "^4.5.2",
|
63 | 66 | "react-is": "^16.12.0"
|
64 | 67 | },
|
|
69 | 72 | "@babel/preset-env": "^7.7.7",
|
70 | 73 | "@babel/preset-react": "^7.7.4",
|
71 | 74 | "@babel/runtime": "^7.7.7",
|
| 75 | + "@commitlint/cli": "^11.0.0", |
| 76 | + "@commitlint/config-conventional": "^11.0.0", |
72 | 77 | "@react-navigation/core": "^3.5.1",
|
| 78 | + "@semantic-release/changelog": "^5.0.1", |
| 79 | + "@semantic-release/git": "^9.0.0", |
73 | 80 | "babel-jest": "^26.5.2",
|
74 | 81 | "babel-plugin-transform-default-import": "^1.0.0",
|
75 | 82 | "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
|
|
79 | 86 | "eslint": "^7.11.0",
|
80 | 87 | "eslint-plugin-react": "^7.17.0",
|
81 | 88 | "feature-u": "^3.0.0",
|
| 89 | + "husky": "^4.3.0", |
82 | 90 | "jest": "^26.5.3",
|
83 | 91 | "react": "^16.9.0",
|
84 | 92 | "rimraf": "^3.0.0",
|
| 93 | + "semantic-release": "^17.2.1", |
85 | 94 | "webpack": "^5.1.3",
|
86 | 95 | "webpack-cli": "^4.0.0",
|
87 | 96 | "yarn-run-all": "^3.1.1"
|
|
0 commit comments