-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.22 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.22 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
{
"name": "cufc-website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/odnh/cufc-website.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/odnh/cufc-website/issues"
},
"homepage": "https://github.com/odnh/cufc-website#readme",
"dependencies": {
"babel-plugin-styled-components": "^1.10.7",
"gatsby": "^2.23.3",
"gatsby-background-image": "^1.1.1",
"gatsby-image": "^2.4.7",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-manifest": "^2.4.18",
"gatsby-plugin-offline": "^3.2.17",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sharp": "^2.6.11",
"gatsby-plugin-smoothscroll": "^1.1.0",
"gatsby-plugin-styled-components": "^3.3.4",
"gatsby-source-filesystem": "^2.3.11",
"gatsby-transformer-sharp": "^2.5.5",
"gatsby-transformer-yaml": "^2.4.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"styled-components": "^5.1.1"
},
"devDependencies": {
"@types/styled-components": "^5.1.0"
}
}