-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.88 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.88 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
65
{
"name": "dexwallet-website",
"description": "A react starting point using GatsbyJS",
"version": "2.0.1",
"author": "Parminder Klair",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/perminder-klair/kickoff-gatsbyjs.git"
},
"bugs": {
"url": "https://github.com/perminder-klair/kickoff-gatsbyjs/issues"
},
"homepage": "https://github.com/perminder-klair/kickoff-gatsbyjs#readme",
"scripts": {
"start": "npm run develop",
"develop": "gatsby develop --no-cache",
"serve": "gatsby serve",
"build": "gatsby build",
"lint": "eslint --ignore-path .gitignore \"src/**/*.{js,jsx}\"",
"clean": "gatsby clean"
},
"dependencies": {
"gatsby": "^2.3.3",
"gatsby-image": "^2.0.35",
"gatsby-plugin-google-analytics": "^2.0.18",
"gatsby-plugin-manifest": "^2.0.25",
"gatsby-plugin-mixpanel": "^3.1.0",
"gatsby-plugin-nprogress": "^2.0.10",
"gatsby-plugin-offline": "^2.0.25",
"gatsby-plugin-react-helmet": "^3.0.11",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "^2.0.32",
"gatsby-plugin-styled-components": "^3.0.7",
"gatsby-source-filesystem": "^2.0.28",
"gatsby-transformer-sharp": "^2.1.17",
"prop-types": "^15.7.2",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-ga": "^2.7.0",
"react-helmet": "^5.2.0",
"styled-components": "^4.2.0"
},
"devDependencies": {
"babel-eslint": "10.0.1",
"babel-plugin-styled-components": "^1.10.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-import": "^2.15.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"prettier": "^1.16.1",
"pretty-quick": "^1.10.0"
},
"keywords": [
"npm",
"node",
"gatsbyjs",
"javascript",
"graphql",
"graphql",
"reactjs",
"boilerplate"
]
}