-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
83 lines (83 loc) · 2.8 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
{
"name": "flowservice-developer-guide",
"private": true,
"description": "FlowService Developer guide with flow snippets and examples ",
"author": "Santhosh Hari <[email protected]>",
"version": "1.0.0",
"dependencies": {
"@babel/plugin-proposal-export-default-from": "^7.7.4",
"@emotion/core": "^10.0.22",
"@emotion/styled": "^10.0.23",
"@emotion/styled-base": "^10.0.24",
"@material-ui/core": "^4.10.1",
"@material-ui/lab": "^4.0.0-alpha.55",
"@material-ui/styles": "^4.10.0",
"@mdx-js/loader": "^1.5.1",
"@mdx-js/mdx": "^1.5.1",
"@mdx-js/react": "^1.5.1",
"@playlyfe/gql": "^2.6.2",
"autosuggest-highlight": "^3.1.1",
"dotenv": "^8.2.0",
"emotion": "^10.0.23",
"emotion-server": "^10.0.17",
"emotion-theming": "^10.0.19",
"gatsby": "^2.23.3",
"gatsby-image": "^2.4.7",
"gatsby-link": "^2.2.27",
"gatsby-plugin-emotion": "^4.1.18",
"gatsby-plugin-gdpr-cookies": "^1.0.7",
"gatsby-plugin-local-search": "^1.1.1",
"gatsby-plugin-manifest": "^2.2.33",
"gatsby-plugin-material-ui": "^2.1.9",
"gatsby-plugin-mdx": "^1.0.61",
"gatsby-plugin-offline": "^3.0.29",
"gatsby-plugin-react-helmet": "^3.1.18",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "^2.6.10",
"gatsby-plugin-sitemap": "^2.2.24",
"gatsby-remark-copy-linked-files": "^2.1.33",
"gatsby-remark-images": "^3.1.37",
"gatsby-source-filesystem": "^2.3.10",
"gatsby-transformer-remark": "^2.6.42",
"gatsby-transformer-sharp": "^2.5.5",
"graphql": "^15.1.0",
"is-absolute-url": "^3.0.3",
"lodash.flatten": "^4.4.0",
"lodash.startcase": "^4.4.0",
"match-all": "^1.2.5",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-cookie-consent": "^5.1.2",
"react-dom": "^16.12.0",
"react-feather": "^2.0.3",
"react-github-btn": "^1.1.1",
"react-helmet": "^6.1.0",
"react-id-generator": "^3.0.0",
"react-live": "^2.2.2",
"react-loadable": "^5.5.0",
"react-masonry-css": "^1.0.14",
"react-use-flexsearch": "^0.1.1"
},
"license": "MIT",
"main": "n/a",
"scripts": {
"start": "gatsby develop -o -H 0.0.0.0",
"build": "gatsby build --prefix-paths",
"serve": "gatsby serve --prefix-paths -o",
"clean": "gatsby clean",
"format": "prettier --write \"src/**/*.{js,jsx,css,json}\"",
"lint": "eslint --fix \"src/**/*.{js,jsx}\""
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"gatsby-plugin-remove-trailing-slashes": "^2.1.17",
"prettier": "^2.0.5",
"prism-react-renderer": "^1.0.2"
}
}