-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.01 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
{
"name": "gatsby-starter-split-desgin",
"description": "Gatsby Starter Split Design",
"version": "0.1.0",
"author": "Aman Mittal <amandeepmittal@live.com>",
"dependencies": {
"gatsby": "^1.9.153",
"gatsby-link": "^1.6.34",
"gatsby-plugin-favicon": "^3.1.4",
"gatsby-plugin-google-analytics": "1.0.15",
"gatsby-plugin-manifest": "1.0.12",
"gatsby-plugin-offline": "1.0.12",
"gatsby-plugin-react-helmet": "^2.0.3",
"gatsby-plugin-sitemap": "1.2.10",
"gatsby-plugin-styled-components": "2.0.4",
"react-helmet": "^5.2.0",
"react-icons": "2.2.7",
"react-toggle-display": "2.2.0",
"styled-components": "2.4.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.10.2"
}
}