-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.24 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
{
"name": "www.webdoc.com",
"version": "1.0.0",
"private": true,
"description": "www.webdoc.com",
"author": "Shukant Pal",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build:gatsby": "gatsby build && rm -rf docs && mv public docs",
"build:webdoc": "webdoc --tutorials ./guides --site-root guides --site-domain https://www.webdoclabs.com --verbose",
"build": "yarn build:gatsby && yarn build:webdoc && echo \"www.webdoclabs.com\" > docs/CNAME",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@babel/core": "^7.17.4",
"@fontsource/inter": "^4.5.5",
"@fontsource/roboto": "^4.5.3",
"@fontsource/roboto-mono": "^4.5.3",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@webdoc/cli": "1.6.6",
"gatsby": "^4.7.2",
"gatsby-plugin-image": "^2.7.0",
"gatsby-plugin-mdx": "^3.7.1",
"gatsby-plugin-sass": "^5.7.0",
"gatsby-plugin-sharp": "^4.7.0",
"gatsby-plugin-sitemap": "^5.7.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^4.7.0",
"gatsby-transformer-sharp": "^4.7.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"sass": "^1.49.8"
}
}