-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.44 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
{
"name": "sns-blog",
"version": "1.0.0",
"main": "index.js",
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "yarn run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"netlify:login": "netlify login",
"netlify:deploy": "netlify deploy -d public -p"
},
"devDependencies": {
"@mdx-js/mdx": "^1.6.16",
"netlify-cli": "^2.61.2",
"prettier": "^2.1.1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@gatsby-contrib/gatsby-plugin-elasticlunr-search": "^2.4.2",
"chroma-js": "^2.1.0",
"clsx": "^1.1.1",
"dotenv": "^8.2.0",
"gatsby": "^2.24.54",
"gatsby-image": "^2.4.17",
"gatsby-plugin-google-analytics": "^2.3.13",
"gatsby-plugin-manifest": "^2.4.28",
"gatsby-plugin-nprogress": "^2.3.10",
"gatsby-plugin-offline": "^3.2.27",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sharp": "^2.6.32",
"gatsby-plugin-typography": "^2.5.10",
"gatsby-remark-prismjs": "^3.5.11",
"gatsby-source-contentful": "^2.3.42",
"gatsby-transformer-remark": "^2.8.33",
"gatsby-transformer-sharp": "^2.5.14",
"prismjs": "^1.21.0",
"query-string": "^6.13.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-typography": "^0.16.19",
"typography": "^0.16.19",
"typography-theme-fairy-gates": "^0.16.19"
}
}