-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.25 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
{
"name": "teaching-dd17",
"version": "1.0.0",
"private": true,
"description": "teaching-dd17",
"author": "bndndr",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"dev-m": "gatsby develop -H 0.0.0.0 -p 8000 -o",
"dev-m-clean": "gatsby clean && gatsby develop -H 0.0.0.0 -p 8000 -o",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@react-icons/all-files": "^4.1.0",
"gatsby": "^3.12.1",
"gatsby-plugin-fontawesome-css": "^1.1.0",
"gatsby-plugin-google-analytics": "^3.12.0",
"gatsby-plugin-image": "^1.12.0",
"gatsby-plugin-mdx": "^2.12.0",
"gatsby-plugin-react-helmet": "^4.13.0",
"gatsby-plugin-sass": "^4.12.0",
"gatsby-plugin-sharp": "^3.12.0",
"gatsby-plugin-sitemap": "^4.8.0",
"gatsby-source-filesystem": "^3.12.0",
"gatsby-transformer-sharp": "^3.12.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"sass": "^1.38.2"
},
"devDependencies": {
"gh-pages": "^3.2.3"
}
}