-
Notifications
You must be signed in to change notification settings - Fork 102
/
package.json
executable file
·126 lines (126 loc) · 4 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
118
119
120
121
122
123
124
125
126
{
"name": "dotnet-thailand",
"description": "An official website for .NET Thailand community",
"author": ".NET Thailand admin team",
"homepage": "https://www.dotnetthailand.com",
"keywords": [
"gatsby",
"gatsby-starter",
"gitbook",
"documentation-tool",
"documentation-generator",
"docs-generator",
"markdown",
"mdx",
"static-site-generator"
],
"version": "1.0.1",
"scripts": {
"dev": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build --prefix-paths",
"serve": "gatsby serve",
"clean": "gatsby clean",
"format": "prettier --ignore-path \".gitignore\" --write \"**/*.{js,jsx,css,json}\"",
"lint": "eslint --fix \"**/*.{js,jsx}\""
},
"dependencies": {
"@babel/plugin-proposal-export-default-from": "7.10.4",
"@emotion/core": "10.0.34",
"@emotion/styled": "10.0.27",
"@emotion/styled-base": "10.0.31",
"@fluentui/react": "^8.26.0",
"@js-joda/core": "^5.2.0",
"@loadable/component": "5.13.1",
"@mdx-js/mdx": "1.6.22",
"@mdx-js/react": "1.6.22",
"@philpl/buble": "0.19.7",
"@playlyfe/gql": "2.6.2",
"algoliasearch": "4.4.0",
"axios": "^0.21.1",
"common-tags": "^1.8.0",
"date-fns": "^2.23.0",
"dotenv": "8.2.0",
"emotion-theming": "10.0.27",
"gatsby": "2.25.0",
"gatsby-link": "2.4.13",
"gatsby-plugin-algolia": "0.11.2",
"gatsby-plugin-canonical-urls": "2.3.10",
"gatsby-plugin-emotion": "4.3.10",
"gatsby-plugin-feed": "2.5.11",
"gatsby-plugin-google-analytics": "^3.11.0",
"gatsby-plugin-instagram-embed": "2.0.1",
"gatsby-plugin-layout": "1.3.10",
"gatsby-plugin-loadable-components-ssr": "2.1.0",
"gatsby-plugin-local-search": "1.1.1",
"gatsby-plugin-manifest": "2.4.23",
"gatsby-plugin-mdx": "1.2.34",
"gatsby-plugin-offline": "3.2.23",
"gatsby-plugin-page-progress": "2.1.0",
"gatsby-plugin-pinterest": "3.0.0",
"gatsby-plugin-react-helmet": "3.3.10",
"gatsby-plugin-react-svg": "3.0.0",
"gatsby-plugin-remove-serviceworker": "1.0.0",
"gatsby-plugin-root-import": "2.0.5",
"gatsby-plugin-sass": "2.3.12",
"gatsby-plugin-sharp": "2.6.27",
"gatsby-plugin-sitemap": "2.4.11",
"gatsby-plugin-twitter": "2.3.10",
"gatsby-remark-copy-linked-files": "2.3.12",
"gatsby-remark-embed-snippet": "4.3.14",
"gatsby-remark-embedder": "3.0.0",
"gatsby-remark-graphviz": "1.3.10",
"gatsby-remark-images": "3.3.25",
"gatsby-remark-jargon": "2.9.0",
"gatsby-remark-mermaid": "^2.1.0",
"gatsby-source-filesystem": "2.3.24",
"gatsby-source-local-git": "1.1.1",
"gatsby-transformer-remark": "2.8.28",
"gatsby-transformer-sharp": "2.5.13",
"gatsby-transformer-yaml": "^3.1.0",
"is-absolute-url": "3.0.3",
"loading-css": "^0.2.0",
"lodash": "4.17.20",
"lodash.flatten": "4.4.0",
"lodash.startcase": "4.4.0",
"puppeteer": "^8.0.0",
"react": "16.13.1",
"react-collapsible": "^2.8.0",
"react-dom": "16.13.1",
"react-feather": "2.0.8",
"react-helmet": "6.1.0",
"react-id-generator": "3.0.1",
"react-instantsearch-dom": "6.7.0",
"react-live": "2.2.2",
"react-loadable": "5.5.0",
"react-remark": "^2.0.3",
"react-reveal": "1.2.2",
"react-scrollspy": "3.4.3",
"react-use-flexsearch": "^0.1.1",
"react-visibility-sensor": "5.1.1",
"remark-abbr": "1.4.0",
"remark-emoji": "2.1.0",
"remark-grid-tables": "^2.1.2",
"sass": "^1.43.3",
"unist-util-find-after": "3.0.0"
},
"license": "MIT",
"main": "n/a",
"devDependencies": {
"babel-eslint": "10.1.0",
"eslint": "7.11.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.21.4",
"gatsby-plugin-remove-trailing-slashes": "2.3.11",
"prettier": "2.0.5",
"prism-react-renderer": "1.1.1",
"prismjs": "^1.24.1"
},
"resolutions": {
"gatsby-react-router-scroll": "3.0.3",
"lodash": "4.17.20"
}
}