-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
117 lines (117 loc) · 4.08 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
{
"name": "pixie-customer-docs",
"version": "0.0.1",
"private": true,
"description": "Documentation for the Pixie platform",
"license": "Apache-2.0 and CC-BY-4.0",
"author": "Pixie Labs <[email protected]>",
"scripts": {
"clean": "gatsby clean",
"serve": "gatsby serve",
"build": "gatsby build --prefix-paths",
"start": "gatsby develop",
"develop": "gatsby develop",
"dev": "gatsby develop",
"lint": "eslint '**/*.{js,jsx,ts,tsx}' && git ls-files '**/*.tsx' '**/*.ts' '**/*.js' '**/*.jsx' '**/*.scss' '**/*.py' | xargs -n1 tools/licenses/checker.py -f",
"lint-fix": "eslint '**/*.{js,jsx,ts,tsx}' --fix",
"prepare": "yarn run snyk-protect",
"snyk-protect": "snyk-protect"
},
"resolutions": {
"potrace": "./tools/no-potrace"
},
"dependencies": {
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@emotion/core": "^10.0.10",
"@emotion/styled-base": "^10.0.10",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/styles": "^4.10.0",
"@mdx-js/loader": "^1.0.10",
"@mdx-js/mdx": "^1.0.10",
"@mdx-js/react": "^1.0.6",
"@mdx-js/runtime": "^1.6.16",
"@pauliescanlon/gatsby-mdx-embed": "0.0.19",
"@playlyfe/gql": "^2.6.1",
"@snyk/protect": "^1.717.0",
"@styled-icons/fa-solid": "^10.15.1",
"@types/react-helmet": "^5.0.15",
"algoliasearch": "^4.4.0",
"babel-plugin-styled-components": "^1.10.6",
"dotenv": "^6.2.0",
"emotion": "^10.0.9",
"emotion-server": "^10.0.9",
"emotion-theming": "^10.0.10",
"gatsby": "2.23.3",
"gatsby-link": "^2.4.6",
"gatsby-plugin-algolia": "^0.11.2",
"gatsby-plugin-emotion": "4.3.4",
"gatsby-plugin-force-trailing-slashes": "1.0.4",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-gtag": "^1.0.10",
"gatsby-plugin-layout": "^1.0.15",
"gatsby-plugin-material-ui": "^2.1.9",
"gatsby-plugin-mdx": "^1.0.44",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-react-css-modules-scss-support": "^0.1.0",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-react-helmet-canonical-urls": "^1.4.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sass": "^2.1.27",
"gatsby-plugin-segment-js": "^3.1.0",
"gatsby-plugin-sharp": "^2.6.11",
"gatsby-plugin-sitemap": "^2.0.12",
"gatsby-plugin-styled-components": "^3.3.10",
"gatsby-plugin-typescript": "^2.3.1",
"gatsby-redirect-from": "^0.2.4",
"gatsby-remark-copy-linked-files": "^2.0.11",
"gatsby-remark-images": "3.0.10",
"gatsby-remark-relative-images": "^0.2.3",
"gatsby-source-filesystem": "^2.0.29",
"gatsby-theme-material-ui": "^1.0.10",
"gatsby-transformer-remark": "^2.3.8",
"graphql": "^14.2.1",
"is-absolute-url": "^2.1.0",
"js-cookie": "^2.2.1",
"lodash": "^4.17.20",
"lodash.groupby": "^4.6.0",
"lodash.startcase": "^4.4.0",
"prism-react-renderer": "^1.0.2",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-body-classname": "^1.3.1",
"react-dom": "^16.8.6",
"react-emotion": "9.2.12",
"react-helmet": "^5.2.0",
"react-live": "^2.0.1",
"react-markdown": "^4.2.2",
"react-scrollspy": "^3.4.3",
"remark-containers": "^1.1.2",
"sass": "^1.42.1",
"slugify": "^1.3.6",
"styled-components": "^4.4.1",
"system-components": "^3.0.3",
"typescript": "^3.9.5",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"@types/node": "^12.12.31",
"@types/react": "^16.9.25",
"@types/react-dom": "^16.9.5",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.19.0",
"eslint": "^7.16.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-airbnb-typescript": "^7.2.1",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.0",
"prettier": "^1.17.1"
},
"snyk": true
}