forked from san-diego-tech-hub/sdth-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
124 lines (124 loc) · 3.6 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "sdth-site",
"private": true,
"description": "Website for San Diego Tech Hub",
"version": "0.1.0",
"url": "https://www.sandiegotechhub.com",
"repository": {
"type": "git",
"url": "https://github.com/san-diego-tech-hub/sdth-site"
},
"bugs": {
"url": "https://github.com/san-diego-tech-hub/sdth-site/issues"
},
"contributors": [
"Wilmer Guerra <[email protected]>",
"Leeland Clenista",
"Kevin Brewer <[email protected]>",
"Nick Peddie",
"Joseph Huynh <[email protected]>",
"Adam Funk <[email protected]>",
"Jesse Loftus",
"Steph Huynh",
"Peter Tiszavolgyi",
"Dragan Lukic",
"Erick Ochoa"
],
"scripts": {
"build": "cross-env LOCAL_BUILD=true gatsby build",
"clearCache": "rm -rf ./.cache",
"serve": "gatsby serve",
"start": "gatsby develop",
"test": "jest --watchAll"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx}": [
"eslint --fix",
"jest --passWithNoTests",
"git add"
]
},
"engines": {
"node": "10.16",
"npm": "6.9"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.12",
"@fortawesome/free-brands-svg-icons": "^5.6.3",
"@fortawesome/free-solid-svg-icons": "^5.6.3",
"@fortawesome/react-fontawesome": "^0.1.4",
"babel-plugin-styled-components": "^1.10.0",
"color": "^3.1.0",
"dotenv": "^6.2.0",
"gatsby": "^2.8.2",
"gatsby-image": "^2.0.20",
"gatsby-plugin-google-analytics": "^2.0.9",
"gatsby-plugin-google-fonts": "0.0.4",
"gatsby-plugin-mailchimp": "^4.0.0",
"gatsby-plugin-manifest": "^2.0.9",
"gatsby-plugin-netlify-cms": "^3.0.12",
"gatsby-plugin-offline": "^2.0.16",
"gatsby-plugin-react-helmet": "^3.0.2",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-remove-trailing-slashes": "^2.0.6",
"gatsby-plugin-sharp": "^2.1.1",
"gatsby-plugin-styled-components": "^3.0.4",
"gatsby-plugin-typography": "^2.2.5",
"gatsby-remark-images": "^3.0.13",
"gatsby-source-eventbrite": "^1.1.0",
"gatsby-source-filesystem": "^2.0.37",
"gatsby-source-meetup": "0.0.1",
"gatsby-transformer-json": "^2.1.6",
"gatsby-transformer-remark": "^2.3.12",
"gatsby-transformer-sharp": "^2.1.19",
"google-maps-react": "^2.0.2",
"googleapis": "^37.1.0",
"moment": "^2.24.0",
"netlify-cms": "^2.9.1",
"nuka-carousel": "^4.5.4",
"prop-types": "^15.6.2",
"react": "^16.8.1",
"react-big-calendar": "^0.20.3",
"react-burger-menu": "^2.6.5",
"react-dom": "^16.8.1",
"react-helmet": "^5.2.0",
"react-modal": "^3.8.1",
"react-responsive-embed": "^2.1.0",
"react-reveal": "^1.2.2",
"react-toastify": "^4.5.2",
"react-typography": "^0.16.18",
"remark": "^10.0.1",
"remark-html": "^9.0.0",
"striptags": "^3.1.1",
"styled-components": "^4.1.3",
"typography": "^0.16.18",
"urlencode": "^1.1.0"
},
"devDependencies": {
"@babel/polyfill": "^7.4.3",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.3.1",
"babel-preset-gatsby": "^0.1.8",
"cross-env": "^5.2.0",
"eslint": "^5.14.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"gatsby-plugin-eslint": "^2.0.4",
"husky": "^1.3.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.3.1",
"jest-dom": "^3.1.2",
"jest-fetch-mock": "^2.1.1",
"lint-staged": "^8.1.4",
"react-testing-library": "^6.0.0"
},
"license": "MIT"
}