forked from line/armeria
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
108 lines (108 loc) · 3.63 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
{
"name": "armeria-site",
"description": "Armeria web site",
"version": "0.0.0",
"author": "[email protected]",
"license": "Apache-2.0",
"main": "n/a",
"repository": {
"type": "git",
"url": "https://github.com/line/armeria.git"
},
"scripts": {
"clean": "cross-env TERM='dumb' gatsby clean",
"build": "cross-env TERM='dumb' NODE_OPTIONS='--max-old-space-size=2560' gatsby build",
"develop": "cross-env TERM='dumb' gatsby develop",
"lint": "eslint --ext json,js,jsx,ts,tsx .",
"lint:fix": "eslint --fix --ext json,js,jsx,ts,tsx .",
"source-map": "source-map-explorer public/*.js",
"gatsby-info": "gatsby info --clipboard",
"release-note": "ts-node release-note.ts"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@loadable/component": "^5.15.2",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@reach/router": "^1.3.4",
"@types/dompurify": "^2.3.3",
"@types/jsonp": "^0.2.1",
"@types/loadable__component": "^5.13.4",
"@types/node": "^17.0.24",
"@types/react": "^17.0.42",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-dom": "^17.0.14",
"@types/react-helmet": "^6.1.5",
"@types/react-syntax-highlighter": "^13.5.2",
"@types/shuffle-seed": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"antd": "^4.19.5",
"babel-plugin-import": "^1.13.5",
"cross-env": "^7.0.3",
"dayjs": "^1.11.1",
"dompurify": "^2.3.6",
"email-validator": "^2.0.4",
"eslint": "^8.13.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^16.2.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"gatsby": "^3.14.6",
"gatsby-cli": "^3.14.2",
"gatsby-link": "^3.14.0",
"gatsby-plugin-cname": "^1.0.0",
"gatsby-plugin-google-analytics": "^3.14.0",
"gatsby-plugin-image": "^1.14.2",
"gatsby-plugin-import": "^2.1.7",
"gatsby-plugin-less": "^5.14.0",
"gatsby-plugin-manifest": "^3.14.0",
"gatsby-plugin-mdx": "^2.14.2",
"gatsby-plugin-nprogress": "^3.14.0",
"gatsby-plugin-react-helmet": "^4.14.0",
"gatsby-plugin-sharp": "^3.14.3",
"gatsby-plugin-sitemap": "^4.10.0",
"gatsby-plugin-typescript": "^3.14.0",
"gatsby-remark-autolink-headers": "^4.11.0",
"gatsby-remark-copy-linked-files": "^4.11.0",
"gatsby-remark-draw": "^1.0.16",
"gatsby-remark-images": "^5.12.0",
"gatsby-remark-plantuml-lite": "^0.1.2",
"gatsby-source-build-date": "^1.0.1",
"gatsby-source-filesystem": "^3.14.0",
"gatsby-transformer-sharp": "^3.14.0",
"jsonp": "^0.2.1",
"less": "^4.1.2",
"prettier": "^2.6.2",
"react": "^17.0.2",
"react-cookie-consent": "^7.4.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^17.0.2",
"react-easy-emoji": "^1.6.1",
"react-helmet": "^6.1.0",
"react-iframe-click": "^2.0.2",
"react-mixitup": "^2.3.0",
"react-reveal": "^1.2.2",
"react-sticky-box": "^1.0.2",
"react-syntax-highlighter": "^15.5.0",
"react-twitter-embed": "^4.0.4",
"remark-github": "^10.1.0",
"remark-grid-tables": "^2.1.2",
"shuffle-seed": "^1.1.6",
"source-map-explorer": "^2.5.2",
"tocbot": "^4.18.2",
"typescript": "^4.6.3"
},
"devDependencies": {
"@types/jsdom": "^16.2.14",
"jsdom": "^19.0.0",
"octokit": "^1.7.1",
"ts-node": "^10.7.0"
}
}