|
83 | 83 | "@babel/preset-env": "^7.28.5", |
84 | 84 | "@babel/preset-react": "^7.22.15", |
85 | 85 | "@babel/preset-typescript": "^7.28.5", |
| 86 | + "@storybook/addon-actions": "^6.5.16", |
| 87 | + "@storybook/addon-essentials": "^6.5.16", |
| 88 | + "@storybook/addon-links": "^6.5.16", |
| 89 | + "@storybook/builder-webpack5": "^6.5.16", |
| 90 | + "@storybook/manager-webpack5": "^6.5.16", |
| 91 | + "@storybook/react": "^6.5.16", |
86 | 92 | "@types/jest": "^30.0.0", |
87 | 93 | "@types/node": "^24.0.15", |
88 | 94 | "@types/react": "^19.1.8", |
|
93 | 99 | "babel-loader": "9.1.2", |
94 | 100 | "babel-plugin-dynamic-import-webpack": "1.1.0", |
95 | 101 | "babel-plugin-import": "1.13.6", |
| 102 | + "babel-plugin-remove-graphql-queries": "^5.15.0", |
96 | 103 | "babel-plugin-styled-components": "2.0.7", |
97 | 104 | "babel-plugin-syntax-dynamic-import": "6.18.0", |
98 | 105 | "eslint": "8.36.0", |
|
108 | 115 | "husky": "^8.0.3", |
109 | 116 | "prettier": "2.8.4", |
110 | 117 | "remove-markdown": "0.5.0", |
| 118 | + "storybook-addon-grommet": "^1.0.4", |
111 | 119 | "typescript": "^5.8.3" |
112 | 120 | }, |
113 | 121 | "husky": { |
|
0 commit comments