|
13 | 13 | "storybook": "storybook dev -p 6006",
|
14 | 14 | "build-storybook": "storybook build",
|
15 | 15 | "format:changed": "git diff --name-only --diff-filter=d HEAD | grep -e 'src.*\\.[jt]sx\\?$' -e 'src.*\\.json$' -e 'src.*\\.css$' -e 'src.*\\.md$' | xargs prettier -u --write",
|
16 |
| - "postinstall": "husky install" |
| 16 | + "prepare": "husky install" |
17 | 17 | },
|
18 | 18 | "dependencies": {
|
19 | 19 | "@hello-pangea/dnd": "^16.3.0",
|
|
37 | 37 | "zod": "^3.22.2"
|
38 | 38 | },
|
39 | 39 | "devDependencies": {
|
| 40 | + "@commitlint/cli": "^19.6.1", |
| 41 | + "@commitlint/config-conventional": "^19.6.0", |
40 | 42 | "@next/eslint-plugin-next": "^13.4.12",
|
| 43 | + "@semantic-release/changelog": "^6.0.3", |
| 44 | + "@semantic-release/git": "^10.0.1", |
| 45 | + "@semantic-release/github": "^11.0.1", |
41 | 46 | "@storybook/addon-essentials": "^7.6.4",
|
42 | 47 | "@storybook/addon-interactions": "^7.6.4",
|
43 | 48 | "@storybook/addon-links": "^7.6.4",
|
|
65 | 70 | "eslint-plugin-no-relative-import-paths": "^1.5.2",
|
66 | 71 | "eslint-plugin-storybook": "^0.6.15",
|
67 | 72 | "eslint-plugin-tailwindcss": "^3.17.0",
|
68 |
| - "husky": "^8.0.0", |
| 73 | + "husky": "^9.1.7", |
69 | 74 | "jest": "^29.6.2",
|
70 | 75 | "jest-environment-jsdom": "^29.6.2",
|
71 | 76 | "postcss": "8.4.27",
|
72 | 77 | "prettier": "^3.0.1",
|
73 | 78 | "prettier-plugin-tailwindcss": "^0.6.1",
|
| 79 | + "semantic-release": "^24.2.1", |
74 | 80 | "storybook": "^7.6.4",
|
75 | 81 | "tailwindcss": "3.3.3",
|
76 | 82 | "tsconfig-paths-webpack-plugin": "^4.1.0",
|
|
0 commit comments