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-09-28 17:16:31 +00:00
"@fontsource/fira-mono": "^4.5.0",
"@fontsource/open-sans": "^4.5.1",
"gatsby": "^3.14.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-manifest": "^3.14.0",
"gatsby-plugin-offline": "^4.14.0",
"gatsby-plugin-react-helmet": "^4.14.0",
"gatsby-plugin-sass": "^4.14.0",
"gatsby-plugin-sharp": "^3.14.0",
"gatsby-source-filesystem": "^3.14.0",
"gatsby-transformer-remark": "^4.11.0",
"gatsby-transformer-sharp": "^3.14.0",
"node-sass": "^6.0.1",
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",
2020-09-16 18:40:52 +00:00
"react-helmet": "^6.1.0"
},
"devDependencies": {
2021-09-28 17:16:31 +00:00
"prettier": "2.4.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"
}
}