-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.08 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
{
"name": "sunway-innovators",
"private": true,
"description": "Sunway Innovators front-end built using GastbyJS and Contentful.",
"version": "1.0.0",
"author": "Haolun Tan <[email protected]>",
"dependencies": {
"gatsby": "next",
"gatsby-link": "next",
"gatsby-plugin-google-analytics": "^1.0.1",
"gatsby-plugin-manifest": "^1.0.1",
"gatsby-plugin-nprogress": "^1.0.1",
"gatsby-plugin-offline": "^1.0.1",
"gatsby-source-contentful": "next",
"gatsby-transformer-remark": "next",
"lodash": "^4.16.4",
"react-tap-event-plugin": "^2.0.1",
"react-typography": "^0.15.0",
"slash": "^1.0.0",
"typeface-montserrat": "0.0.31",
"typeface-varela-round": "0.0.31",
"typography": "^0.15.8",
"typography-breakpoint-constants": "^0.14.0"
},
"keywords": [
"gatsby",
"contentful",
"sunway innovators"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve"
},
"devDependencies": {
"babel-plugin-transform-runtime": "^6.23.0"
}
}