mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-05-15 02:53:00 +02:00
Update to mui
This commit is contained in:
parent
698e16cc2b
commit
a91452ee8c
@ -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
3328
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
23
package.json
23
package.json
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"compilerOptions": {
|
|
||||||
"target": "es2020",
|
|
||||||
"module": "commonjs",
|
|
||||||
"esModuleInterop": true,
|
|
||||||
"forceConsistentCasingInFileNames": true,
|
|
||||||
"strict": true,
|
|
||||||
"skipLibCheck": true,
|
|
||||||
"lib": [
|
|
||||||
"es2020",
|
|
||||||
"dom"
|
|
||||||
],
|
|
||||||
"jsx": "react-jsx"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
// vite.config.js
|
|
||||||
import { defineConfig } from 'vite'
|
|
||||||
|
|
||||||
export default defineConfig({
|
|
||||||
server: {
|
|
||||||
port: '8080'
|
|
||||||
},
|
|
||||||
root: 'tranga-website'
|
|
||||||
})
|
|
Loading…
x
Reference in New Issue
Block a user