This repository has been archived by the owner on May 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.86 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
{
"name": "ockam-doc-generator",
"private": true,
"description": "Ockam documentation generator",
"author": "MasterBorn (https://github.com/masterborn/)",
"contributors": [
"Łukasz Miedziński"
],
"version": "0.0.1",
"license": "UNLICENSED",
"main": "n/a",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build --prefix-paths",
"serve": "gatsby serve",
"lint": "eslint . --cache",
"lint:fix": "eslint . --cache --fix",
"format": "prettier --write src/**/*.{js,jsx}",
"clean": "gatsby clean"
},
"dependencies": {
"@babel/plugin-proposal-export-default-from": "^7.7.4",
"@emotion/core": "^10.0.15",
"@emotion/styled": "^10.0.23",
"@mdx-js/loader": "^1.5.2",
"@mdx-js/mdx": "^1.5.2",
"@mdx-js/react": "^1.5.2",
"@n8tb1t/use-scroll-position": "^1.0.43",
"@playlyfe/gql": "^2.6.2",
"algoliasearch": "^3.33.0",
"dotenv": "^8.0.0",
"emotion": "^10.0.14",
"emotion-server": "^10.0.14",
"emotion-theming": "^10.0.14",
"gatsby": "^2.18.15",
"gatsby-image": "^2.2.37",
"gatsby-link": "^2.2.27",
"gatsby-plugin-algolia": "^0.3.3",
"gatsby-plugin-emotion": "^4.1.18",
"gatsby-plugin-gtag": "^1.0.12",
"gatsby-plugin-layout": "^1.1.18",
"gatsby-plugin-mdx": "^1.0.63",
"gatsby-plugin-page-creator": "^2.1.36",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^3.1.18",
"gatsby-plugin-sharp": "^2.3.10",
"gatsby-plugin-sitemap": "^2.2.24",
"gatsby-plugin-styled-components": "^3.1.16",
"gatsby-remark-copy-linked-files": "^2.1.33",
"gatsby-remark-images": "^3.1.38",
"gatsby-source-filesystem": "^2.1.42",
"gatsby-transformer-remark": "^2.6.44",
"gatsby-transformer-sharp": "^2.3.9",
"graphql": "^14.4.2",
"is-absolute-url": "^3.0.0",
"lodash": "^4.17.15",
"lodash.flatten": "^4.4.0",
"lodash.startcase": "^4.4.0",
"polished": "^3.4.2",
"prism-react-renderer": "^0.1.7",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-emotion": "^9.1.3",
"react-feather": "^2.0.3",
"react-focus-lock": "^2.2.1",
"react-helmet": "^5.2.1",
"react-scrollbars-custom": "^4.0.21",
"react-spring": "^8.0.27",
"styled-components": "^4.3.2",
"styled-icons": "^8.3.0",
"styled-system": "^5.1.4"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@types/lodash.flatten": "^4.4.6",
"babel-loader": "^8.0.6",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jest": "^22.5.1",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^1.6.0",
"gatsby-plugin-remove-trailing-slashes": "^2.1.17",
"prettier": "^1.17.1",
"symlink-dir": "^3.1.1"
}
}