chore(tooling): add husky and lint-staged
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"name": "@scandichotels/contentstack-imagevault",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"description": "Integration between Contentstack and ImageVault",
|
||||
"workspaces": [
|
||||
"remix",
|
||||
@@ -13,7 +14,8 @@
|
||||
"build:rte": "cd rte && npm run build",
|
||||
"dev": "concurrently npm:dev:*",
|
||||
"dev:remix": "cd remix && npm run dev",
|
||||
"dev:rte": "cd rte && npm run dev"
|
||||
"dev:rte": "cd rte && npm run dev",
|
||||
"prepare": "husky"
|
||||
},
|
||||
"dependencies": {
|
||||
"@contentstack/app-sdk": "^2.0.1",
|
||||
@@ -33,6 +35,8 @@
|
||||
"eslint-plugin-jsx-a11y": "^6.7.1",
|
||||
"eslint-plugin-react": "^7.33.2",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"husky": "^9.0.11",
|
||||
"lint-staged": "^15.2.2",
|
||||
"prettier": "^3.2.5",
|
||||
"typescript": "^5.1.6",
|
||||
"vite": "^5.1.0",
|
||||
|
||||
Reference in New Issue
Block a user