-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
103 lines (103 loc) · 3.26 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
{
"name": "unittestbot-web",
"private": true,
"description": "A web page for UnitTestBot C/C++ and UnitTestBot Java",
"version": "0.1.0",
"author": "UnitTestBot",
"dependencies": {
"@emotion/react": "11.1.5",
"@gatsby-contrib/gatsby-plugin-elasticlunr-search": "3.0.2",
"@progress/kendo-react-animation": "^2.6.1",
"@progress/kendo-react-treeview": "^2.6.1",
"@progress/kendo-theme-default": "^3.2.0",
"bootstrap": "4.6.0",
"classnames": "^2.3.2",
"dedent": "0.7.0",
"dedent-js": "1.0.1",
"docz": "2.3.1",
"gatsby": "3.2.1",
"gatsby-plugin-alias-imports": "1.0.5",
"gatsby-plugin-compile-es6-packages": "2.1.0",
"gatsby-plugin-emotion": "6.2.0",
"gatsby-plugin-gatsby-cloud": "2.3.0",
"gatsby-plugin-image": "1.2.0",
"gatsby-plugin-lunr": "1.5.2",
"gatsby-plugin-manifest": "3.2.0",
"gatsby-plugin-preact": "5.2.0",
"gatsby-plugin-react-helmet": "4.2.0",
"gatsby-plugin-react-helmet-async": "1.2.0",
"gatsby-plugin-root-import": "2.0.6",
"gatsby-plugin-sharp": "3.2.0",
"gatsby-remark-copy-linked-files": "2.10.0",
"gatsby-remark-images": "3.11.1",
"gatsby-remark-prismjs": "3.13.0",
"gatsby-remark-responsive-iframe": "2.11.0",
"gatsby-remark-smartypants": "2.10.0",
"gatsby-source-filesystem": "3.2.0",
"gatsby-theme-docz": "2.3.1",
"gatsby-transformer-remark": "4.1.0",
"gatsby-transformer-sharp": "3.2.0",
"gh-pages": "^3.2.3",
"i18next": "20.2.4",
"lodash": "4.17.21",
"mkdirp": "1.0.4",
"postcss": "8.4.5",
"preact": "10.5.13",
"preact-render-to-string": "5.1.19",
"prismjs": "1.23.0",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-bootstrap": "1.5.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"react-i18next": "11.8.15",
"react-icons": "4.2.0",
"react-router-dom": "5.2.0",
"react-simple-code-editor": "0.11.0",
"react-star-ratings": "2.3.0",
"semver": "7.3.5",
"sharp": "0.27.2"
},
"devDependencies": {
"@monaco-editor/react": "4.2.1",
"babel-eslint": "10.1.0",
"eslint": "7.29.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "7.24.0",
"golden-layout": "2.3.0",
"prettier": "2.2.1",
"react-split-pane": "0.1.92"
},
"resolutions": {
"graphql": "15.5.0",
"get-pkg-repo": "4.1.1",
"hosted-git-info": "^2.1.4",
"webpack": "5.52.1"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"lint": "yarn eslint **/*.js **/*.jsx",
"deploy": "gh-pages -d public -b source"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}