Skip to content

Commit 430ca86

Browse files
committed
Remove some old unused react-starter dependencies
1 parent beb4de3 commit 430ca86

2 files changed

Lines changed: 7 additions & 404 deletions

File tree

Plan/react/dashboard/package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
"@fullcalendar/interaction": "^6.1.20",
1919
"@fullcalendar/react": "^6.1.20",
2020
"@highcharts/map-collection": "^2.3.2",
21-
"@testing-library/jest-dom": "^6.9.1",
22-
"@testing-library/react": "^16.3.2",
23-
"@testing-library/user-event": "^14.6.1",
2421
"@uiw/react-color-chrome": "^2.9.5",
2522
"@uiw/react-color-wheel": "^2.9.5",
2623
"axios": "^1.13.5",
@@ -43,14 +40,11 @@
4340
"react-select": "^5.10.2",
4441
"react-transition-group": "^4.4.5",
4542
"sass": "^1.97.3",
46-
"source-map-explorer": "^2.5.2",
47-
"swagger-ui": "^5.31.2",
48-
"web-vitals": "^5.1.0"
43+
"swagger-ui": "^5.31.2"
4944
},
5045
"scripts": {
5146
"start": "vite",
52-
"build": "tsc && vite build",
53-
"analyze": "source-map-explorer 'build/static/js/*.js'"
47+
"build": "tsc && vite build"
5448
},
5549
"eslintConfig": {
5650
"extends": [

0 commit comments

Comments
 (0)