forked from newrelic/developer-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
134 lines (134 loc) · 4.08 KB
/
package.json
File metadata and controls
134 lines (134 loc) · 4.08 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
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
{
"name": "developer-website",
"private": true,
"version": "1.91.1",
"dependencies": {
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.3.0",
"@mdx-js/mdx": "^1.6.19",
"@mdx-js/react": "^1.6.19",
"@newrelic/gatsby-theme-newrelic": "6.8.0",
"@splitsoftware/splitio-react": "^1.2.0",
"@xstate/react": "^1.0.2",
"classnames": "^2.2.6",
"date-fns": "^2.16.1",
"diff": "^4.0.2",
"fal": "^0.1.1",
"gatsby": "^3.8.0",
"gatsby-image": "^3.8.0",
"gatsby-plugin-emotion": "^6.8.0",
"gatsby-plugin-gatsby-cloud": "^3.0.0",
"gatsby-plugin-manifest": "^3.13.0",
"gatsby-plugin-mdx": "^2.8.0",
"gatsby-plugin-offline": "^4.8.0",
"gatsby-plugin-react-helmet": "^4.8.0",
"gatsby-plugin-robots-txt": "^1.6.8",
"gatsby-plugin-sass": "^5.9.0",
"gatsby-plugin-sharp": "4.4.0",
"gatsby-plugin-sitemap": "^4.4.0",
"gatsby-plugin-use-dark-mode": "^1.3.0",
"gatsby-plugin-use-query-params": "^1.0.1",
"gatsby-remark-autolink-headers": "^2.9.0",
"gatsby-remark-images": "^5.5.0",
"gatsby-transformer-remark": "^4.5.0",
"gatsby-transformer-sharp": "4.6.0",
"js-cookie": "^2.2.1",
"lodash.get": "^4.4.2",
"node-fetch": "^2.6.1",
"pluralize": "^8.0.0",
"prism-react-renderer": "^1.1.1",
"prismjs": "^1.21.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-live": "^2.2.2",
"react-markdown": "^6.0.0",
"react-middle-ellipsis": "^1.1.0",
"react-shadow": "^18.6.1",
"react-simple-code-editor": "^0.11.0",
"react-typist": "^2.0.5",
"react-use": "^15.3.4",
"sass": "^1.49.9",
"sharp": "^0.29.1",
"snyk": "^1.437.4",
"use-dark-mode": "^2.3.1",
"use-media": "^1.4.0",
"use-mobile-detect-hook": "^1.0.4",
"use-query-params": "^1.2.2",
"warning": "^4.0.3",
"xstate": "^4.14.0"
},
"devDependencies": {
"@newrelic/eslint-plugin-newrelic": "^0.3.1",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@testing-library/react": "^10.0.4",
"@types/node": "^17.0.10",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"babel-jest": "^26.0.1",
"babel-preset-gatsby": "^1.0.0",
"core-js": "^2.4.0",
"eslint": "^7.11.0",
"eslint-plugin-graphql": "^4.0.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-markdown": "^1.0.2",
"eslint-plugin-react-hooks": "^4.2.0",
"gatsby-plugin-gdpr-tracking": "^1.2.2",
"gatsby-plugin-typegen": "^2.2.4",
"husky": "^4.2.5",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.0.1",
"jest-emotion": "^10.0.32",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"prettier": "2.2.1",
"react-test-renderer": "^16.13.1",
"source-map-loader": "^3.0.1",
"ts-loader": "^9.2.6",
"typescript": "^4.5.4"
},
"resolutions": {
"bl": "^4.0.3",
"node-fetch": "^2.6.1",
"ini": "^1.3.6"
},
"keywords": [
"gatsby"
],
"license": "Apache-2",
"scripts": {
"build": "gatsby build",
"build:production": "GATSBY_NEWRELIC_ENV=production gatsby build",
"build:staging": "GATSBY_NEWRELIC_ENV=staging gatsby build",
"build:related-content": "BUILD_RELATED_CONTENT=true yarn run build:production",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "GATSBY_NEWRELIC_ENV=development yarn run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint src/",
"lint:fix": "yarn run lint -- --fix",
"test": "jest",
"test:watch": "yarn test -- --watch",
"snyk-protect": "snyk protect",
"postinstall": "patch-package"
},
"husky": {
"hooks": {
"pre-push": "yarn run lint"
}
},
"repository": {
"type": "git",
"url": "https://github.com/newrelic/developer-website"
},
"bugs": {
"url": "https://github.com/newrelic/developer-website/issues"
},
"snyk": true,
"packageManager": "yarn@3.2.0"
}