-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 817 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 817 Bytes
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
{
"name": "portfolio",
"version": "1.2.1",
"description": "Personal portfolio website.",
"author": "Quentin Ribierre @quentinR",
"homepage": "https://www.quentinribierre.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/quentinR/Portfolio.git"
},
"engines": {
"node": "10.4.0",
"npm": "6.1.0"
},
"scripts": {
"dev": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve"
},
"dependencies": {
"flexboxgrid": "^6.3.1",
"font-awesome": "^4.7.0",
"gatsby": "^1.9.279",
"gatsby-link": "^1.6.46",
"gatsby-plugin-google-analytics": "^1.0.24",
"gatsby-plugin-google-fonts": "0.0.4",
"gatsby-plugin-sass": "^1.0.26",
"include-media": "^1.4.9",
"milligram-scss": "^1.3.0",
"react-helmet": "^5.2.0"
}
}