mirror of
https://github.com/SrIzan10/mainwebsite.git
synced 2026-06-06 00:56:58 +00:00
53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
|
"name": "mainwebsite",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "node src/blogPostGenerator.js && vite",
|
|
"build": "node src/blogPostGenerator.js && tsc && vite build",
|
|
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.1",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@fortawesome/fontawesome-svg-core": "^6.4.0",
|
|
"@fortawesome/free-brands-svg-icons": "^6.4.0",
|
|
"@fortawesome/free-regular-svg-icons": "^6.4.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"@mui/icons-material": "^5.14.12",
|
|
"@mui/material": "^5.14.5",
|
|
"@types/react-helmet": "^6.1.6",
|
|
"dayjs": "^1.11.9",
|
|
"feed": "^4.2.2",
|
|
"glob": "^10.3.3",
|
|
"gray-matter": "^4.0.3",
|
|
"marked": "^8.0.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-helmet": "^6.1.0",
|
|
"react-markdown": "^8.0.7",
|
|
"react-router-dom": "^6.15.0",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"remark-gfm": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^4.0.5",
|
|
"@types/mdx": "^2.0.6",
|
|
"@types/node": "^20.5.1",
|
|
"@types/react": "^18.0.37",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@types/react-syntax-highlighter": "^15.5.10",
|
|
"@typescript-eslint/eslint-plugin": "^5.59.0",
|
|
"@typescript-eslint/parser": "^5.59.0",
|
|
"@vitejs/plugin-react": "^4.0.0",
|
|
"eslint": "^8.38.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.3.4",
|
|
"typescript": "^5.0.2",
|
|
"vite": "^4.3.9"
|
|
}
|
|
}
|