2020-09-16 18:40:52 +00:00
|
|
|
{
|
2021-03-12 13:29:57 +00:00
|
|
|
"name": "namesny.com",
|
2020-09-16 18:40:52 +00:00
|
|
|
"private": true,
|
2021-03-12 13:29:57 +00:00
|
|
|
"description": "Personal website",
|
|
|
|
"version": "2.0.0",
|
|
|
|
"author": "Matus Namesny <matus@namesny.com>",
|
2020-09-16 18:40:52 +00:00
|
|
|
"dependencies": {
|
2021-09-28 17:16:31 +00:00
|
|
|
"@fontsource/fira-mono": "^4.5.0",
|
2022-01-23 16:31:19 +00:00
|
|
|
"@fontsource/open-sans": "^4.5.2",
|
|
|
|
"gatsby": "^4.5.4",
|
2021-09-28 17:16:31 +00:00
|
|
|
"gatsby-image": "^3.11.0",
|
2022-01-23 16:31:19 +00:00
|
|
|
"gatsby-plugin-manifest": "^4.5.2",
|
|
|
|
"gatsby-plugin-offline": "^5.5.2",
|
|
|
|
"gatsby-plugin-react-helmet": "^5.5.0",
|
|
|
|
"gatsby-plugin-sass": "^5.5.0",
|
|
|
|
"gatsby-plugin-sharp": "^4.5.2",
|
|
|
|
"gatsby-source-filesystem": "^4.5.2",
|
|
|
|
"gatsby-transformer-remark": "^5.5.2",
|
|
|
|
"gatsby-transformer-sharp": "^4.5.0",
|
2020-09-16 18:40:52 +00:00
|
|
|
"prop-types": "^15.7.2",
|
2021-09-28 17:16:31 +00:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
2022-01-23 16:31:19 +00:00
|
|
|
"react-helmet": "^6.1.0",
|
|
|
|
"sass": "^1.49.0"
|
2020-09-16 18:40:52 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-23 16:31:19 +00:00
|
|
|
"prettier": "^2.5.1"
|
2020-09-16 18:40:52 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
2021-03-12 13:29:57 +00:00
|
|
|
"gatsby",
|
|
|
|
"blog",
|
|
|
|
"portfolio"
|
2020-09-16 18:40:52 +00:00
|
|
|
],
|
|
|
|
"license": "0BSD",
|
|
|
|
"scripts": {
|
|
|
|
"build": "gatsby build",
|
|
|
|
"develop": "gatsby develop",
|
|
|
|
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
|
|
|
|
"start": "npm run develop",
|
|
|
|
"serve": "gatsby serve",
|
|
|
|
"clean": "gatsby clean",
|
|
|
|
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/gatsbyjs/gatsby/issues"
|
|
|
|
}
|
|
|
|
}
|