-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.46 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
{
"name": "pcv-website",
"version": "1.0.0",
"private": true,
"description": "Penn Climate Ventures",
"author": "PCV",
"keywords": [
"climate",
"environment",
"startup",
"venture",
"tech",
"Penn"
],
"scripts": {
"develop": "export NODE_OPTIONS=--openssl-legacy-provider; gatsby develop",
"start": "export NODE_OPTIONS=--openssl-legacy-provider; gatsby develop",
"build": "export NODE_OPTIONS=--openssl-legacy-provider; gatsby build",
"serve": "export NODE_OPTIONS=--openssl-legacy-provider; gatsby serve",
"clean": "export NODE_OPTIONS=--openssl-legacy-provider; gatsby clean"
},
"dependencies": {
"babel-plugin-styled-components": "^1.12.0",
"gatsby": "^3.11.1",
"gatsby-plugin-image": "^1.11.0",
"gatsby-plugin-manifest": "^3.11.0",
"gatsby-plugin-react-helmet": "^4.11.0",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sass": "^4.11.0",
"gatsby-plugin-sharp": "^3.11.0",
"gatsby-plugin-styled-components": "^4.11.0",
"gatsby-remark-images": "^5.8.0",
"gatsby-source-filesystem": "^3.11.0",
"gatsby-transformer-remark": "^4.8.0",
"gatsby-transformer-sharp": "^3.11.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-intersection-observer": "^8.32.0",
"react-is": "^17.0.2",
"react-scroll": "^1.8.2",
"sass": "^1.32.8",
"styled-components": "^5.2.1"
},
"devDependencies": {
"prop-types": "^15.8.1"
}
}