50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"$schema": "https://json.schemastore.org/package",
|
|
"name": "felschr.com",
|
|
"version": "1.0.0",
|
|
"description": "felschr.com",
|
|
"author": "Felix Schröter",
|
|
"license": "MIT",
|
|
"keywords": ["gatsby"],
|
|
"scripts": {
|
|
"develop": "gatsby develop",
|
|
"start": "gatsby develop",
|
|
"build": "gatsby build",
|
|
"serve": "gatsby serve",
|
|
"clean": "gatsby clean",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.10.4",
|
|
"@emotion/styled": "^11.10.4",
|
|
"@mdx-js/mdx": "^2.0.0",
|
|
"@mdx-js/react": "^2.0.0",
|
|
"@mui/icons-material": "^5.10.6",
|
|
"@mui/material": "^5.10.8",
|
|
"@sindresorhus/slugify": "^2.2.1",
|
|
"gatsby": "^5.14.0",
|
|
"gatsby-plugin-emotion": "^8.14.0",
|
|
"gatsby-plugin-image": "^3.14.0",
|
|
"gatsby-plugin-manifest": "^5.14.0",
|
|
"gatsby-plugin-mdx": "^5.14.0",
|
|
"gatsby-plugin-mdx-frontmatter": "^0.0.4",
|
|
"gatsby-plugin-mdx-source-name": "^1.0.1",
|
|
"gatsby-plugin-react-helmet": "^6.14.0",
|
|
"gatsby-plugin-sharp": "^5.14.0",
|
|
"gatsby-plugin-sitemap": "^6.14.0",
|
|
"gatsby-remark-prismjs": "^7.14.0",
|
|
"gatsby-source-filesystem": "^5.14.0",
|
|
"gatsby-transformer-remark": "^6.14.0",
|
|
"gatsby-transformer-sharp": "^5.14.0",
|
|
"prism-themes": "^1.9.0",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-icons": "^5.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.45",
|
|
"@types/react": "^18.0.15",
|
|
"@types/react-dom": "^18.0.6",
|
|
"typescript": "^4.7.4"
|
|
}
|
|
}
|