merge com a dev
Showing
+3699 -609
.env
0 → 100644
.husky/pre-commit
0 → 100644
.husky/pre-push
0 → 100644
.lintstagedrc.json
0 → 100644
cypress/e2e/feedback.cy.ts
0 → 100644
This diff is collapsed.
... | ... | @@ -3,18 +3,22 @@ |
"lint:fix": "eslint --fix .", | ||
"format": "prettier --write .", | ||
"test": "cypress run --browser chrome ", | ||
"start:local": "cypress open" | ||
"start:local": "cypress open", | ||
"prepare": "husky install" | ||
}, | ||
"devDependencies": { | ||
"@types/cypress": "^1.1.3", | ||
"@typescript-eslint/eslint-plugin": "^6.7.4", | ||
"@typescript-eslint/parser": "^6.7.4", | ||
"cypress": "^13.3.3", | ||
"eslint": "^8.51.0", | ||
"eslint-plugin-cypress": "^2.15.1", | ||
"husky": "^8.0.0", | ||
"prettier": "^3.0.3", | ||
"typescript": "^4.9.5" | ||
}, | ||
"dependencies": { | ||
"dotenv": "^16.3.1" | ||
"dotenv": "^16.3.1", | ||
"lint-staged": "^15.0.2" | ||
} | ||
} |
Please register or sign in to comment