Explorar el Código

AI: 基本 React 项目设置

D8D AI hace 1 año
padre
commit
c721369097
Se han modificado 2 ficheros con 1 adiciones y 6 borrados
  1. 1 5
      package.json
  2. 0 1
      src/main.jsx

+ 1 - 5
package.json

@@ -10,13 +10,9 @@
   },
   "dependencies": {
     "react": "^18.2.0",
-    "react-dom": "^18.2.0",
-    "xlsx": "^0.18.5",
-    "axios": "^0.27.2"
+    "react-dom": "^18.2.0"
   },
   "devDependencies": {
-    "@types/react": "^18.0.28",
-    "@types/react-dom": "^18.0.11",
     "@vitejs/plugin-react": "^3.1.0",
     "vite": "^4.2.0"
   }

+ 0 - 1
src/main.jsx

@@ -1,7 +1,6 @@
 import React from 'react'
 import ReactDOM from 'react-dom/client'
 import App from './App.jsx'
-import './index.css'
 
 ReactDOM.createRoot(document.getElementById('root')).render(
   <React.StrictMode>