Files
benramey.com-gatsby.js/package.json

35 lines
883 B
JSON

{
"name": "benramey.com",
"private": true,
"description": "My blog: benramey.com",
"version": "0.1.0",
"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"
},
"dependencies": {
"gatsby": "^2.24.61",
"gatsby-plugin-sass": "^2.3.13",
"node-sass": "^4.14.1",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"devDependencies": {
"bootstrap": "^4.5.2",
"prettier": "2.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}