|
26 | 26 | "@babel/preset-env": "^7.22.4", |
27 | 27 | "@babel/preset-react": "^7.22.3", |
28 | 28 | "@babel/preset-typescript": "^7.21.5", |
| 29 | + "@emotion/babel-plugin": "^11.11.0", |
| 30 | + "@emotion/react": "^11.11.1", |
| 31 | + "@emotion/styled": "^11.11.0", |
29 | 32 | "@rollup/plugin-alias": "^5.0.0", |
30 | 33 | "@rollup/plugin-babel": "^6.0.3", |
31 | 34 | "@rollup/plugin-commonjs": "^25.0.0", |
|
44 | 47 | "@types/node": "^20.2.5", |
45 | 48 | "@types/react": "^18.2.8", |
46 | 49 | "@types/react-dom": "^18.2.4", |
47 | | - "@types/styled-components": "^5.1.26", |
48 | 50 | "@typescript-eslint/eslint-plugin": "^5.59.9", |
49 | 51 | "@typescript-eslint/parser": "^5.59.9", |
50 | 52 | "core-js": "^3.29.1", |
|
63 | 65 | "rollup": "^3.23.1", |
64 | 66 | "rollup-plugin-peer-deps-external": "^2.2.4", |
65 | 67 | "storybook": "^7.0.18", |
66 | | - "styled-components": "^5.3.6", |
67 | 68 | "tsconfig-paths-webpack-plugin": "^4.0.0", |
68 | 69 | "typescript": "^5.1.3" |
69 | 70 | }, |
|
0 commit comments