chore: Adds package for conventional Commit

This commit is contained in:
Towfiq
2022-11-30 11:43:55 +06:00
parent 365caecc34
commit a9dc007fb7
2 changed files with 2671 additions and 2 deletions

2667
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "serpbear",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
@@ -11,7 +11,8 @@
"lint": "next lint",
"test": "jest --watch --verbose",
"test:ci": "jest --ci",
"test:cv": "jest --coverage --coverageDirectory='coverage'"
"test:cv": "jest --coverage --coverageDirectory='coverage'",
"release": "standard-version"
},
"dependencies": {
"@testing-library/react": "^13.4.0",
@@ -65,6 +66,7 @@
"prettier": "^2.7.1",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.55.0",
"standard-version": "^9.5.0",
"tailwindcss": "^3.1.8",
"typescript": "4.8.4"
}