forked from iLib-js/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·70 lines (70 loc) · 2.24 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
{
"name": "i18n-l10n-documentation",
"private": true,
"description": "Documentation, built with mdx",
"author": "Goun Lee <gouni6020@gmail.com>",
"version": "0.0.1",
"dependencies": {
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@emotion/styled-base": "^10.0.31",
"@mdx-js/loader": "^1.6.1",
"@mdx-js/mdx": "^1.6.1",
"@mdx-js/react": "^1.6.1",
"@philpl/buble": "^0.19.7",
"@playlyfe/gql": "^2.6.2",
"algoliasearch": "^3.35.1",
"dotenv": "^8.2.0",
"emotion": "^10.0.27",
"emotion-server": "^10.0.27",
"emotion-theming": "^10.0.27",
"gatsby": "^2.21.21",
"gatsby-link": "^2.4.2",
"gatsby-plugin-algolia": "^0.5.0",
"gatsby-plugin-emotion": "^4.3.1",
"gatsby-plugin-google-tagmanager": "^2.3.1",
"gatsby-plugin-layout": "^1.3.1",
"gatsby-plugin-manifest": "^2.4.2",
"gatsby-plugin-mdx": "^1.2.6",
"gatsby-plugin-offline": "^3.2.1",
"gatsby-plugin-preconnect": "^1.1.36",
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "^2.6.2",
"gatsby-plugin-sitemap": "^2.4.2",
"gatsby-remark-copy-linked-files": "^2.3.2",
"gatsby-remark-images": "^3.3.2",
"gatsby-source-filesystem": "^2.3.1",
"gatsby-transformer-remark": "^2.8.7",
"gh-pages": "^3.1.0",
"graphql": "^14.5.8",
"is-absolute-url": "^3.0.3",
"lodash.flatten": "^4.4.0",
"lodash.startcase": "^4.4.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-feather": "^2.0.8",
"react-github-btn": "^1.2.0",
"react-helmet": "^5.2.1",
"react-id-generator": "^3.0.0",
"react-instantsearch-dom": "^6.4.0",
"react-live": "^2.2.2",
"react-loadable": "^5.5.0",
"styled-components": "^4.4.1",
"styled-icons": "^9.0.1",
"typeface-roboto": "0.0.75"
},
"license": "MIT",
"main": "n/a",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build --prefix-paths",
"clean": "gatsby clean",
"deploy": "gatsby build --prefix-paths && gh-pages -d public -b gh-deploy"
},
"devDependencies": {
"gatsby-plugin-remove-trailing-slashes": "^2.3.2",
"prism-react-renderer": "^1.1.0"
}
}