-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
64 lines (64 loc) · 1.99 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
{
"name": "os-docs",
"version": "1.0.0",
"private": true,
"description": "os-docs",
"author": "Pratheep Velicherla",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "NODE_ENV=development gatsby develop -H 0.0.0.0",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "NODE_ENV=development gatsby serve -H 0.0.0.0",
"clean": "gatsby clean",
"deploy": "gatsby-plugin-s3 deploy -y",
"index": "node ./scripts/indexr.js"
},
"dependencies": {
"@github-docs/frontmatter": "^1.3.1",
"axios": "^0.25.0",
"dotenv": "^10.0.0",
"gatsby": "^3.13.0",
"gatsby-plugin-env-variables": "^2.3.0",
"gatsby-plugin-google-analytics": "^4.14.0",
"gatsby-plugin-google-gtag": "^4.4.0",
"gatsby-plugin-image": "^1.13.0",
"gatsby-plugin-react-helmet": "^6.9.0",
"gatsby-plugin-s3": "^0.3.8",
"gatsby-plugin-sass": "^4.13.0",
"gatsby-plugin-sharp": "^3.13.0",
"gatsby-plugin-ts-freshchat": "file:plugins/gatsby-plugin-ts-freshchat",
"gatsby-remark-autolink-headers": "^2.1.11",
"gatsby-remark-check-links": "^2.1.0",
"gatsby-remark-custom-blocks": "^3.14.0",
"gatsby-remark-embed-video": "^3.1.1",
"gatsby-remark-images": "^6.4.0",
"gatsby-remark-prismjs": "^3.4.1",
"gatsby-remark-responsive-iframe": "^2.4.1",
"gatsby-source-filesystem": "^3.13.0",
"gatsby-transformer-remark": "^3.2.0",
"gatsby-transformer-sharp": "^3.13.0",
"glob": "^7.1.7",
"graphql-request": "^6.1.0",
"install": "^0.13.0",
"npm": "^8.3.0",
"prismjs": "^1.25.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-google-recaptcha": "^2.1.0",
"react-helmet": "^6.1.0",
"react-instantsearch-dom": "^6.12.1",
"react-onclickout": "^2.0.8",
"sass": "^1.41.0",
"tailwindcss": "^2.2.15",
"typesense": "^1.5.4",
"typesense-instantsearch-adapter": "^2.7.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"gatsby-plugin-postcss": "^4.13.0"
}
}