summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/package.json b/package.json
index 948e21f..f46b714 100644
--- a/package.json
+++ b/package.json
@@ -10,22 +10,22 @@
10 }, 10 },
11 "license": "MIT", 11 "license": "MIT",
12 "dependencies": { 12 "dependencies": {
13 "bootstrap": "^5.3.3", 13 "@microlink/react-json-view": "^1.31.15",
14 "bootstrap-icons": "^1.11.3", 14 "bootstrap": "^5.3.8",
15 "bootstrap-icons": "^1.13.1",
15 "classnames": "^2.5.1", 16 "classnames": "^2.5.1",
16 "dayjs": "^1.11.13", 17 "dayjs": "^1.11.20",
17 "react": "^18.3.1", 18 "react": "^19.2.4",
18 "react-bootstrap": "^2.10.4", 19 "react-bootstrap": "^2.10.10",
19 "react-dom": "^18.3.1", 20 "react-dom": "^19.2.4"
20 "react-json-view": "^1.21.3"
21 }, 21 },
22 "devDependencies": { 22 "devDependencies": {
23 "@types/react": "^18.3.5", 23 "@types/react": "^19.2.14",
24 "@types/react-dom": "^18.3.0", 24 "@types/react-dom": "^19.2.3",
25 "@vitejs/plugin-react": "^4.3.1", 25 "@vitejs/plugin-react": "^6.0.1",
26 "babel-preset-nano-react-app": "^0.1.0", 26 "babel-preset-nano-react-app": "^0.1.0",
27 "sass": "^1.78.0", 27 "sass": "^1.99.0",
28 "typescript": "^5.5.4", 28 "typescript": "^6.0.2",
29 "vite": "^5.4.3" 29 "vite": "^8.0.3"
30 } 30 }
31} 31}