forked from newrelic/docs-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
240 lines (240 loc) · 8.75 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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
{
"name": "docs-website",
"private": true,
"description": "New Relic Documentation",
"version": "0.1.0",
"dependencies": {
"@actions/github": "^6.0.0",
"@aws-sdk/client-s3": "^3.327.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.3.0",
"@mdx-js/mdx": "2.0.0-next.8",
"@mdx-js/react": "2.0.0-next.8",
"@newrelic/gatsby-theme-newrelic": "9.8.1",
"@splitsoftware/splitio-react": "^1.2.4",
"ansi-colors": "^4.1.3",
"cockatiel": "^3.0.0-beta.0",
"compare-versions": "^6.0.0-rc.2",
"date-fns": "^2.17.0",
"gatsby": "4.25.2",
"gatsby-plugin-manifest": "4.25.0",
"gatsby-plugin-mdx": "3.4.0",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-react-helmet": "^5.4.0",
"gatsby-plugin-sharp": "4.25.0",
"gatsby-remark-autolink-headers": "^5.4.0",
"gatsby-remark-copy-linked-files": "^5.4.0",
"gatsby-remark-images": "^6.4.0",
"gatsby-source-filesystem": "4.25.0",
"gatsby-transformer-json": "4.25.0",
"gatsby-transformer-plaintext": "^2.0.0",
"gatsby-transformer-remark": "^5.4.0",
"gatsby-transformer-sharp": "4.25.0",
"gatsby-transformer-xml": "^4.24.0",
"gatsby-transformer-yaml": "4.25.0",
"github-slugger": "^1.3.0",
"glob10": "npm:glob@^10.0.0",
"hast-util-from-dom": "^3.0.0",
"hast-util-has-property": "^1.0.4",
"hast-util-is-element": "^1.1.0",
"hast-util-phrasing": "^1.0.5",
"hast-util-select": "^4.0.2",
"hast-util-to-mdast": "^7.1.3",
"jsdom": "^16.5.0",
"lodash": "^4.17.21",
"markdown-link-check": "^3.12.2",
"parse-link-header": "^2.0.0",
"prop-types": "^15.7.2",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-flip-toolkit": "^7.0.17",
"react-helmet": "^6.1.0",
"react-markdown": "^6.0.0",
"react-scroll": "^1.8.7",
"react-spring": "9.1.2",
"react-transition-group": "^4.4.5",
"react-use": "^15.3.8",
"react-visibility-sensor": "^5.1.1",
"rehype-add-classes": "^1.0.0",
"rehype-format": "^5.0.0",
"rehype-parse": "^7.0.1",
"rehype-remark": "^8.0.0",
"remark-rehype": "^8.0.0",
"rss": "^1.2.2",
"sequelize": "^6.21.3",
"sharp": "^0.30.7",
"superstruct": "^0.16.5",
"turndown": "^6.0.0",
"unist-util-filter": "^2.0.3",
"unist-util-remove": "^2.0.1",
"use-boop": "^1.1.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@actions/core": "^1.10.0",
"@gr2m/gray-matter": "4.0.3-with-pr-137",
"@iarna/toml": "^2.2.5",
"@newrelic/eslint-plugin-newrelic": "^0.3.1",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.10",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"add": "^2.0.6",
"adm-zip": "^0.5.1",
"assert": "^2.0.0",
"aws-sdk": "^2.827.0",
"babel-jest": "~27.4.6",
"babel-preset-gatsby": "^1.3.0",
"cli-progress": "^3.12.0",
"commander": "^8.3.0",
"csv-stringify": "^6.4.4",
"deep-equal": "^2.2.2",
"dotenv": "^8.2.0",
"eslint": "^7.7.0",
"eslint-plugin-graphql": "^4.0.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.1.0",
"esmock": "^2.6.4",
"expect": "^29.7.0",
"form-data": "^3.0.0",
"gatsby-plugin-typegen": "^2.2.4",
"hast-util-to-mdast9": "npm:[email protected]",
"hast-util-to-string": "^1.0.4",
"hastscript": "^6.0.0",
"he": "^1.2.0",
"html-entities": "^2.5.2",
"htmltojsx": "^0.3.0",
"husky": "^8.0.3",
"i18next-parser": "^3.6.0",
"image-downloader": "^4.0.1",
"jest": "^28.1.2",
"jest-emotion": "^10.0.32",
"jest-mock-extended": "^2.0.4",
"jest-when": "^3.5.1",
"js-yaml": "^3.14.0",
"mdast-builder": "^1.1.1",
"mdast-util-heading-range": "^2.1.4",
"mdast-util-to-hast": "^10.1.0",
"mdast-util-to-markdown": "^2.1.0",
"mdast-util-to-string": "^1.1.0",
"mkdirp": "^3.0.1",
"node-cache": "^5.1.2",
"node-fetch": "^2.6.1",
"node-html-parser": "^5.3.3",
"patch-package": "^6.2.2",
"pg": "^8.11.3",
"postinstall-postinstall": "^2.1.0",
"prettier": "2.0.5",
"rehype-parse9": "npm:[email protected]",
"rehype-remark10": "npm:[email protected]",
"rehype-stringify": "^8.0.0",
"rehype-stringify10": "npm:rehype-stringify@^10.0.0",
"remark-frontmatter": "^2.0.0",
"remark-frontmatter5": "npm:[email protected]",
"remark-mdx": "2.0.0-next.8",
"remark-mdx-remove-exports": "^1.6.22",
"remark-mdx-remove-imports": "^1.6.22",
"remark-mdx2.3": "npm:remark-mdx@^2.3.0",
"remark-mdxjs": "2.0.0-next.8",
"remark-parse": "8.0.3",
"remark-parse10": "npm:remark-parse@^10.0.1",
"remark-rehype10": "npm:[email protected]",
"remark-stringify": "^8.1.1",
"remark-stringify10": "npm:[email protected]",
"selenium-webdriver": "^4.12.0",
"simple-git": "^3.16.0",
"sinon": "^17.0.1",
"source-map-loader": "^3.0.1",
"sync-fetch": "^0.3.0",
"to-vfile": "^6.1.0",
"ts-jest": "^28.0.5",
"ts-loader": "^9.2.6",
"ts-node": "^10.4.0",
"typescript": "^4.5.5",
"unified": "^9.2.0",
"unified10": "npm:unified@^10.1.2",
"unified11": "npm:unified@^11.0.4",
"unist-builder": "^2.0.3",
"unist-util-is": "^4.0.2",
"unist-util-select": "^3.0.1",
"unist-util-visit": "^2.0.3",
"unist-util-visit-parents": "^3.1.0",
"unist-util-visit4": "npm:unist-util-visit@^4.1.2",
"uvu": "^0.5.6",
"vfile": "^4.2.0",
"vfile-glob": "^1.0.0",
"vfile-reporter": "^6.0.1",
"webdriver-manager": "^12.1.9",
"webp-converter": "^2.3.1",
"yaml-loader": "^0.6.0",
"yarn": "^1.22.10"
},
"resolutions": {
"bl": "^4.0.3",
"object-path": "^0.11.5",
"node-forge": "^0.10.0",
"node-fetch": "^2.6.1",
"remark-mdx": "2.0.0-next.8",
"ini": "^1.3.6",
"yargs": "^13.3.2",
"yargs-parser": "^18.1.1"
},
"keywords": [
"gatsby"
],
"license": "Apache-2",
"scripts": {
"add-files-to-translate": "node scripts/actions/add-files-to-translation-queue.js",
"build:production": "ENVIRONMENT=production yarn run build",
"build": "node scripts/createNetlifyRedirects.mjs & NODE_OPTIONS='--max-old-space-size=5120' gatsby build --prefix-paths",
"check-for-outdated-translations": "node scripts/actions/check-for-outdated-translations.js",
"clean": "gatsby clean",
"convert-to-webp": "node scripts/convertPNGs.mjs",
"db:clean": "./scripts/actions/translation_workflow/testing/cleanup.sh",
"db:start": "docker-compose --file scripts/actions/translation_workflow/testing/docker-compose.yml up --build",
"debug": "yarn develop --inspect-brk",
"deserialize": "node ./scripts/serde.mjs deserialize",
"develop": "gatsby develop",
"docs-freshness": "./scripts/docsAndLastDateEdited.mjs",
"extract-i18n": "i18next",
"fetch-related-content": "node scripts/actions/get-related-resources.js",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"generate-nav-titles": " node scripts/getNavforTranslation.js",
"generate-whatsnew-ids": "node scripts/actions/generate-whats-new-ids.js",
"i18n-utility": "npx ts-node ./scripts/i18n_utility/cli.ts",
"image-codemod": "./codemods/convertMDXImages/runImageWorkflow.sh",
"lint:fix": "yarn lint --fix",
"lint": "eslint src/",
"manual-add-files-to-translate": "node scripts/actions/manual-add-files-to-translation-queue.js",
"migrate": "node --max-old-space-size=4096 scripts/migrate.js",
"postinstall": "patch-package",
"pre-commit": "node ./scripts/pre-commit.mjs",
"prepare": "husky install",
"reboot": "rm -rf node_modules && yarn && yarn clean && yarn start",
"redirects": "node scripts/addRemoveRedirects",
"remove-unused-images": " node scripts/removeUnusedImages.js",
"serialize": "node ./scripts/serde.mjs serialize",
"serve": "gatsby serve",
"start:full": "NODE_OPTIONS='--max-old-space-size=5120' yarn develop",
"start": "NODE_OPTIONS='--max-old-space-size=5120' BUILD_LANG=en yarn develop",
"test": "yarn test:cjs && yarn test:esm",
"test:cjs": "jest -i",
"test:esm": "NODE_OPTIONS=--loader=esmock uvu . __esm-tests__",
"trigger-i18n-merge": "node scripts/actions/trigger-i18n-merge.js",
"update-attribute-dictionary-json": "node scripts/actions/update-attribute-dictionary-json.mjs",
"verify-install-page": "node scripts/verifyInstallPage.js",
"verify-mdx": "node scripts/verify_mdx.js",
"webdriver-desktop": "node scripts/actions/webdriver-desktop.mjs",
"webdriver-mobile": "node scripts/actions/webdriver-mobile.mjs"
},
"repository": {
"type": "git",
"url": "https://github.com/newrelic/docs-website"
},
"bugs": {
"url": "https://github.com/newrelic/docs-website/issues"
}
}