Spaces:
Running
Running
Update index.html
Browse files- index.html +5 -6
index.html
CHANGED
|
@@ -92,7 +92,6 @@
|
|
| 92 |
<script type="importmap">
|
| 93 |
{
|
| 94 |
"imports": {
|
| 95 |
-
"sqlite3": "https://esm.sh/sqlite3@^5.1.7",
|
| 96 |
"lucide-react": "https://esm.sh/lucide-react@^0.563.0",
|
| 97 |
"react-dom/": "https://esm.sh/react-dom@^19.2.4/",
|
| 98 |
"react-router-dom": "https://esm.sh/react-router-dom@^7.13.0",
|
|
@@ -100,17 +99,17 @@
|
|
| 100 |
"@vitejs/plugin-react": "https://esm.sh/@vitejs/plugin-react@^5.1.4",
|
| 101 |
"react/": "https://esm.sh/react@^19.2.4/",
|
| 102 |
"react": "https://esm.sh/react@^19.2.4",
|
| 103 |
-
"path": "https://esm.sh/path@^0.12.7",
|
| 104 |
-
"vite": "https://esm.sh/vite@^7.3.1",
|
| 105 |
"recharts": "https://esm.sh/recharts@^3.7.0",
|
|
|
|
| 106 |
"bcryptjs": "https://esm.sh/bcryptjs@^3.0.3",
|
| 107 |
"url": "https://esm.sh/url@^0.11.4",
|
| 108 |
-
"
|
| 109 |
-
"
|
|
|
|
|
|
|
| 110 |
}
|
| 111 |
}
|
| 112 |
</script>
|
| 113 |
-
<link rel="stylesheet" href="/index.css">
|
| 114 |
</head>
|
| 115 |
<body>
|
| 116 |
<div id="root"></div>
|
|
|
|
| 92 |
<script type="importmap">
|
| 93 |
{
|
| 94 |
"imports": {
|
|
|
|
| 95 |
"lucide-react": "https://esm.sh/lucide-react@^0.563.0",
|
| 96 |
"react-dom/": "https://esm.sh/react-dom@^19.2.4/",
|
| 97 |
"react-router-dom": "https://esm.sh/react-router-dom@^7.13.0",
|
|
|
|
| 99 |
"@vitejs/plugin-react": "https://esm.sh/@vitejs/plugin-react@^5.1.4",
|
| 100 |
"react/": "https://esm.sh/react@^19.2.4/",
|
| 101 |
"react": "https://esm.sh/react@^19.2.4",
|
|
|
|
|
|
|
| 102 |
"recharts": "https://esm.sh/recharts@^3.7.0",
|
| 103 |
+
"express": "https://esm.sh/express@^5.2.1",
|
| 104 |
"bcryptjs": "https://esm.sh/bcryptjs@^3.0.3",
|
| 105 |
"url": "https://esm.sh/url@^0.11.4",
|
| 106 |
+
"cors": "https://esm.sh/cors@^2.8.6",
|
| 107 |
+
"path": "https://esm.sh/path@^0.12.7",
|
| 108 |
+
"vite": "https://esm.sh/vite@^7.3.1",
|
| 109 |
+
"sqlite3": "https://esm.sh/sqlite3@^5.1.7"
|
| 110 |
}
|
| 111 |
}
|
| 112 |
</script>
|
|
|
|
| 113 |
</head>
|
| 114 |
<body>
|
| 115 |
<div id="root"></div>
|