-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.55 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.55 KB
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
{
"name": "rk-community-site",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:wgao19/rk-community-site.git",
"author": "Wei Gao <wgao19@gmail.com>",
"license": "MIT",
"dependencies": {
"@raae/gatsby-remark-oembed": "^0.1.1",
"@reach/router": "^1.2.1",
"axios": "^0.19.0",
"classnames": "^2.2.6",
"gatsby": "^2.17.4",
"gatsby-plugin-favicon": "^3.1.6",
"gatsby-plugin-google-analytics": "^2.1.23",
"gatsby-plugin-offline": "^3.0.16",
"gatsby-plugin-react-helmet": "^3.1.13",
"gatsby-plugin-sass": "^2.1.20",
"gatsby-plugin-sharp": "^2.3.4",
"gatsby-plugin-typography": "^2.3.14",
"gatsby-remark-images": "^3.1.28",
"gatsby-source-airtable": "^2.0.10",
"gatsby-source-filesystem": "^2.1.33",
"gatsby-source-graphql": "^2.1.20",
"gatsby-transformer-remark": "^2.6.30",
"gatsby-transformer-sharp": "^2.3.6",
"react": "^0.0.0-experimental-f6b8d31a7",
"react-dom": "^0.0.0-experimental-f6b8d31a7",
"react-helmet": "^5.2.1",
"react-key-handler": "^1.2.0-beta.3",
"react-typography": "^0.16.19",
"rehype-react": "^4.0.1",
"typography": "^0.16.19"
},
"devDependencies": {
"dotenv": "^8.2.0",
"prettier": "^1.18.2",
"sass": "^1.23.1"
},
"scripts": {
"develop": "gatsby develop -H 0.0.0.0",
"start": "npm run develop",
"build": "yarn run functions && gatsby build",
"functions": "cd src/functions && yarn run build"
},
"resolutions": {
"gatsby-plugin-favicon/favicons-webpack-plugin/favicons/sharp": "^0.23.1"
}
}