website/package.json

44 lines
1.3 KiB
JSON
Raw Normal View History

2020-11-27 16:08:32 +00:00
{
2020-11-28 05:07:26 +00:00
"name": "eddie.sh",
2020-11-27 16:08:32 +00:00
"private": true,
2020-11-28 05:07:26 +00:00
"description": "Personal website",
2020-11-27 16:08:32 +00:00
"version": "0.1.0",
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.18",
"@mdx-js/react": "^1.6.18",
2021-05-02 01:03:17 +00:00
"gatsby": "^3.0.0",
"gatsby-plugin-mdx": "^2.4.0",
2020-11-27 20:25:22 +00:00
"gatsby-plugin-mdx-frontmatter": "^0.0.2",
2021-05-02 01:03:17 +00:00
"gatsby-plugin-react-helmet": "^4.4.0",
"gatsby-plugin-typography": "^3.4.0",
"gatsby-remark-prismjs": "^5.1.0",
"gatsby-remark-smartypants": "^4.1.0",
"gatsby-source-filesystem": "^3.4.0",
"gatsby-transformer-remark": "^4.1.0",
2020-11-27 16:08:32 +00:00
"prismjs": "^1.21.0",
2021-05-02 01:03:17 +00:00
"react": "^17.0.2",
"react-dom": "^17.0.2",
2020-11-27 16:08:32 +00:00
"react-helmet": "^6.1.0",
"react-typography": "^0.16.19",
"typography": "^0.16.19"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"eslint": "^7.9.0",
"eslint-loader": "^4.0.2",
2021-05-02 01:03:17 +00:00
"gatsby-plugin-eslint": "^3.0.0",
"prettier": "2.2.1",
2020-11-27 16:08:32 +00:00
"typescript": "^4.0.3"
}
}