|
3 | 3 | "version": "0.1.0", |
4 | 4 | "private": true, |
5 | 5 | "dependencies": { |
6 | | - "@types/react": "^17.0.38", |
7 | | - "@types/react-dom": "^17.0.11", |
8 | | - "@types/styled-components": "^5.1.24", |
9 | | - "@zxcvbn-ts/core": "^2.0.1", |
10 | | - "@zxcvbn-ts/language-common": "^2.0.1", |
11 | | - "@zxcvbn-ts/language-en": "^2.0.1", |
12 | | - "bootstrap": "^5.1.3", |
13 | | - "react": "^17.0.2", |
14 | | - "react-bootstrap": "^2.1.1", |
15 | | - "react-dom": "^17.0.2", |
16 | | - "react-router-dom": "^6.2.1", |
| 6 | + "@types/react": "17.0.38", |
| 7 | + "@types/react-dom": "17.0.11", |
| 8 | + "@types/styled-components": "5.1.24", |
| 9 | + "@zxcvbn-ts/core": "2.0.1", |
| 10 | + "@zxcvbn-ts/language-common": "2.0.1", |
| 11 | + "@zxcvbn-ts/language-en": "2.0.1", |
| 12 | + "bootstrap": "5.1.3", |
| 13 | + "react": "17.0.2", |
| 14 | + "react-bootstrap": "2.1.1", |
| 15 | + "react-dom": "17.0.2", |
| 16 | + "react-router-dom": "6.2.1", |
17 | 17 | "react-scripts": "5.0.0", |
18 | | - "styled-components": "^5.3.3" |
| 18 | + "styled-components": "5.3.3" |
19 | 19 | }, |
20 | 20 | "scripts": { |
21 | 21 | "start": "react-scripts start", |
|
0 commit comments