|
30 | 30 | "storybook": "storybook dev -p 6006", |
31 | 31 | "typescript": "tsc --p ./tsconfig-build.json --noEmit" |
32 | 32 | }, |
33 | | - "peerDependencies": { |
| 33 | + "dependencies": { |
34 | 34 | "@ark-ui/react": "^1.3.0", |
35 | 35 | "@chakra-ui/anatomy": "^2.2.2", |
36 | 36 | "@chakra-ui/icons": "^2.1.1", |
|
41 | 41 | "@chakra-ui/theme-tools": "^2.1.2", |
42 | 42 | "@emotion/react": "^11.11.3", |
43 | 43 | "@emotion/styled": "^11.11.0", |
44 | | - "@fontsource-variable/inter": "^5.0.16", |
45 | 44 | "@nanostores/react": "^0.7.1", |
46 | 45 | "chakra-react-select": "^4.7.6", |
47 | 46 | "framer-motion": "^10.18.0", |
48 | 47 | "lodash-es": "^4.17.21", |
49 | 48 | "nanostores": "^0.9.5", |
50 | 49 | "overlayscrollbars": "^2.4.6", |
51 | 50 | "overlayscrollbars-react": "^0.5.3", |
52 | | - "react": "^18.2.0", |
53 | | - "react-dom": "^18.2.0", |
54 | 51 | "react-i18next": "^14.0.0", |
55 | 52 | "react-select": "^5.8.0" |
56 | 53 | }, |
| 54 | + "peerDependencies": { |
| 55 | + "@fontsource-variable/inter": "^5.0.16", |
| 56 | + "react": "^18.2.0", |
| 57 | + "react-dom": "^18.2.0" |
| 58 | + }, |
57 | 59 | "devDependencies": { |
58 | 60 | "@chakra-ui/anatomy": "^2.2.2", |
59 | 61 | "@chakra-ui/icons": "^2.1.1", |
|
0 commit comments