|
1 | 1 | { |
2 | 2 | "name": "nextjs-typescript-redux-starter", |
3 | | - "version": "1.1.3", |
| 3 | + "version": "1.2.0", |
4 | 4 | "bin": "./bin/cli.js", |
5 | 5 | "scripts": { |
6 | 6 | "dev": "next dev -p 3050", |
|
22 | 22 | "e2e": "start-server-and-test dev http://localhost:3050 \"cypress open --e2e\"", |
23 | 23 | "e2e:headless": "start-server-and-test dev http://localhost:3050 \"cypress run --e2e\"", |
24 | 24 | "e2e:component": "cypress open --component", |
25 | | - "e2e:component:headless": "cypress run --component" |
| 25 | + "e2e:component:headless": "cypress run --component", |
| 26 | + "storybook": "storybook dev -p 6006", |
| 27 | + "build-storybook": "storybook build" |
26 | 28 | }, |
27 | 29 | "dependencies": { |
28 | 30 | "@hookform/resolvers": "^3.3.2", |
|
45 | 47 | "@emotion/react": "^11.11.1", |
46 | 48 | "@emotion/styled": "^11.11.0", |
47 | 49 | "@next/bundle-analyzer": "^13.5.4", |
| 50 | + "@storybook/addon-essentials": "^7.5.3", |
| 51 | + "@storybook/addon-interactions": "^7.5.3", |
| 52 | + "@storybook/addon-links": "^7.5.3", |
| 53 | + "@storybook/addon-onboarding": "^1.0.8", |
| 54 | + "@storybook/blocks": "^7.5.3", |
| 55 | + "@storybook/nextjs": "^7.5.3", |
| 56 | + "@storybook/react": "^7.5.3", |
| 57 | + "@storybook/testing-library": "^0.2.2", |
48 | 58 | "@tailwindcss/typography": "^0.5.10", |
49 | 59 | "@testing-library/jest-dom": "^6.1.4", |
50 | 60 | "@testing-library/react": "^14.0.0", |
|
63 | 73 | "eslint-config-next": "13.5.4", |
64 | 74 | "eslint-config-prettier": "^9.0.0", |
65 | 75 | "eslint-plugin-prettier": "^5.0.1", |
| 76 | + "eslint-plugin-storybook": "^0.6.15", |
66 | 77 | "eslint-plugin-unused-imports": "^3.0.0", |
67 | 78 | "husky": "^8.0.3", |
68 | 79 | "jest": "^29.7.0", |
|
72 | 83 | "prettier": "^3.0.3", |
73 | 84 | "redux-logger": "^3.0.6", |
74 | 85 | "start-server-and-test": "^2.0.2", |
| 86 | + "storybook": "^7.5.3", |
75 | 87 | "tailwindcss": "^3.3.3", |
76 | 88 | "typescript": "^5" |
77 | 89 | }, |
|
0 commit comments