-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.99 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.99 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
62
63
64
{
"name": "delog",
"description": "A simplified blog for developers and designer. This starter built with Gatsby and Netlify CMS",
"author": "W3Layouts Team <support@w3layouts.com>",
"version": "0.1.0",
"license": "MIT",
"bugs": {
"url": "https://github.com/W3Layouts/Delog/issues"
},
"dependencies": {
"algoliasearch": "^4.1.0",
"axios": "^0.19.2",
"dotenv": "^8.2.0",
"gatsby": "^2.19.7",
"gatsby-plugin-algolia": "^0.6.0",
"gatsby-plugin-google-analytics": "^2.1.36",
"gatsby-plugin-netlify-cms": "^4.1.38",
"gatsby-plugin-react-helmet": "^3.1.22",
"gatsby-plugin-sass": "^2.1.28",
"gatsby-plugin-styled-components": "^3.2.1",
"gatsby-remark-embed-snippet": "^4.2.2",
"gatsby-remark-emojis": "^0.4.2",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-prismjs": "^3.4.1",
"gatsby-remark-reading-time": "^1.1.0",
"gatsby-source-filesystem": "^2.1.48",
"gatsby-source-instagram": "^0.7.0",
"gatsby-transformer-remark": "^2.7.1",
"js-search": "^2.0.0",
"netlify-cms-app": "^2.11.13",
"node-sass": "^4.13.1",
"prismjs": "^1.19.0",
"react": "^16.13.1",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-instantsearch": "^6.4.0",
"react-instantsearch-dom": "^6.4.0",
"styled-components": "^5.1.0",
"styled-icons": "^10.2.1"
},
"devDependencies": {
"gh-pages": "^2.2.0",
"prettier": "^1.19.1"
},
"homepage": "https://github.com/W3Layouts/Delog#readme",
"keywords": [
"gatsby",
"netlify cms"
],
"repository": {
"type": "git",
"url": "git+https://github.com/W3Layouts/Delog.git"
},
"scripts": {
"deploy": "gatsby build && gh-pages -d public -b master",
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
}
}