generated from solacecommunity/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.96 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
{
"name": "solace-feeds-site",
"version": "2.0.0",
"private": false,
"description": "Solace Event Feeds Site",
"author": "Tamimi",
"keywords": [
"Solace",
"Feeds",
"Realtime",
"EventDriven"
],
"scripts": {
"develop": "concurrently -k \"node localFeedsServer.js\" \"gatsby develop -p 3377\"",
"start": "concurrently -k \"node localFeedsServer.js\" \"gatsby develop -p 3377\"",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@faker-js/faker": "^9.0.3",
"@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",
"@solace-labs/solace-data-generator": "^1.0.10",
"antd": "^5.21.1",
"bootstrap": "^5.3.3",
"bufferutil": "^4.0.8",
"cors": "^2.8.5",
"fs": "^0.0.1-security",
"gatsby": "5.13.7",
"gatsby-image": "3.11.0",
"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-transformer-sharp": "5.13.1",
"path": "^0.12.7",
"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-highlight-words": "^0.20.0",
"react-icons": "^5.3.0",
"react-infinite-scroll-component": "^6.1.0",
"react-router-dom": "^6.26.2",
"react-scroll": "^1.9.0",
"react-share": "^5.1.0",
"react-syntax-highlighter": "^15.6.1",
"solclientjs": "^10.17.0",
"utf-8-validate": "^6.0.4"
},
"devDependencies": {
"concurrently": "^9.1.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"express": "^4.21.0",
"prettier": "^3.3.3"
}
}