testrepo/package.json

50 lines
1.4 KiB
JSON
Raw Permalink Normal View History

{
"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",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
2021-04-17 22:45:19 +00:00
"@tailwindcss/typography": "^0.4.0",
"autoprefixer": "^10.2.5",
"gatsby": "^3.2.1",
2021-04-17 22:45:19 +00:00
"gatsby-plugin-graphql-codegen": "^2.7.1",
"gatsby-plugin-postcss": "^4.3.0",
2021-04-18 00:25:17 +00:00
"gatsby-plugin-react-helmet": "^4.3.0",
2021-04-17 22:45:19 +00:00
"gatsby-plugin-sass": "^4.3.0",
2021-08-02 21:13:54 +00:00
"gatsby-plugin-sharp": "^3.10.2",
2021-05-08 19:44:07 +00:00
"gatsby-plugin-sitemap": "^4.0.0",
2021-08-02 21:13:54 +00:00
"gatsby-remark-images": "^5.7.0",
2021-04-17 22:45:19 +00:00
"gatsby-remark-prismjs": "^5.0.0",
2021-08-02 21:13:54 +00:00
"gatsby-remark-relative-images": "^2.0.2",
2021-04-17 22:45:19 +00:00
"gatsby-source-filesystem": "^3.3.0",
"gatsby-transformer-remark": "^4.0.0",
"postcss": "^8.2.10",
"prismjs": "^1.23.0",
"react": "^17.0.1",
2021-04-17 22:45:19 +00:00
"react-dom": "^17.0.1",
2021-04-18 00:25:17 +00:00
"react-helmet": "^6.1.0",
2021-04-17 22:45:19 +00:00
"sass": "^1.32.10",
"tailwindcss": "^2.1.1"
},
"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"
}
}