ibag
Version:
A visual, fast, and customizable front-end scaffolding.
42 lines (41 loc) • 1.07 kB
JSON
{
"name": "gatsby-starter-hello-world",
"private": true,
"description": "A simplified bare-bones starter for Gatsby",
"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 -o",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"autoprefixer": "^10.2.5",
"axios": "^0.21.1",
"gatsby": "^3.2.1",
"gatsby-plugin-postcss": "^4.2.0",
"postcss": "^8.2.9",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"tailwindcss": "^2.0.4"
},
"devDependencies": {
"prettier": "2.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"eslintConfig": {
"rules": {
"jsx-a11y/click-events-have-key-events": 0
}
}
}