mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 17:25:59 +02:00
57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"name": "tph-website",
|
|
"private": true,
|
|
"description": "A simple starter to get up and developing quickly with Gatsby",
|
|
"version": "0.1.0",
|
|
"author": "TPH",
|
|
"dependencies": {
|
|
"axios": "^0.19.0",
|
|
"babel-plugin-styled-components": "^1.10.6",
|
|
"gatsby": "^2.13.39",
|
|
"gatsby-image": "^2.2.6",
|
|
"gatsby-plugin-manifest": "^2.2.4",
|
|
"gatsby-plugin-offline": "^2.2.4",
|
|
"gatsby-plugin-react-helmet": "^3.1.2",
|
|
"gatsby-plugin-sass": "^2.1.3",
|
|
"gatsby-plugin-sharp": "^2.2.9",
|
|
"gatsby-plugin-styled-components": "^3.1.2",
|
|
"gatsby-plugin-typescript": "^2.1.2",
|
|
"gatsby-remark-prismjs": "^3.3.3",
|
|
"gatsby-remark-vscode": "^1.0.6",
|
|
"gatsby-source-filesystem": "^2.1.6",
|
|
"gatsby-transformer-remark": "^2.6.9",
|
|
"gatsby-transformer-sharp": "^2.2.4",
|
|
"highlight.js": "^9.15.8",
|
|
"node-sass": "^4.12.0",
|
|
"prismjs": "^1.17.1",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"react-helmet": "^5.2.1",
|
|
"react-perfect-scrollbar": "^1.5.3",
|
|
"styled-components": "^4.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^1.18.2"
|
|
},
|
|
"keywords": [
|
|
"gatsby"
|
|
],
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "gatsby build",
|
|
"develop": "gatsby develop",
|
|
"format": "prettier --write src/**/*.{js,jsx}",
|
|
"start": "npm run develop",
|
|
"serve": "gatsby serve",
|
|
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/gatsbyjs/gatsby/issues"
|
|
}
|
|
}
|