mirror of
https://github.com/SrIzan10/mainwebsite.git
synced 2026-06-06 00:56:58 +00:00
chore: remove unused packages and README file
This commit is contained in:
7
README.md
Normal file
7
README.md
Normal 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
|
||||
@@ -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",
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import yaml from 'js-yaml'
|
||||
import { glob } from 'glob'
|
||||
import * as fs from 'node:fs'
|
||||
import gm from 'gray-matter'
|
||||
|
||||
Reference in New Issue
Block a user