Set up docs

This commit is contained in:
Ipmake 2023-12-12 10:33:03 +01:00
parent edc2a339f6
commit bfb587fdb0
3 changed files with 933 additions and 31 deletions

1
docs/main.md Normal file
View File

@ -0,0 +1 @@
# Website for DWL

951
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,16 +9,22 @@
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.19",
"@mui/material": "^5.14.20",
"axios": "^1.6.2",
"next": "14.0.4",
"react": "^18", "react": "^18",
"react-dom": "^18", "react-dom": "^18",
"next": "14.0.4" "zustand": "^4.4.7"
}, },
"devDependencies": { "devDependencies": {
"typescript": "^5",
"@types/node": "^20", "@types/node": "^20",
"@types/react": "^18", "@types/react": "^18",
"@types/react-dom": "^18", "@types/react-dom": "^18",
"eslint": "^8", "eslint": "^8",
"eslint-config-next": "14.0.4" "eslint-config-next": "14.0.4",
"typescript": "^5"
} }
} }