|
8 | 8 | "build": "node ../node_modules/react-scripts/bin/react-scripts.js build", |
9 | 9 | "test": "node ../node_modules/react-scripts/bin/react-scripts.js test", |
10 | 10 | "eject": "node ../node_modules/react-scripts/bin/react-scripts.js eject", |
11 | | - "storybook": "start-storybook -p 6006 -s public", |
12 | | - "build-storybook": "build-storybook -s public" |
| 11 | + "storybook": "storybook dev -p 6006 -s public", |
| 12 | + "build-storybook": "storybook build -s public" |
13 | 13 | }, |
14 | 14 | "dependencies": { |
15 | 15 | "@emotion/react": "link:../node_modules/@emotion/react", |
|
21 | 21 | "@testing-library/user-event": "link:../node_modules/@testing-library/user-event", |
22 | 22 | "@types/jest": "link:../node_modules/@types/jest", |
23 | 23 | "@types/node": "link:../node_modules/@types/node", |
24 | | - "@types/react-dom": "link:../node_modules/@types/react-dom", |
25 | | - "@types/react-icons": "link:../node_modules/@types/react-icons", |
26 | 24 | "@types/react": "link:../node_modules/@types/react", |
| 25 | + "@types/react-dom": "link:../node_modules/@types/react-dom", |
27 | 26 | "framer-motion": "link:../node_modules/framer-motion", |
| 27 | + "react": "link:../node_modules/react", |
28 | 28 | "react-dom": "link:../node_modules/react-dom", |
29 | 29 | "react-scripts": "link:../node_modules/react-scripts", |
30 | | - "react-icons": "link:../node_modules/react-icons", |
31 | | - "react": "link:../node_modules/react", |
32 | 30 | "typescript": "link:../node_modules/typescript" |
33 | 31 | }, |
34 | 32 | "devDependencies": { |
| 33 | + "@babel/core": "^7.0.0", |
35 | 34 | "@babel/plugin-syntax-object-rest-spread": "^7.8.3", |
36 | | - "@storybook/addon-actions": "^6.4.22", |
37 | | - "@storybook/addon-essentials": "^6.4.22", |
38 | | - "@storybook/addon-interactions": "^6.4.22", |
39 | | - "@storybook/addon-links": "^6.4.22", |
40 | | - "@storybook/builder-webpack5": "^6.4.22", |
41 | | - "@storybook/manager-webpack5": "^6.4.22", |
42 | | - "@storybook/node-logger": "^6.4.22", |
43 | | - "@storybook/preset-create-react-app": "^4.1.0", |
44 | | - "@storybook/react": "^6.4.22", |
45 | | - "@storybook/testing-library": "^0.0.11", |
| 35 | + "@babel/preset-env": "^7.22.5", |
| 36 | + "@babel/preset-react": "^7.22.5", |
| 37 | + "@babel/preset-typescript": "^7.22.5", |
| 38 | + "@storybook/addon-actions": "^7.0.21", |
| 39 | + "@storybook/addon-essentials": "^7.0.21", |
| 40 | + "@storybook/addon-interactions": "^7.0.21", |
| 41 | + "@storybook/addon-links": "^7.0.21", |
| 42 | + "@storybook/node-logger": "^7.0.21", |
| 43 | + "@storybook/preset-create-react-app": "^7.0.21", |
| 44 | + "@storybook/react": "^7.0.21", |
| 45 | + "@storybook/react-webpack5": "^7.0.21", |
| 46 | + "@storybook/testing-library": "^0.1.0", |
| 47 | + "babel-plugin-dynamic-import-node": "^2.3.3", |
| 48 | + "storybook": "^7.0.21", |
46 | 49 | "webpack": "5" |
47 | 50 | }, |
48 | 51 | "eslintConfig": { |
|
0 commit comments