|
23 | 23 | "storybook": "storybook dev -p 6006", |
24 | 24 | "build-storybook": "storybook build --quiet", |
25 | 25 | "chromatic": "chromatic --exit-zero-on-changes", |
26 | | - "cypress:open": "cypress open", |
27 | | - "cypress:run": "cypress run", |
28 | 26 | "demo:dev": "pnpm --filter demo run dev", |
29 | 27 | "demo:build": "pnpm --filter demo run build", |
30 | 28 | "demo:serve": "pnpm --filter demo run serve", |
31 | | - "ci:test": "pnpm demo:build && start-server-and-test demo:serve http-get://localhost:5000 cypress:run", |
32 | 29 | "prettier": "prettier --check ." |
33 | 30 | }, |
34 | 31 | "size-limit": [ |
|
69 | 66 | "@storybook/react": "^10.0.2", |
70 | 67 | "@storybook/react-webpack5": "^10.0.2", |
71 | 68 | "@storybook/test": "^8.6.14", |
72 | | - "@testing-library/cypress": "^8.0.2", |
73 | 69 | "@testing-library/dom": "^10.4.1", |
74 | 70 | "@testing-library/jest-dom": "^6.9.1", |
75 | 71 | "@testing-library/react": "^16.3.0", |
|
83 | 79 | "all-contributors-cli": "^6.24.0", |
84 | 80 | "babel-loader": "^10.0.0", |
85 | 81 | "chromatic": "^13.3.3", |
86 | | - "cypress": "6.9.1", |
87 | 82 | "eslint": "^8.32.0", |
88 | 83 | "eslint-config-react-app": "^7.0.1", |
89 | | - "eslint-plugin-cypress": "^2.12.1", |
90 | 84 | "eslint-plugin-flowtype": "^8.0.3", |
91 | 85 | "eslint-plugin-import": "^2.27.5", |
92 | 86 | "eslint-plugin-jsx-a11y": "^6.7.1", |
|
102 | 96 | "react": "^18.2.0", |
103 | 97 | "react-dom": "^18.2.0", |
104 | 98 | "size-limit": "^8.1.0", |
105 | | - "start-server-and-test": "^1.15.2", |
106 | 99 | "storybook": "^10.0.2", |
107 | 100 | "tsd": "^0.25.0", |
108 | 101 | "typescript": "catalog:" |
|
0 commit comments