-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 3.71 KB
/
package.json
File metadata and controls
107 lines (107 loc) · 3.71 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "3perf.com",
"version": "1.0.0",
"private": true,
"browserslist": [
"defaults and supports es6-module",
"maintained node versions"
],
"dependencies": {
"@fontsource/fira-code": "^4.5.10",
"@fontsource/merriweather": "^4.5.12",
"@fontsource/montserrat": "^4.5.11",
"@reach/router": "^1.3.4",
"@types/lodash": "^4.14.154",
"assert-never": "^1.2.1",
"aws-lambda": "^1.0.6",
"classnames": "^2.2.6",
"gatsby": "^5.11.0",
"gatsby-link": "^5.11.0",
"gatsby-plugin-image": "^3.11.0",
"gatsby-plugin-manifest": "^5.11.0",
"gatsby-plugin-sitemap": "^6.12.0",
"gatsby-react-router-scroll": "^6.11.0",
"gatsby-remark-reading-time": "^1.1.0",
"invariant": "^2.2.4",
"lodash": "^4.17.15",
"netlify-lambda": "^1.6.3",
"node-fetch": "^3.1.1",
"polished": "^3.6.4",
"prismjs": "^1.27.0",
"query-string": "^6.12.1",
"react": "canary",
"react-dom": "canary",
"react-is": "^18.2.0",
"react-script-tag": "^1.1.2",
"react-twitter-widgets": "^1.7.1",
"strip-indent": "^3.0.0",
"styled-components": "^6.0.4",
"ts-assert-exists": "^1.0.4"
},
"scripts": {
"build": "gatsby build",
"develop": "cross-env GATSBY_MAILCHIMP_3PERF_SUBSCRIBERS=FAKE_URL DEV_SITE_HOSTNAME_OVERRIDE=localhost:8000 gatsby develop",
"build-locally": "cross-env GATSBY_MAILCHIMP_3PERF_SUBSCRIBERS=FAKE_URL DEV_SITE_HOSTNAME_OVERRIDE=localhost:3000 yarn build",
"format": "prettier --write 'src/**/*.{ts,tsx}'",
"lint": "eslint --fix 'src/**/*.{ts,tsx}'"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-object-assign": "^7.22.5",
"@babel/preset-env": "^7.22.9",
"@babel/preset-typescript": "^7.22.5",
"@netlify/plugin-gatsby": "^3.6.2",
"@types/aws-lambda": "^8.10.53",
"@types/cheerio": "^0.22.18",
"@types/classnames": "^2.2.10",
"@types/invariant": "^2.2.33",
"@types/lossless-json": "^1.0.0",
"@types/node-fetch": "^2.5.7",
"@types/prop-types": "^15.5.2",
"@types/reach__router": "^1.3.5",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-mailchimp-subscribe": "^2.0.1",
"@weknow/gatsby-remark-twitter": "^0.2.3",
"babel-plugin-styled-components": "^2.1.4",
"block-elements": "^1.2.0",
"cheerio": "^1.0.0",
"cross-env": "^7.0.2",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-react": "^7.24.0",
"gatsby-plugin-feed": "^5.11.0",
"gatsby-plugin-lodash": "^6.11.0",
"gatsby-plugin-netlify": "^5.1.0",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-sharp": "^5.11.0",
"gatsby-plugin-styled-components": "^6.11.0",
"gatsby-plugin-typescript": "^5.11.0",
"gatsby-remark-autolink-headers": "^6.11.0",
"gatsby-remark-copy-linked-files": "^6.11.0",
"gatsby-remark-custom-blocks": "^5.11.1",
"gatsby-remark-images": "^7.11.0",
"gatsby-remark-images-anywhere": "^1.3.1",
"gatsby-remark-prismjs": "^7.11.0",
"gatsby-remark-source-name": "^1.0.0",
"gatsby-source-filesystem": "^5.11.0",
"gatsby-transformer-remark": "^6.11.0",
"gatsby-transformer-sharp": "^5.11.0",
"js-yaml": "^3.14.0",
"json5": "^2.2.3",
"mdast-util-toc": "^5.0.3",
"mime-types": "^2.1.35",
"posthtml-parser": "^0.11.0",
"posthtml-render": "^3.0.0",
"prettier": "^2.0.5",
"remark-directive": "^1",
"remark-image-attributes": "^0.2.1",
"subfont": "^5.0.2",
"typescript": "^5.1.6",
"unist-util-visit": "^2.0.2",
"unist-util-visit-parents": "^3.0.2"
},
"packageManager": "yarn@4.10.0"
}