|
62 | 62 | "react-dom": "^17.0.0"
|
63 | 63 | },
|
64 | 64 | "devDependencies": {
|
65 |
| - "@babel/core": "^7.17.8", |
66 |
| - "@emotion/babel-plugin": "^11.7.2", |
67 |
| - "@emotion/react": "^11.8.2", |
68 |
| - "@size-limit/preset-small-lib": "^7.0.8", |
69 |
| - "@storybook/addon-actions": "^6.4.20", |
70 |
| - "@storybook/addon-docs": "^6.4.20", |
71 |
| - "@storybook/addon-essentials": "^6.4.20", |
72 |
| - "@storybook/addon-links": "^6.4.20", |
73 |
| - "@storybook/addon-storysource": "^6.4.20", |
74 |
| - "@storybook/builder-vite": "^0.1.25", |
75 |
| - "@storybook/react": "^6.4.20", |
76 |
| - "@types/react": "^17.0.43", |
77 |
| - "@types/react-dom": "^17.0.14", |
78 |
| - "@typescript-eslint/eslint-plugin": "^5.17.0", |
79 |
| - "@typescript-eslint/parser": "^5.17.0", |
80 |
| - "@vitejs/plugin-react": "^1.3.0", |
81 |
| - "babel-loader": "^8.2.4", |
82 |
| - "conventional-github-releaser": "^3.1.5", |
83 |
| - "eslint": "^8.12.0", |
84 |
| - "eslint-config-airbnb": "^19.0.4", |
85 |
| - "eslint-config-airbnb-typescript": "^16.2.0", |
86 |
| - "eslint-config-prettier": "^8.5.0", |
87 |
| - "eslint-plugin-import": "^2.25.4", |
88 |
| - "eslint-plugin-jsx-a11y": "^6.5.1", |
89 |
| - "eslint-plugin-prettier": "^4.0.0", |
90 |
| - "eslint-plugin-react": "^7.29.4", |
91 |
| - "eslint-plugin-react-hooks": "^4.4.0", |
92 |
| - "eslint-plugin-storybook": "^0.5.8", |
93 |
| - "npm-check": "^5.9.2", |
94 |
| - "prettier": "^2.6.2", |
95 |
| - "size-limit": "^7.0.8", |
96 |
| - "standard-version": "^9.3.2", |
97 |
| - "typescript": "^4.6.3", |
98 |
| - "vite": "^2.9.1", |
99 |
| - "vite-plugin-dts": "^1.0.5", |
100 |
| - "vite-plugin-markdown": "^2.0.2", |
101 |
| - "vitest": "^0.8.4" |
| 65 | + "@babel/core": "7.17.8", |
| 66 | + "@emotion/babel-plugin": "11.7.2", |
| 67 | + "@emotion/react": "11.8.2", |
| 68 | + "@size-limit/preset-small-lib": "7.0.8", |
| 69 | + "@storybook/addon-actions": "6.4.20", |
| 70 | + "@storybook/addon-docs": "6.4.20", |
| 71 | + "@storybook/addon-essentials": "6.4.20", |
| 72 | + "@storybook/addon-links": "6.4.20", |
| 73 | + "@storybook/addon-storysource": "6.4.20", |
| 74 | + "@storybook/builder-vite": "0.1.25", |
| 75 | + "@storybook/react": "6.4.20", |
| 76 | + "@types/react": "17.0.43", |
| 77 | + "@types/react-dom": "17.0.14", |
| 78 | + "@typescript-eslint/eslint-plugin": "5.17.0", |
| 79 | + "@typescript-eslint/parser": "5.17.0", |
| 80 | + "@vitejs/plugin-react": "1.3.0", |
| 81 | + "babel-loader": "8.2.4", |
| 82 | + "conventional-github-releaser": "3.1.5", |
| 83 | + "eslint": "8.12.0", |
| 84 | + "eslint-config-airbnb": "19.0.4", |
| 85 | + "eslint-config-airbnb-typescript": "16.2.0", |
| 86 | + "eslint-config-prettier": "8.5.0", |
| 87 | + "eslint-plugin-import": "2.25.4", |
| 88 | + "eslint-plugin-jsx-a11y": "6.5.1", |
| 89 | + "eslint-plugin-prettier": "4.0.0", |
| 90 | + "eslint-plugin-react": "7.29.4", |
| 91 | + "eslint-plugin-react-hooks": "4.4.0", |
| 92 | + "eslint-plugin-storybook": "0.5.8", |
| 93 | + "npm-check": "5.9.2", |
| 94 | + "prettier": "2.6.2", |
| 95 | + "size-limit": "7.0.8", |
| 96 | + "standard-version": "9.3.2", |
| 97 | + "typescript": "4.6.3", |
| 98 | + "vite": "2.9.1", |
| 99 | + "vite-plugin-dts": "1.0.5", |
| 100 | + "vite-plugin-markdown": "2.0.2", |
| 101 | + "vitest": "0.8.4" |
102 | 102 | }
|
103 | 103 | }
|
0 commit comments