forked from dexlab-io/DexWallet-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.05 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "dexwallet-website",
"description": "Dexwallet Website, bundled with awesome GatsbyJs v2.",
"version": "2.0.1",
"author": "Parminder Klair",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/dexlab-io/DexWallet-website.git"
},
"bugs": {
"url": "https://github.com/dexlab-io/DexWallet-website/issues"
},
"homepage": "https://github.com/dexlab-io/DexWallet-website#readme",
"scripts": {
"start": "npm run develop",
"develop": "gatsby develop",
"serve": "gatsby serve",
"build": "gatsby build",
"lint": "eslint --ignore-path .gitignore \"src/**/*.{js,jsx}\"",
"format": "prettier-eslint --write \"src/**/*.{js,jsx,json,css,md}\""
},
"dependencies": {
"gatsby": "next",
"gatsby-plugin-favicon": "^3.1.4",
"gatsby-plugin-google-analytics": "next",
"gatsby-plugin-mailchimp": "https://github.com/benjaminhoffman/gatsby-plugin-mailchimp.git#gatsby-v2",
"gatsby-plugin-manifest": "next",
"gatsby-plugin-nprogress": "next",
"gatsby-plugin-offline": "next",
"gatsby-plugin-react-helmet": "next",
"gatsby-plugin-sharp": "next",
"gatsby-plugin-sitemap": "^1.2.25",
"gatsby-plugin-styled-components": "next",
"gatsby-source-prismic": "^1.1.0",
"gatsby-transformer-sharp": "next",
"polished": "^2.0.3",
"prismic-dom": "^2.1.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-headroom": "^2.2.2",
"react-helmet": "^5.2.0",
"styled-components": "^3.4.5",
"underscore": "^1.9.1"
},
"devDependencies": {
"babel-eslint": "8",
"babel-plugin-styled-components": "^1.5.1",
"eslint": "^5.4.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-react": "^7.11.1",
"prettier-eslint-cli": "^4.7.1"
},
"keywords": [
"npm",
"node",
"gatsbyjs",
"javascript",
"graphql",
"graphql",
"reactjs",
"boilerplate"
]
}