namesny-com/package.json

52 lines
1.4 KiB
JSON
Raw Normal View History

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-03-12 13:29:57 +00:00
"@fontsource/fira-mono": "^4.2.2",
"@fontsource/open-sans": "^4.2.2",
2020-09-16 18:40:52 +00:00
"gatsby": "^2.24.61",
"gatsby-image": "^2.4.19",
"gatsby-plugin-manifest": "^2.4.30",
"gatsby-plugin-offline": "^3.2.28",
"gatsby-plugin-react-helmet": "^3.3.11",
"gatsby-plugin-sass": "^2.3.13",
"gatsby-plugin-sharp": "^2.6.36",
"gatsby-source-filesystem": "^2.3.30",
2020-09-20 19:40:02 +00:00
"gatsby-transformer-remark": "^2.8.35",
2020-09-16 18:40:52 +00:00
"gatsby-transformer-sharp": "^2.5.15",
"node-sass": "^4.14.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"prettier": "2.1.1"
},
"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"
}
}