-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.08 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.08 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
{
"name": "Solace-Tutorials",
"private": true,
"description": "Solace Tutorials",
"version": "2.0.0",
"author": "Solace Community <community@solace.com>",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.6.0",
"@fortawesome/free-brands-svg-icons": "6.6.0",
"@fortawesome/free-solid-svg-icons": "6.6.0",
"@fortawesome/react-fontawesome": "0.2.2",
"bootstrap": "5.3.3",
"gatsby": "5.13.7",
"gatsby-image": "3.11.0",
"gatsby-plugin-breadcrumb": "12.3.2",
"gatsby-plugin-google-fonts": " 1.0.1",
"gatsby-plugin-manifest": "5.13.1",
"gatsby-plugin-react-helmet": "6.13.1",
"gatsby-plugin-sharp": "5.13.1",
"gatsby-plugin-sitemap": "6.13.1",
"gatsby-remark-autolink-headers": "^6.0.0",
"gatsby-remark-code-buttons": " 2.0.7",
"gatsby-remark-embed-markdown": "file:./gatsby-remark-embed-markdown",
"gatsby-remark-embed-snippet": "^8.0.0",
"gatsby-remark-external-links": " 0.0.4",
"gatsby-remark-images": "^7.13.2",
"gatsby-remark-prismjs": "^7.0.0",
"gatsby-source-filesystem": "5.13.1",
"gatsby-source-git": "file:gatsby-source-git",
"gatsby-transformer-remark": "6.13.1",
"gatsby-transformer-sharp": "5.13.1",
"gatsby-transformer-yaml": "5.13.1",
"prismjs": "1.29.0",
"prop-types": "15.8.1",
"react": "^18.3.1",
"react-bootstrap": "^2.10.4",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-scroll": "^1.9.0",
"react-share": "^5.2.0",
"react-tooltip": "^5.28.0"
},
"devDependencies": {
"prettier": "^3.0.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}