diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/package.json b/package.json index 51a2660..948e21f 100644 --- a/package.json +++ b/package.json | |||
| @@ -10,23 +10,22 @@ | |||
| 10 | }, | 10 | }, |
| 11 | "license": "MIT", | 11 | "license": "MIT", |
| 12 | "dependencies": { | 12 | "dependencies": { |
| 13 | "bootstrap": "^5.1.3", | 13 | "bootstrap": "^5.3.3", |
| 14 | "bootstrap-darkmode": "5.0.0-beta.1", | 14 | "bootstrap-icons": "^1.11.3", |
| 15 | "bootstrap-icons": "^1.7.2", | 15 | "classnames": "^2.5.1", |
| 16 | "classnames": "^2.3.1", | 16 | "dayjs": "^1.11.13", |
| 17 | "dayjs": "^1.10.7", | 17 | "react": "^18.3.1", |
| 18 | "react": "^17.0.2", | 18 | "react-bootstrap": "^2.10.4", |
| 19 | "react-bootstrap": "^2.1.1", | 19 | "react-dom": "^18.3.1", |
| 20 | "react-dom": "^17.0.2", | ||
| 21 | "react-json-view": "^1.21.3" | 20 | "react-json-view": "^1.21.3" |
| 22 | }, | 21 | }, |
| 23 | "devDependencies": { | 22 | "devDependencies": { |
| 24 | "@types/react": "^16.9.34", | 23 | "@types/react": "^18.3.5", |
| 25 | "@types/react-dom": "^16.9.7", | 24 | "@types/react-dom": "^18.3.0", |
| 26 | "@vitejs/plugin-react": "^1.2.0", | 25 | "@vitejs/plugin-react": "^4.3.1", |
| 27 | "babel-preset-nano-react-app": "^0.1.0", | 26 | "babel-preset-nano-react-app": "^0.1.0", |
| 28 | "sass": "^1.45.2", | 27 | "sass": "^1.78.0", |
| 29 | "typescript": "^3.8.3", | 28 | "typescript": "^5.5.4", |
| 30 | "vite": "^2.6.7" | 29 | "vite": "^5.4.3" |
| 31 | } | 30 | } |
| 32 | } | 31 | } |
