-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.51 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "gatsby-starter-default",
"private": true,
"description": "Lakeview AGC in gatsby js",
"version": "0.1.0",
"author": "Vince <[email protected]>",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/styles": "^4.10.0",
"antd": "^4.10.2",
"axios": "^0.21.1",
"bootstrap": "^4.5.2",
"chokidar": "^3.4.0",
"d3": "^7.2.1",
"gatsby": "^2.24.47",
"gatsby-image": "^2.4.16",
"gatsby-plugin-google-gtag": "^5.13.0",
"gatsby-plugin-htaccess": "^1.4.0",
"gatsby-plugin-manifest": "^2.4.23",
"gatsby-plugin-offline": "^3.2.23",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sass": "^2.3.12",
"gatsby-plugin-sharp": "^2.6.27",
"gatsby-source-contentful": "^4.5.0",
"gatsby-source-filesystem": "^2.3.24",
"gatsby-theme-material-ui": "^1.0.13",
"gatsby-transformer-sharp": "^2.5.13",
"jquery": "^3.5.1",
"materialize-css": "^1.0.0",
"mdbootstrap": "^4.19.1",
"moment": "^2.29.1",
"node-sass": "^4.14.1",
"popper.js": "^1.16.1",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-animated-slider": "^2.0.0",
"react-datepicker": "^3.4.1",
"react-dom": "^16.14.0",
"react-ga": "^3.3.1",
"react-helmet": "^6.1.0",
"react-moment": "^1.1.1",
"react-multi-carousel": "^2.8.2",
"react-slick": "^0.27.14",
"slick-carousel": "^1.8.1",
"styled-components": "^5.1.1",
"tailwindcss": "^2.2.19",
"typeface-raleway": "0.0.75",
"typeface-roboto": "0.0.75",
"uuid": "^8.3.2"
},
"devDependencies": {
"autoprefixer": "^10.2.1",
"gatsby-plugin-postcss": "^6.4.0",
"postcss-cli": "^8.3.1",
"postcss-preset-env": "^6.7.0",
"prettier": "2.0.5"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kipyegonline/lakeview-gatsby"
},
"bugs": {
"url": "http://lakeviewagc.net"
}
}