|
2 | 2 | "name": "invoice-generator", |
3 | 3 | "description": "Invoice generator", |
4 | 4 | "license": "MIT", |
5 | | - "version": "3.0.2", |
| 5 | + "version": "", |
6 | 6 | "private": true, |
7 | 7 | "scripts": { |
8 | 8 | "dev": "tsc && vite build --watch", |
9 | 9 | "format": "prettier --write .", |
10 | 10 | "lint": "eslint . --ext .ts,.tsx", |
11 | 11 | "lint:fix": "$npm_execpath lint --fix", |
12 | 12 | "build": "tsc && vite build", |
13 | | - "postinstall": "husky install" |
| 13 | + "postinstall": "husky install", |
| 14 | + "semantic-release": "semantic-release", |
| 15 | + "commit": "git-cz" |
14 | 16 | }, |
15 | 17 | "dependencies": { |
16 | 18 | "bootstrap": "^5.1.3", |
|
23 | 25 | "react-dom": "^18.2.0" |
24 | 26 | }, |
25 | 27 | "devDependencies": { |
26 | | - "@types/chrome": "^0.0.190", |
| 28 | + "@commitlint/cli": "^17.1.2", |
| 29 | + "@commitlint/config-conventional": "^17.1.0", |
| 30 | + "@semantic-release/exec": "^6.0.3", |
| 31 | + "@semantic-release/github": "^8.0.6", |
| 32 | + "@types/chrome": "^0.0.197", |
27 | 33 | "@types/jspdf": "^2.0.0", |
28 | 34 | "@types/node": "^17.0.42", |
29 | 35 | "@types/react": "^18.0.4", |
|
32 | 38 | "@typescript-eslint/eslint-plugin": "^5.30.6", |
33 | 39 | "@typescript-eslint/parser": "^5.30.6", |
34 | 40 | "@vitejs/plugin-react": "^1.3.2", |
| 41 | + "commitizen": "^4.2.5", |
| 42 | + "cz-conventional-changelog": "3.3.0", |
35 | 43 | "eslint": "^8.20.0", |
36 | 44 | "eslint-config-prettier": "^8.5.0", |
37 | 45 | "eslint-plugin-import": "^2.26.0", |
|
42 | 50 | "prettier": "^2.7.1", |
43 | 51 | "rollup-plugin-copy": "^3.4.0", |
44 | 52 | "sass": "^1.52.3", |
| 53 | + "semantic-release": "^19.0.5", |
45 | 54 | "typescript": "^4.7.3", |
46 | 55 | "vite": "^2.9.12", |
47 | 56 | "vite-plugin-auto-zip": "^1.0.4" |
| 57 | + }, |
| 58 | + "contributors": [ |
| 59 | + { |
| 60 | + "name": "Riderman", |
| 61 | + "url": "https://github.com/ridermansb" |
| 62 | + }, |
| 63 | + { |
| 64 | + "name": "silvioprog", |
| 65 | + "email": "soliveira@securityscorecard.io" |
| 66 | + }, |
| 67 | + { |
| 68 | + "name": "Daniel Parisotto", |
| 69 | + "email": "dhp_parisotto@hotmail.com" |
| 70 | + } |
| 71 | + ], |
| 72 | + "repository": { |
| 73 | + "type": "git", |
| 74 | + "url": "https://github.com/risoflora/invoice-generator.git" |
| 75 | + }, |
| 76 | + "config": { |
| 77 | + "commitizen": { |
| 78 | + "path": "./node_modules/cz-conventional-changelog" |
| 79 | + } |
48 | 80 | } |
49 | 81 | } |
0 commit comments