-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.84 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.84 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "personal-website",
"description": "Zhanar Osmonaliev's personal blog.",
"author": "Zhanarbek Osmonaliev",
"version": "1.6.0",
"license": "MIT",
"bugs": {
"url": "https://github.com/W3Layouts/gatsby-starter-delog/issues"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/lab": "^4.0.0-alpha.57",
"gatsby": "^2.31.1",
"gatsby-plugin-dark-mode": "^1.1.1",
"gatsby-plugin-google-analytics": "^2.3.17",
"gatsby-plugin-manifest": "^2.4.1",
"gatsby-plugin-material-ui": "^2.0.0-beta.2",
"gatsby-plugin-netlify-cms": "^4.1.38",
"gatsby-plugin-offline": "^3.2.0",
"gatsby-plugin-react-helmet": "^3.1.22",
"gatsby-plugin-sass": "^2.8.0",
"gatsby-plugin-sitemap": "^2.4.0",
"gatsby-remark-prismjs": "^3.3.31",
"gatsby-source-filesystem": "^2.1.48",
"gatsby-transformer-remark": "^2.6.53",
"netlify-cms-app": "^2.11.13",
"node-sass": "^4.14.1",
"prism-themes": "^1.5.0",
"prismjs": "^1.26.0",
"react": "^17.0.1",
"react-dom": "^17.0.2",
"react-feather": "^2.0.8",
"react-helmet": "^5.2.1",
"react-hook-form": "^6.13.1",
"react-text-loop": "^2.3.0"
},
"devDependencies": {
"prettier": "^1.19.1"
},
"homepage": "https://github.com/janarosmonaliev/blog-gatsby-app/",
"keywords": [
"Portfolio",
"Blog",
"Janar",
"Zhanarbek",
"Zhanar",
"Osmonaliev",
"Stony Brook",
"Software Engineer"
],
"scripts": {
"build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"build-test": "gatsby build --prefix-paths",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "gatsby clean && gatsby build --log-pages && gatsby serve"
}
}