-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 3 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 3 KB
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": "technical.site",
"private": true,
"description": "Alibaba Cloud Technical site",
"author": "Hironobu Ohara",
"version": "2.2.1",
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/eslint-plugin": "^11.7.0",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@emotion/styled-base": "^11.0.0",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@philpl/buble": "^0.19.7",
"@playlyfe/gql": "^2.6.2",
"algoliasearch": "^4.13.1",
"dotenv": "^16.0.0",
"gatsby": "^4.8.0",
"gatsby-link": "^4.8.0",
"gatsby-plugin-algolia": "^0.26.0",
"gatsby-plugin-emotion": "^7.8.0",
"gatsby-plugin-feed": "^5.7.0",
"gatsby-plugin-google-gtag": "^4.17.0",
"gatsby-plugin-google-tagmanager": "^4.5.0",
"gatsby-plugin-layout": "^3.8.0",
"gatsby-plugin-manifest": "^4.8.0",
"gatsby-plugin-mdx": "^3.8.0",
"gatsby-plugin-offline": "^5.8.0",
"gatsby-plugin-preconnect": "^1.3.0",
"gatsby-plugin-react-helmet": "^5.8.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sass": "^5.8.0",
"gatsby-plugin-segment-js": "^3.7.1",
"gatsby-plugin-sharp": "^4.8.0",
"gatsby-plugin-sitemap": "^5.8.0",
"gatsby-remark-copy-linked-files": "^5.8.0",
"gatsby-remark-embed-youtube": "^0.0.7",
"gatsby-remark-images": "^6.8.0",
"gatsby-remark-images-medium-zoom": "^1.7.0",
"gatsby-source-filesystem": "^4.8.0",
"gatsby-transformer-remark": "^5.8.0",
"global": "^4.4.0",
"graphql": "^16.2.0",
"is-absolute-url": "^4.0.1",
"lodash.flatten": "^4.4.0",
"lodash.startcase": "^4.4.0",
"npm-check-updates": "^12.5.12",
"prism-react-renderer": "^1.3.3",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^17.0.2",
"react-feather": "^2.0.10",
"react-github-btn": "^1.3.0",
"react-helmet": "^6.1.0",
"react-id-generator": "^3.0.2",
"react-instantsearch-dom": "^6.29.0",
"react-live": "^2.4.1",
"react-loadable": "^5.5.0",
"remark-footnotes": "^4.0.1",
"sass": "^1.50.0",
"styled-components": "^5.3.5",
"styled-icons": "^10.45.0",
"typeface-roboto": "1.1.13"
},
"license": "MIT",
"main": "n/a",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build --prefix-paths",
"format": "prettier --write \"src/**/*.{js,jsx,css,json}\"",
"lint": "eslint --fix \"src/**/*.{js,jsx}\""
},
"devDependencies": {
"@babel/plugin-proposal-export-default-from": "^7.18.6",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-syntax-export-default-from": "^7.18.6",
"babel-eslint": "^10.1.0",
"babel-preset-gatsby": "^2.8.0",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-prettier": "^4.1.0",
"eslint-plugin-react": "^7.30.1",
"gatsby-plugin-remove-trailing-slashes": "^4.8.0",
"prettier": "^2.7.1"
}
}