forked from smallstep/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.49 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
{
"name": "docs",
"version": "1.0.0",
"description": "Smallstep Documentation",
"repository": "git@github.com:smallstep/docs.git",
"author": "Smallstep",
"license": "Apache-2.0",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build --prefix-paths",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "prettier --check ./src",
"format": "prettier --write ./src"
},
"dependencies": {
"@apollo/client": "^3.4.15",
"@material-ui/core": "^4.12.3",
"@material-ui/styles": "^4.11.4",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@smallstep/internal": "./vendor/internal",
"@smallstep/step-ui": "./vendor/step-ui",
"algoliasearch": "^4.13.1",
"cross-fetch": "^3.1.5",
"formik": "^2.2.9",
"gatsby": "^3.12.1",
"gatsby-plugin-algolia": "^0.26.0",
"gatsby-plugin-compile-es6-packages": "^2.1.1",
"gatsby-plugin-mdx": "^2.12.0",
"gatsby-plugin-next-seo": "^1.8.0",
"gatsby-plugin-remove-trailing-slashes": "^3.14.0",
"gatsby-source-filesystem": "^3.12.0",
"gatsby-theme-material-ui": "^2.0.1",
"gatsby-transformer-yaml": "^3.12.0",
"graphql": "^15.6.0",
"moment": "^2.29.2",
"moment-timezone": "^0.5.33",
"query-string": "^7.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet-async": "^1.1.2",
"react-instantsearch-dom": "^6.25.0",
"react-moment": "^0.9.6",
"refractor": "^2.10.0",
"rxjs": "^6.5.2",
"slugify": "^1.6.0"
}
}