-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
129 lines (129 loc) · 4.13 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
{
"name": "macieksitkowski.com",
"private": true,
"description": "Maciek's personal website",
"version": "1.0.5",
"author": "Maciek Sitkowski (https://macieksitkowski.com)",
"dependencies": {
"@babel/runtime": "^7.14.5",
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.4.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@reach/router": "^1.3.4",
"@sindresorhus/slugify": "^1.1.0",
"d3": "^7.0.0",
"dotenv": "^8.2.0",
"dotenv-parse-variables": "^1.0.1",
"formik": "^2.2.6",
"gatsby": "^3.7.1",
"gatsby-image": "^3.7.1",
"gatsby-link": "^3.7.1",
"gatsby-parallel-runner": "^1.3.0",
"gatsby-plugin-catch-links": "^3.7.1",
"gatsby-plugin-emotion": "^6.7.1",
"gatsby-plugin-manifest": "^3.7.1",
"gatsby-plugin-mdx": "^2.7.1",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-nprogress": "^3.7.1",
"gatsby-plugin-preact": "^5.7.1",
"gatsby-plugin-react-helmet": "^4.7.1",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-robots-txt": "1.5.6",
"gatsby-plugin-sharp": "^3.7.1",
"gatsby-plugin-sitemap": "^4.3.1",
"gatsby-plugin-typography": "^3.7.1",
"gatsby-remark-autolink-headers": "^4.4.1",
"gatsby-remark-copy-linked-files": "^4.4.1",
"gatsby-remark-embedder": "^5.0.0",
"gatsby-remark-images": "^5.4.1",
"gatsby-source-filesystem": "^3.7.1",
"gatsby-transformer-remark": "^4.4.1",
"gatsby-transformer-sharp": "^3.7.1",
"http-proxy-middleware": "^2.0.0",
"lodash": "^4.17.21",
"match-sorter": "^6.3.0",
"nodemailer": "^6.6.1",
"ow": "^0.24.1",
"polished": "^4.1.3",
"preact": "^10.5.13",
"preact-render-to-string": "^5.1.19",
"prism-react-renderer": "^1.2.1",
"prism-themes": "^1.7.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-countdown-now": "^2.1.2",
"react-dom": "^17.0.2",
"react-helmet": "~6.1.0",
"react-markdown": "^6.0.2",
"react-share": "^4.4.0",
"react-tsparticles": "^1.28.0",
"react-typography": "^0.16.20",
"rehype-document": "^5.1.0",
"rehype-format": "^3.1.0",
"rehype-raw": "^5.1.0",
"rehype-stringify": "^8.0.0",
"remark": "^13.0.0",
"remark-parse": "^9.0.0",
"remark-rehype": "^8.1.0",
"strip-indent": "^4.0.0",
"strip-markdown": "^4.0.0",
"topojson": "^3.0.2",
"typography": "^0.16.21",
"unified": "^9.2.1",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@netlify/zip-it-and-ship-it": "^4.3.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/react-hooks": "^7.0.0",
"@testing-library/user-event": "^13.1.9",
"babel-jest": "^27.0.2",
"babel-preset-gatsby": "^1.7.1",
"dotenv-cli": "^4.0.0",
"eslint": "^7.28.0",
"eslint-config-kentcdodds": "^19.0.0",
"eslint-plugin-jest": "^24.3.6",
"husky": "^4.3.5",
"identity-obj-proxy": "^3.0.0",
"is-ci-cli": "^2.1.2",
"jest": "^27.0.4",
"lint-staged": "^10.5.3",
"netlify-lambda": "^2.0.8",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.1",
"react-test-renderer": "^17.0.2",
"rimraf": "^3.0.2",
"start-server-and-test": "^1.12.5"
},
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"dev": "npm-run-all --parallel dev:*",
"dev:gatsby": "gatsby develop",
"dev:functions": "dotenv -e ./netlify/.env netlify-lambda serve netlify/functions",
"start": "gatsby serve --port 5020",
"setup": "npm install && npm run validate",
"netlify": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby-parallel-runner",
"validate": "npm run build",
"lint": "eslint .",
"format": "prettier --write \"**/*.+(js|jsx|json|yml|yaml|css|less|scss|ts|tsx|graphql|md|mdx)\"",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch",
"test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watch"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"browserslist": [
">1%",
"not dead"
]
}