You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
975 B
32 lines
975 B
{
|
|
"name": "personal-website",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.21",
|
|
"@fortawesome/free-brands-svg-icons": "^5.10.1",
|
|
"@fortawesome/free-solid-svg-icons": "^5.10.1",
|
|
"@fortawesome/react-fontawesome": "^0.1.4",
|
|
"gatsby": "^2.31.0",
|
|
"gatsby-plugin-feed": "^2.12.0",
|
|
"gatsby-plugin-react-helmet": "^3.1.3",
|
|
"gatsby-plugin-styled-components": "^3.10.0",
|
|
"gatsby-remark-prismjs": "^3.13.0",
|
|
"gatsby-source-filesystem": "^2.10.0",
|
|
"gatsby-transformer-remark": "^2.6.14",
|
|
"prismjs": "^1.23.0",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-helmet": "^5.2.1",
|
|
"styled-components": "^5.2.1",
|
|
"zustand": "^3.3.1"
|
|
},
|
|
"scripts": {
|
|
"build": "gatsby build",
|
|
"start": "gatsby develop",
|
|
"format": "prettier --write 'src/**/*.js'",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^1.14.3"
|
|
}
|
|
}
|