mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +02:00
97 lines
3.1 KiB
JSON
97 lines
3.1 KiB
JSON
{
|
|
"name": "tph-website",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "The official website for The Programmers Hangout",
|
|
"keywords": [
|
|
"gatsby",
|
|
"TPH",
|
|
"The Programmers Hangout"
|
|
],
|
|
"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": "eslint '{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": {
|
|
"@el7cosmos/gatsby-plugin-prefetch-google-fonts": "^2.0.3",
|
|
"@mdx-js/mdx": "^1.6.22",
|
|
"@mdx-js/react": "^1.6.22",
|
|
"@reach/router": "^1.3.4",
|
|
"classnames": "^2.2.6",
|
|
"gatsby": "^2.28.0",
|
|
"gatsby-plugin-layout": "^1.6.0",
|
|
"gatsby-plugin-manifest": "^2.8.0",
|
|
"gatsby-plugin-mdx": "^1.6.0",
|
|
"gatsby-plugin-polished": "^1.0.4",
|
|
"gatsby-plugin-react-helmet": "^3.6.0",
|
|
"gatsby-plugin-react-svg": "^3.0.0",
|
|
"gatsby-plugin-sharp": "^2.10.0",
|
|
"gatsby-plugin-styled-components": "^3.6.0",
|
|
"gatsby-remark-auto-headers-improved": "^1.0.4",
|
|
"gatsby-source-filesystem": "^2.7.0",
|
|
"gatsby-transformer-sharp": "^2.8.0",
|
|
"github-slugger": "^1.3.0",
|
|
"lodash": "^4.17.20",
|
|
"polished": "^3.6.3",
|
|
"prismjs": "^1.20.0",
|
|
"ramda": "^0.27.0",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-helmet": "^6.0.0",
|
|
"react-highlight": "^0.12.0",
|
|
"react-particles-js": "^3.2.1",
|
|
"react-perfect-scrollbar": "^1.5.8",
|
|
"react-scrollspy": "^3.4.2",
|
|
"styled-components": "^5.1.1",
|
|
"typescript": "^3.9.3",
|
|
"uuid": "^8.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-codegen/cli": "^1.15.0",
|
|
"@graphql-codegen/typescript": "1.15.0",
|
|
"@graphql-codegen/typescript-operations": "1.15.0",
|
|
"@graphql-codegen/typescript-react-apollo": "1.15.0",
|
|
"@types/classnames": "^2.2.10",
|
|
"@types/lodash": "^4.14.153",
|
|
"@types/prismjs": "^1.16.1",
|
|
"@types/ramda": "^0.27.6",
|
|
"@types/react": "^16.9.35",
|
|
"@types/react-dom": "^16.9.8",
|
|
"@types/react-helmet": "^6.0.0",
|
|
"@types/react-scrollspy": "^3.3.2",
|
|
"@types/styled-components": "^5.1.0",
|
|
"@types/uuid": "^8.3.0",
|
|
"@typescript-eslint/eslint-plugin-tslint": "^3.8.0",
|
|
"babel-plugin-polished": "^1.1.0",
|
|
"babel-plugin-styled-components": "^1.10.7",
|
|
"discord.js": "^12.4.1",
|
|
"eslint-config-prettier": "^6.11.0",
|
|
"eslint-plugin-import": "^2.22.0",
|
|
"eslint-plugin-jsdoc": "^30.2.1",
|
|
"eslint-plugin-prefer-arrow": "^1.2.2",
|
|
"eslint-plugin-react": "^7.20.5",
|
|
"eslint-plugin-react-hooks": "^4.1.0",
|
|
"gatsby-plugin-remove-trailing-slashes": "^2.3.3",
|
|
"prettier": "^2.0.5",
|
|
"tslint": "^6.1.2",
|
|
"tslint-config-prettier": "^1.18.0"
|
|
}
|
|
}
|