-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
170 lines (170 loc) · 5.55 KB
/
package.json
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"name": "jc-home",
"version": "1.0.0",
"description": "Blog/Portfolio using Gatsby with MDX, Typescript and React",
"keywords": [
"gatsby",
"blog",
"portfolio"
],
"repository": "https://github.com/JCMais/home",
"license": "MIT",
"author": "Jonathan Cardoso Machado <[email protected]> (https://jonathancardoso.dev/)",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"c:b:s": "yarn clean && gatsby build && gatsby serve",
"c:d:w": "yarn clean:dev:watch",
"clean": "rimraf .cache public",
"clean:dev": "yarn clean && yarn dev",
"clean:dev:watch": "yarn clean && yarn dev:watch",
"d:w": "yarn dev:watch",
"debug": "nodemon --exec \"node --inspect-brk --no-lazy node_modules/.bin/gatsby develop\"",
"dev": "cross-env ENABLE_GATSBY_REFRESH_ENDPOINT=true gatsby develop --host 0.0.0.0",
"dev:watch": "nodemon --verbose --exec \"kill-port --port 8000 && yarn dev\"",
"g": "concurrently \"yarn gen:gatsby\" \"yarn gen:src\"",
"g:g": "yarn gen:gatsby",
"g:s": "yarn gen:src",
"gen:gatsby": "graphql-codegen --config codegen.gatsby.yml",
"gen:src": "graphql-codegen --config codegen.src.yml",
"gtd": "graphql-typescript-definitions --schema-path 'graphql/schema.graphql' --schema-types-path 'src/schema'",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.mdx",
"prettier-write": "prettier --write \"src/**/*.js\"",
"refresh": "curl -X POST http://localhost:8000/__refresh",
"release": "auto shipit",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\"",
"type-check": "tsc --pretty --noEmit"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.@(ts|tsx|js|jsx|mdx)": [
"yarn eslint --fix",
"yarn prettier --write"
],
"*.json": [
"yarn prettier --write"
],
"package.json": [
"yarn sort-package-json"
]
},
"nodemonConfig": {
"delay": "1500",
"ignore": [
".cache/*",
"public/*",
"schema.json",
"src/*"
]
},
"resolutions": {
"**/graphql": "^14.7.0"
},
"dependencies": {
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.16",
"@reach/router": "^1.3.4",
"@rebass/forms": "^4.0.6",
"@rebass/space": "^4.0.5",
"@sindresorhus/slugify": "^1.1.0",
"core-js": "^3.6.5",
"emotion-theming": "^10.0.27",
"gatsby": "^2.24.53",
"gatsby-image": "^2.4.16",
"gatsby-plugin-emotion": "^4.3.10",
"gatsby-plugin-google-analytics": "^2.3.13",
"gatsby-plugin-manifest": "^2.4.26",
"gatsby-plugin-mdx": "^1.2.37",
"gatsby-plugin-netlify": "^2.3.13",
"gatsby-plugin-parent-resolvers": "^1.0.2",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sharp": "^2.6.30",
"gatsby-plugin-sitemap": "^2.4.12",
"gatsby-plugin-typescript": "^2.4.18",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.12",
"gatsby-remark-code-titles": "^1.1.0",
"gatsby-remark-copy-linked-files": "^2.3.12",
"gatsby-remark-embed-snippet": "^4.3.14",
"gatsby-remark-images": "^3.3.28",
"gatsby-remark-prismjs": "^3.5.11",
"gatsby-source-filesystem": "^2.3.27",
"gatsby-transformer-sharp": "^2.5.13",
"i18next": "^19.7.0",
"i18next-browser-languagedetector": "^6.0.1",
"i18next-sync-fs-backend": "^1.1.1",
"i18next-xhr-backend": "^3.2.2",
"moment": "^2.27.0",
"prism-react-renderer": "^1.1.1",
"prismjs": "^1.21.0",
"react": "^16.13.1",
"react-dom": "npm:@hot-loader/react-dom",
"react-feather": "^2.0.8",
"react-helmet": "^6.1.0",
"react-i18next": "^11.7.2",
"react-spring": "^8.0.27",
"rebass": "^4.0.7",
"rehype-accessible-emojis": "^0.3.2",
"rehype-autolink-headings": "^4.0.0",
"rehype-slug": "^3.0.0",
"rehype-toc": "^3.0.2",
"remark-abbr": "^1.4.0",
"remark-captions": "^2.2.0",
"styled-system": "^5.1.5",
"typeface-fira-code": "^1.1.4",
"typeface-karma": "^0.0.71",
"typeface-lato": "^0.0.75",
"typeface-quicksand": "^1.1.4",
"unist-util-find-after": "^3.0.0",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.17.8",
"@graphql-codegen/typescript": "^1.17.9",
"@graphql-codegen/typescript-operations": "^1.17.8",
"@types/mdx-js__react": "^1.5.2",
"@types/node": "^14.6.2",
"@types/react": "^16.9.48",
"@types/react-dom": "^16.9.8",
"@types/react-helmet": "^6.1.0",
"@types/rebass": "^4.0.6",
"@types/rebass__forms": "^4.0.2",
"@types/styled-system": "^5.1.10",
"@types/youtube": "^0.0.39",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"babel-eslint": "^10.1.0",
"concurrently": "^5.3.0",
"cross-env": "^7.0.2",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-custom-alias": "^1.2.0",
"eslint-plugin-graphql": "^4.0.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-mdx": "^1.8.2",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"graphql": "^14.7.0",
"husky": "^4.2.5",
"kill-port": "^1.6.1",
"lint-staged": "^10.2.13",
"mkdirp": "^1.0.4",
"node-libcurl": "^2.2.0",
"nodemon": "^2.0.4",
"prettier": "^2.1.1",
"rimraf": "^3.0.2",
"sort-package-json": "^1.44.0",
"ts-node": "^9.0.0",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.0.2",
"typescript-styled-plugin": "^0.15.0",
"write": "^2.0.0"
}
}