|
10 | 10 | "prettier": "prettier . --write",
|
11 | 11 | "test": "jest",
|
12 | 12 | "cypress": "cypress run",
|
13 |
| - "storybook": "storybook dev -p 6006", |
14 |
| - "build-storybook": "storybook build", |
15 | 13 | "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 | 14 | "prepare": "husky install"
|
17 | 15 | },
|
|
42 | 40 | "@semantic-release/changelog": "^6.0.3",
|
43 | 41 | "@semantic-release/git": "^10.0.1",
|
44 | 42 | "@semantic-release/github": "^11.0.1",
|
45 |
| - "@storybook/addon-essentials": "^7.6.4", |
46 |
| - "@storybook/addon-interactions": "^7.6.4", |
47 |
| - "@storybook/addon-links": "^7.6.4", |
48 |
| - "@storybook/addon-onboarding": "^1.0.9", |
49 |
| - "@storybook/addon-themes": "^7.6.4", |
50 |
| - "@storybook/blocks": "^7.6.4", |
51 |
| - "@storybook/nextjs": "^7.6.4", |
52 |
| - "@storybook/react": "^7.6.4", |
53 |
| - "@storybook/test": "^7.6.4", |
54 | 43 | "@testing-library/jest-dom": "^5.17.0",
|
55 | 44 | "@testing-library/react": "^14.0.0",
|
56 | 45 | "@types/node": "20.4.5",
|
|
67 | 56 | "eslint-import-resolver-typescript": "^3.5.5",
|
68 | 57 | "eslint-plugin-import": "^2.28.0",
|
69 | 58 | "eslint-plugin-no-relative-import-paths": "^1.5.2",
|
70 |
| - "eslint-plugin-storybook": "^0.6.15", |
71 | 59 | "eslint-plugin-tailwindcss": "^3.17.0",
|
72 | 60 | "husky": "^9.1.7",
|
73 | 61 | "jest": "^29.6.2",
|
|
76 | 64 | "prettier": "^3.0.1",
|
77 | 65 | "prettier-plugin-tailwindcss": "^0.6.1",
|
78 | 66 | "semantic-release": "^24.2.1",
|
79 |
| - "storybook": "^7.6.4", |
80 | 67 | "tailwindcss": "3.3.3",
|
81 | 68 | "tsconfig-paths-webpack-plugin": "^4.1.0",
|
82 | 69 | "typescript": "5.3.3"
|
|
0 commit comments