-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.33 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.33 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
50
51
52
53
{
"name": "georgia-tech-chinese-student-association-website",
"description": "Georgia Tech CSA Website",
"private": false,
"version": "0.0.1",
"author": "Matt Chen <github.com/fattimo>",
"bugs": {
"url": "https://github.com/GT-CSA/GT-CSA.github.io/issues"
},
"dependencies": {
"@contentful/rich-text-plain-text-renderer": "^15.12.1",
"gatsby": "^4.0.0",
"gatsby-plugin-image": "^2.0.0",
"gatsby-plugin-react-helmet": "^5.0.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-sharp": "^4.0.0",
"gatsby-source-contentful": "^7.0.0",
"gatsby-transformer-sharp": "^4.0.0",
"gh-pages": "^3.1.0",
"lodash": "^4.17.21",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-helmet": "^6.1.0",
"reading-time": "^2.0.0-1"
},
"devDependencies": {
"contentful-import": "^8.3.0"
},
"engines": {
"node": ">=14.0.0"
},
"homepage": "https://github.com/GT-CSA/GT-CSA.github.io",
"keywords": [
"gatsby",
"contentful",
"starter",
"Georgia Tech",
"Chinese Student Association",
"website",
"blog"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/GT-CSA/GT-CSA.github.io.git"
},
"scripts": {
"dev": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve"
}
}