-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.81 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "antoine-portfolio",
"version": "1.0.0",
"main": "index.js",
"author": "Antoine Andrieu",
"homepage": "https://github.com/antoineandrieu/portfolio",
"license": "MIT",
"keywords": [
"gatsby",
"theme",
"contentful",
"PWA",
"blog"
],
"scripts": {
"build": "env-cmd --silent gatsby build",
"start": "env-cmd --silent gatsby develop",
"serve": "gatsby serve",
"setup": "node ./bin/setup.js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"@rebass/preset": "^4.0.5",
"@tippy.js/react": "^3.1.1",
"assert": "^2.0.0",
"babel-plugin-styled-components": "^1.13.2",
"gatsby": "^3.14.3",
"gatsby-plugin-google-analytics": "^4.1.0",
"gatsby-plugin-image": "^1.11.0",
"gatsby-plugin-manifest": "^3.11.0",
"gatsby-plugin-react-helmet": "^4.11.0",
"gatsby-plugin-sharp": "^3.11.0",
"gatsby-plugin-styled-components": "^4.11.0",
"gatsby-plugin-typescript": "^3.11.0",
"gatsby-source-contentful": "^5.11.0",
"gatsby-source-medium": "^3.11.0",
"gatsby-transformer-remark": "^4.8.0",
"react": "^17.0.2",
"react-awesome-reveal": "^3.8.1",
"react-dom": "^17.0.2",
"react-headroom": "^3.1.1",
"react-helmet": "^6.1.0",
"react-markdown": "^7.0.0",
"react-text-loop": "^2.3.0",
"rebass": "^4.0.7",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@types/react-headroom": "^2.2.2",
"@types/react-helmet": "^6.1.2",
"@types/rebass": "^4.0.9",
"chalk": "^4.1.2",
"contentful-import": "^8.2.23",
"env-cmd": "^10.1.0",
"inquirer": "^8.2.0",
"process": "^0.11.10",
"typescript": "^4.3.5"
}
}