-
Notifications
You must be signed in to change notification settings - Fork 90
/
package.json
91 lines (91 loc) · 2.79 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
{
"name": "opensource-website",
"private": true,
"description": "Data, code, and automation for opensource.newrelic.com",
"version": "1.27.2",
"author": "Open Source Team at New Relic <[email protected]>",
"dependencies": {
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.3.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@newrelic/gatsby-theme-newrelic": "9.8.1",
"@splitsoftware/splitio-react": "^1.2.4",
"date-fns": "^2.17.0",
"feather-icons": "^4.28.0",
"gatsby": "^4.20.0",
"gatsby-image": "^3.8.0",
"gatsby-plugin-gatsby-cloud": "^4.20.0",
"gatsby-plugin-manifest": "^4.20.0",
"gatsby-plugin-mdx": "^2.8.0",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-offline": "^4.8.0",
"gatsby-plugin-sass": "^5.9.0",
"gatsby-plugin-sharp": "^4.20.0",
"gatsby-remark-copy-linked-files": "^4.5.0",
"gatsby-remark-images": "^5.5.0",
"gatsby-source-filesystem": "^4.20.0",
"gatsby-transformer-json": "^4.20.0",
"gatsby-transformer-sharp": "4.6.0",
"js-cookie": "^2.2.1",
"js-search": "^2.0.0",
"lodash": "^4.17.21",
"marked": "^2.0.0",
"prism-react-renderer": "^1.2.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.8",
"react-helmet": "^6.1.0",
"react-images": "^1.2.0-beta.7",
"react-live": "^2.2.3",
"react-modal-image": "^2.5.0",
"sass": "^1.49.9",
"unist-util-visit": "^2.0.3",
"use-dark-mode": "^2.3.1",
"uuid": "^7.0.3"
},
"devDependencies": {
"@newrelic/eslint-plugin-newrelic": "^0.3.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^11.2.6",
"babel-jest": "^26.6.3",
"babel-preset-gatsby": "^0.4.7",
"eslint": "^7.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.0.1",
"jest-emotion": "^10.0.32",
"prettier": "^2.0.5",
"react-test-renderer": "^17.0.2"
},
"keywords": [
"gatsby",
"open source",
"new relic"
],
"license": "Apache-2",
"scripts": {
"build": "gatsby build",
"build:production": "yarn build",
"build:staging": "yarn build",
"develop": "yarn clean && gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "yarn develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest",
"test:watch": "yarn test -- --watch",
"test:update": "yarn test -- --update-snapshot",
"eslint-check": "eslint src/ gatsby/",
"eslint-fix": "eslint src/ gatsby/ --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/newrelic/opensource-website"
},
"bugs": {
"url": "https://github.com/newrelic/opensource-website/issues"
}
}