-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.97 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "gatsby-starter-typescript",
"description": "boxshadows.co",
"version": "1.0.0",
"dependencies": {
"@reach/router": "^1.2.1",
"@react-hook/window-size": "^1.0.12",
"@sentry/browser": "^5.11.1",
"@types/lodash.xor": "^4.5.6",
"@typescript-eslint/eslint-plugin": "^2.16.0",
"@typescript-eslint/parser": "^2.16.0",
"babel-plugin-styled-components": "^1.10.6",
"color": "^3.1.2",
"drag-scroll-provider": "^1.0.6",
"eslint-config-react-app": "^5.1.0",
"eslint-plugin-react-hooks": "^2.3.0",
"gatsby": "^2.18.23",
"gatsby-image": "^2.2.39",
"gatsby-link": "^2.2.28",
"gatsby-plugin-fathom": "^1.2.0",
"gatsby-plugin-favicon": "^3.1.6",
"gatsby-plugin-graphql-codegen": "^2.1.1",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^3.1.21",
"gatsby-plugin-sentry": "^1.0.1",
"gatsby-plugin-sharp": "^2.4.0",
"gatsby-plugin-styled-components": "^3.1.17",
"gatsby-plugin-typescript": "^2.1.26",
"gatsby-source-filesystem": "^2.1.46",
"gatsby-transformer-json": "^2.2.25",
"gatsby-transformer-sharp": "^2.3.13",
"hex-to-rgba": "^2.0.1",
"lodash.xor": "^4.5.0",
"pure-react-carousel": "^1.24.1",
"query-string": "^6.10.0",
"react": "^16.12.0",
"react-copy-to-clipboard": "^5.0.2",
"react-custom-scroll": "^4.1.5",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-indiana-drag-scroll": "^1.5.4",
"styled-components": "^5.0.0",
"typescript": "^3.7.5"
},
"keywords": [
"gatsby, typescript"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "yarn develop",
"format": "prettier --parser typescript --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.ts*\"",
"test": "echo \"Error: no test specified\" && exit 1",
"component": "mkdir src/components/$NAME && cd src/components/$NAME && touch $NAME.tsx && touch index.ts && touch styles.ts && echo \"export { default } from './$NAME';\" >> index.ts && echo \"import styled from 'styled-components'; >> styles.ts\""
},
"devDependencies": {
"@types/color": "^3.0.1",
"@types/node": "^13.1.7",
"@types/react": "16.9.17",
"@types/react-custom-scrollbars": "^4.0.6",
"@types/react-dom": "16.9.4",
"@types/react-helmet": "^5.0.15",
"@types/styled-components": "^4.4.2",
"@typescript-eslint/eslint-plugin": "2.9.0",
"@typescript-eslint/parser": "2.11.0",
"babel-eslint": "10.0.3",
"eslint": "6.8.0",
"eslint-config-react-app": "5.1.0",
"eslint-loader": "3.0.3",
"eslint-plugin-flowtype": "4.6.0",
"eslint-plugin-import": "2.20.0",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.18.0",
"eslint-plugin-react-hooks": "2.3.0",
"prettier": "^1.18.2"
},
"contributors": [
"fabien0102 <fabien0102@gmail.com>",
"Hays Clark <hays.clark@gmail.com>"
]
}