-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.13 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
{
"private": true,
"name": "phuocsss",
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"preload-fonts": "gatsby-preload-fonts",
"serve": "yarn build && gatsby serve -o -p 3000",
"start": "gatsby develop -o -p 3000",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"@emotion/core": "10.0.35",
"@mdx-js/mdx": "1.6.11",
"@mdx-js/react": "1.6.11",
"fs-extra": "9.0.1",
"gatsby": "2.24.54",
"gatsby-image": "2.4.17",
"gatsby-plugin-catch-links": "2.3.11",
"gatsby-plugin-layout": "1.3.10",
"gatsby-plugin-mdx": "1.2.38",
"gatsby-remark-images": "3.3.29",
"gatsby-remark-smartypants": "2.3.10",
"gatsby-source-filesystem": "2.3.28",
"gatsby-theme-essentials": "https://github.com/universse/gatsby-theme-essentials",
"mdx-utils": "0.2.0",
"prism-react-renderer": "1.1.1",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-helmet": "6.1.0",
"react-live": "2.2.2"
},
"devDependencies": {
"webpack-bundle-analyzer": "3.8.0"
},
"engines": {
"node": "10"
}
}