-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.78 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
{
"private": true,
"version": "1.0.0",
"name": "pantherspainting",
"description": "Website for Panthers Painting Atlanta LLC",
"author": "Muhammad Javed",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint \"**/*.{js,jsx,ts,tsx}\" --quiet --fix",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,css,json}\""
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^14.1.2",
"@contentful/rich-text-types": "^14.1.2",
"antd": "^4.8.0",
"dotenv": "^8.2.0",
"faunadb": "^4.2.0",
"gatsby": "^2.25.3",
"gatsby-background-image": "^1.1.2",
"gatsby-image": "^2.4.20",
"gatsby-plugin-import": "^2.1.7",
"gatsby-plugin-less": "^4.0.5",
"gatsby-plugin-manifest": "^2.5.2",
"gatsby-plugin-minify-classnames": "^0.2.0",
"gatsby-plugin-offline": "^3.3.2",
"gatsby-plugin-react-helmet": "^3.3.12",
"gatsby-plugin-sharp": "^2.7.1",
"gatsby-plugin-sitemap": "^4.0.0",
"gatsby-source-contentful": "^2.3.49",
"gatsby-source-filesystem": "^2.4.2",
"gatsby-transformer-sharp": "^2.5.21",
"lambda-multipart-parser": "^1.0.1",
"nodemailer": "^6.6.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"babel-plugin-import": "^1.13.3",
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.21.3",
"eslint-plugin-react-hooks": "^4.1.2",
"prettier": "2.1.1",
"stylelint": "^13.7.2",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^20.0.0"
}
}