mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 17:25:59 +02:00
82 lines
2.7 KiB
JSON
82 lines
2.7 KiB
JSON
{
|
|
"name": "tph-website",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "A simple starter to get up and developing quickly with Gatsby",
|
|
"keywords": [
|
|
"gatsby"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/the-programmers-hangout/website/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/the-programmers-hangout/website"
|
|
},
|
|
"license": "MIT",
|
|
"author": "TPH",
|
|
"scripts": {
|
|
"build": "gatsby build",
|
|
"codegen": "graphql-codegen --config codegen.yml",
|
|
"develop": "gatsby develop",
|
|
"fetch-users": "node ./scripts/fetchUsers.js",
|
|
"format": "prettier --write src/{**,**/**}/*.{js,ts,tsx,md}",
|
|
"lint": "tslint -p tsconfig.json -c tslint.json '{src,scripts}/**/*.{js,ts,tsx}'",
|
|
"lint:fix": "npm run lint -- --fix",
|
|
"serve": "gatsby serve",
|
|
"start": "npm run develop",
|
|
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
|
|
},
|
|
"dependencies": {
|
|
"@reach/router": "^1.2.1",
|
|
"gatsby": "^2.19.7",
|
|
"gatsby-plugin-layout": "^1.1.21",
|
|
"gatsby-plugin-manifest": "^2.2.39",
|
|
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
|
|
"gatsby-plugin-react-helmet": "^3.1.21",
|
|
"gatsby-plugin-react-svg": "^3.0.0",
|
|
"gatsby-plugin-sharp": "^2.4.3",
|
|
"gatsby-plugin-styled-components": "^3.1.16",
|
|
"gatsby-plugin-typescript": "^2.1.23",
|
|
"gatsby-remark-auto-headers": "^1.0.3",
|
|
"gatsby-remark-katex": "^3.1.20",
|
|
"gatsby-source-filesystem": "^2.1.43",
|
|
"gatsby-transformer-remark": "^2.6.45",
|
|
"gatsby-transformer-sharp": "^2.3.9",
|
|
"katex": "^0.11.1",
|
|
"lodash": "^4.17.15",
|
|
"polished": "^3.4.2",
|
|
"prismjs": "^1.17.1",
|
|
"ramda": "^0.26.1",
|
|
"react": "^16.12.0",
|
|
"react-dom": "^16.12.0",
|
|
"react-helmet": "^5.2.1",
|
|
"react-highlight": "^0.12.0",
|
|
"react-particles-js": "^2.7.0",
|
|
"react-perfect-scrollbar": "^1.5.3",
|
|
"styled-components": "^4.4.1",
|
|
"typescript": "^3.7.4"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-codegen/cli": "^1.9.1",
|
|
"@graphql-codegen/typescript": "1.9.1",
|
|
"@graphql-codegen/typescript-operations": "1.9.1",
|
|
"@graphql-codegen/typescript-react-apollo": "1.9.1",
|
|
"@types/lodash": "^4.14.149",
|
|
"@types/prismjs": "^1.16.0",
|
|
"@types/ramda": "^0.26.39",
|
|
"@types/react": "^16.9.17",
|
|
"@types/react-dom": "^16.9.4",
|
|
"@types/react-helmet": "^5.0.14",
|
|
"@types/styled-components": "^4.4.1",
|
|
"babel-plugin-styled-components": "^1.10.6",
|
|
"discord.js": "^11.5.1",
|
|
"gatsby-plugin-remove-trailing-slashes": "^2.1.17",
|
|
"prettier": "^1.19.1",
|
|
"tslint": "^5.20.1",
|
|
"tslint-config-prettier": "^1.18.0",
|
|
"tslint-eslint-rules": "^5.4.0",
|
|
"tslint-react-hooks": "^2.2.1"
|
|
}
|
|
}
|