-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·44 lines (44 loc) · 1.38 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
{
"private": true,
"name": "coooldoggy.dev",
"description": "",
"version": "1.3.11",
"author": "LekoArts <[email protected]>",
"license": "0BSD",
"starter-name": "gatsby-starter-minimal-blog",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"develop:cypress": "cross-env CYPRESS_SUPPORT=y yarn develop",
"build:cypress": "cross-env CYPRESS_SUPPORT=y yarn build",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build --prefix-paths && gh-pages -d public -b depoly"
},
"dependencies": {
"@lekoarts/gatsby-theme-minimal-blog": "^3.0.0",
"@mdx-js/mdx": "1.6.22",
"@mdx-js/react": "1.6.22",
"gatsby": "^3.6.1",
"gatsby-omni-font-loader": "^1.3.1",
"gatsby-plugin-feed": "^3.6.0",
"gatsby-plugin-gatsby-cloud": "^2.6.1",
"gatsby-plugin-google-analytics": "^3.6.0",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-manifest": "^3.6.0",
"gatsby-plugin-mdx": "2.14.0",
"gatsby-plugin-netlify": "^3.6.1",
"gatsby-plugin-offline": "^4.6.0",
"gatsby-plugin-sitemap": "^4.2.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.22",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"cross-env": "^7.0.3",
"eslint-plugin-mdx": "1.15.1",
"gatsby-remark-smartypants": "4.11.0",
"gh-pages": "3.2.3"
}
}