Update to mui

This commit is contained in:
glax 2025-05-08 01:12:48 +02:00
parent 698e16cc2b
commit a91452ee8c
5 changed files with 1 additions and 3376 deletions

View File

@ -2,7 +2,7 @@
FROM node:20-alpine AS builder FROM node:20-alpine AS builder
WORKDIR /app WORKDIR /app
COPY . /app COPY ./tranga-website /app
RUN npm install RUN npm install
RUN npm run build RUN npm run build

3328
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,23 +0,0 @@
{
"devDependencies": {
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@types/react": "^18.2.0",
"@types/react-toggle": "^4.0.5",
"react": "^18.3.1",
"react-cookie": "^7.2.1",
"react-dom": "^18.3.1",
"react-toggle": "^4.1.3",
"typescript": "^5.6.3",
"vite": "^6.2.2"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@ramonak/react-progress-bar": "^5.3.0",
"@uiw/react-markdown-preview": "^5.1.3"
}
}

View File

@ -1,15 +0,0 @@
{
"compilerOptions": {
"target": "es2020",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"lib": [
"es2020",
"dom"
],
"jsx": "react-jsx"
}
}

View File

@ -1,9 +0,0 @@
// vite.config.js
import { defineConfig } from 'vite'
export default defineConfig({
server: {
port: '8080'
},
root: 'tranga-website'
})