-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.76 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.76 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
{
"name": "@codengage/site",
"description": "Landing Page Codengage",
"version": "1.0.0",
"private": true,
"license": "All copyrights reserved - Codengage",
"author": "Team Codengage <codengage@gmail.com>",
"scripts": {
"dev": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"analyze": "yarn analyze:lint && yarn analyze:prettier",
"analyze:lint": "eslint --ext .jsx --ext .js .",
"analyze:prettier": "prettier --list-different '**/*.{js,css,md,json}'",
"fix": "yarn fix:lint && yarn fix:prettier",
"fix:lint": "eslint --ext .jsx --ext .js . --fix",
"fix:prettier": "prettier --write '**/*.{js,css,md,json}'"
},
"dependencies": {
"gatsby": "2.12.0",
"gatsby-plugin-google-analytics": "^2.1.7",
"gatsby-plugin-manifest": "2.2.0",
"gatsby-plugin-postcss": "2.1.0",
"gatsby-plugin-purgecss": "4.0.0",
"gatsby-plugin-react-helmet": "3.1.0",
"gatsby-source-filesystem": "^2.1.1",
"gatsby-transformer-remark": "^2.5.0",
"glhd-tailwindcss-transitions": "^0.3.0",
"graphql": "14.4.1",
"mailchimp-api-v3": "^1.13.1",
"mailgun-js": "^0.22.0",
"md5": "^2.2.1",
"micro-cors": "^0.1.1",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-helmet": "5.2.1",
"react-slick": "^0.24.0",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@now/node": "^0.12.1",
"babel-eslint": "10.0.2",
"eslint": "5.16.0",
"eslint-config-react-app": "4.0.1",
"eslint-plugin-flowtype": "3.11.1",
"eslint-plugin-import": "2.18.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.14.2",
"eslint-plugin-react-hooks": "1.6.1",
"micro": "^9.3.4",
"prettier": "1.18.2",
"tailwindcss": "1.0.4"
}
}