|
17 | 17 | "pretest": "cypress install",
|
18 | 18 | "test": "start-server-and-test start http://localhost:3001${BASE_PATH} cypress:run",
|
19 | 19 | "cypress:open": "cypress open",
|
20 |
| - "cypress:run": "cypress run --headless" |
| 20 | + "cypress:run": "cypress run --headless", |
| 21 | + "storybook": "storybook dev -p 6006", |
| 22 | + "build-storybook": "storybook build" |
21 | 23 | },
|
22 | 24 | "dependencies": {
|
23 | 25 | "next": "14.2.15",
|
|
26 | 28 | "react-dom": "catalog:react19rc"
|
27 | 29 | },
|
28 | 30 | "devDependencies": {
|
| 31 | + "@chromatic-com/storybook": "^3.2.2", |
| 32 | + "@storybook/addon-essentials": "^8.4.2", |
| 33 | + "@storybook/addon-interactions": "^8.4.2", |
| 34 | + "@storybook/addon-onboarding": "^8.4.2", |
| 35 | + "@storybook/blocks": "^8.4.2", |
| 36 | + "@storybook/nextjs": "^8.4.2", |
| 37 | + "@storybook/react": "^8.4.2", |
| 38 | + "@storybook/test": "^8.4.2", |
29 | 39 | "@types/node": "^22.7.5",
|
30 | 40 | "@types/react": "^18.3.11",
|
31 | 41 | "@types/react-dom": "^18.3.0",
|
|
36 | 46 | "cypress-terminal-report": "^7.0.3",
|
37 | 47 | "semver": "^7.6.3",
|
38 | 48 | "start-server-and-test": "^2.0.8",
|
| 49 | + "storybook": "^8.4.2", |
39 | 50 | "typescript": "^5.6.3"
|
40 | 51 | }
|
41 | 52 | }
|
0 commit comments