-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.13 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": "jeyser-crm-website",
"license": "MIT",
"dependencies": {
"classnames": "^2.2.5",
"dotenv": "^6.2.0",
"fontawesome": "^4.7.2",
"gatsby": "^4.0.0",
"gatsby-plugin-google-analytics": "^4.0",
"gatsby-plugin-manifest": "^4.0",
"gatsby-plugin-offline": "^5.7",
"gatsby-plugin-react-helmet": "^5.7",
"gatsby-plugin-remove-serviceworker": "^1.0",
"gatsby-plugin-sass": "^5.7",
"gatsby-plugin-sharp": "^4.7",
"gatsby-plugin-sitemap": "^5.7",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-prismjs": "^6.7.0",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-transformer-sharp": "^4.7",
"gatsby-transformer-yaml": "^4.7",
"sass": "^1.49",
"normalize.css": "^7.0.0",
"prismjs": "^1.25.0",
"react": "^17.0.1",
"react-async-script-loader": "^0.3.0",
"react-collapsible": "^2.8",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-html-parser": "^2.0.1",
"react-router-dom": "^6.2",
"webpack": "^5.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17",
"@xmldom/xmldom": "^0.8.4",
"eslint": "^8.9.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-webpack-plugin": "^3.1.1",
"gatsby-plugin-catch-links": "^4.0",
"gatsby-remark-autolink-headers": "^5.7",
"gatsby-remark-copy-images": "^0.2.1",
"gatsby-remark-copy-linked-files": "^5.7",
"gatsby-remark-images": "^6.7",
"gatsby-remark-responsive-image": "^1.0.0-alpha13-alpha.435e0178",
"gatsby-source-filesystem": "^4.7",
"gatsby-transformer-remark": "^5.7",
"h5o": "^0.11.3",
"js-yaml": "^3.10.0",
"jsdom": "^19.0",
"markdown": "^0.5.0",
"prettier": "^1.5.2",
"remark-inline-links": "^3.0.4",
"xpath": "^0.0.24"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"serve": "gatsby serve",
"format": "eslint --fix 'src/**/*.js'",
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
}
}