chore: remove unused packages and README file

This commit is contained in:
2023-08-23 15:36:39 +02:00
parent 668adb1cf5
commit a96e483e9c
3 changed files with 7 additions and 5 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
# Welcome to Sr Izan's website
My public face on the wild internet.
Hosted on Cloudflare Pages. Made with React, Typescript, Markdown and Material UI.
URL: https://srizan.dev

View File

@@ -10,7 +10,6 @@
"preview": "vite preview"
},
"dependencies": {
"@babel/plugin-syntax-import-attributes": "^7.22.5",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
@@ -18,14 +17,11 @@
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mdx-js/react": "^2.3.0",
"@mdx-js/rollup": "^2.3.0",
"@mui/material": "^5.14.5",
"@types/react-helmet": "^6.1.6",
"dayjs": "^1.11.9",
"glob": "^10.3.3",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",

View File

@@ -1,4 +1,3 @@
import yaml from 'js-yaml'
import { glob } from 'glob'
import * as fs from 'node:fs'
import gm from 'gray-matter'