52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "namesny.com",
|
|
"private": true,
|
|
"description": "Personal website",
|
|
"version": "2.0.0",
|
|
"author": "Matus Namesny <matus@namesny.com>",
|
|
"dependencies": {
|
|
"@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",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-helmet": "^6.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "2.4.1"
|
|
},
|
|
"keywords": [
|
|
"gatsby",
|
|
"blog",
|
|
"portfolio"
|
|
],
|
|
"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"
|
|
}
|
|
}
|