|
12 | 12 | "build-storybook": "build-storybook -s public" |
13 | 13 | }, |
14 | 14 | "dependencies": { |
| 15 | + "@emotion/react": "link:../node_modules/@emotion/react", |
| 16 | + "@emotion/styled": "link:../node_modules/@emotion/styled", |
| 17 | + "@floating-ui/react-dom-interactions": "link:../node_modules/@floating-ui/react-dom-interactions", |
15 | 18 | "@solved-ac/ui-react": "link:..", |
16 | 19 | "@testing-library/jest-dom": "link:../node_modules/@testing-library/jest-dom", |
17 | 20 | "@testing-library/react": "link:../node_modules/@testing-library/react", |
18 | 21 | "@testing-library/user-event": "link:../node_modules/@testing-library/user-event", |
19 | 22 | "@types/jest": "link:../node_modules/@types/jest", |
20 | 23 | "@types/node": "link:../node_modules/@types/node", |
21 | | - "@types/react": "link:../node_modules/@types/react", |
22 | 24 | "@types/react-dom": "link:../node_modules/@types/react-dom", |
23 | | - "react": "link:../node_modules/react", |
| 25 | + "@types/react": "link:../node_modules/@types/react", |
| 26 | + "framer-motion": "link:../node_modules/framer-motion", |
24 | 27 | "react-dom": "link:../node_modules/react-dom", |
25 | | - "@emotion/react": "link:../node_modules/@emotion/react", |
26 | | - "@emotion/styled": "link:../node_modules/@emotion/styled", |
27 | 28 | "react-scripts": "link:../node_modules/react-scripts", |
| 29 | + "react": "link:../node_modules/react", |
28 | 30 | "typescript": "link:../node_modules/typescript" |
29 | 31 | }, |
30 | 32 | "devDependencies": { |
|
0 commit comments