-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2 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
63
64
65
66
67
{
"name": "@pauloelias/pauloelias.com",
"description": "Source for pauloelias.com, my personal site.",
"version": "1.0.0",
"license": "MIT",
"engines": {
"node": "12.13.0",
"yarn": "1.19.1"
},
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"develop": "gatsby develop -H 0.0.0.0 -p 8000",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
},
"dependencies": {
"@emotion/core": "^10.0.21",
"@emotion/styled": "^10.0.17",
"@mdx-js/mdx": "^1.5.1",
"@mdx-js/react": "^1.5.1",
"@sindresorhus/slugify": "^0.9.1",
"gatsby": "^2.17.0",
"gatsby-image": "^2.2.29",
"gatsby-plugin-emotion": "^4.1.12",
"gatsby-plugin-gtag": "^1.0.11",
"gatsby-plugin-manifest": "^2.2.26",
"gatsby-plugin-mdx": "^1.0.53",
"gatsby-plugin-postcss": "^2.1.13",
"gatsby-plugin-react-helmet": "^3.1.13",
"gatsby-plugin-sharp": "^2.2.32",
"gatsby-remark-images": "^3.1.28",
"gatsby-remark-prismjs": "^3.3.20",
"gatsby-source-filesystem": "^2.1.33",
"gatsby-transformer-remark": "^2.6.30",
"gatsby-transformer-sharp": "^2.3.0",
"lodash": "^4.17.19",
"postcss-import": "^12.0.1",
"prismjs": "^1.17.1",
"prop-types": "^15.7.2",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-helmet": "^5.2.1",
"react-icons": "^3.8.0",
"react-obfuscate": "^3.6.2",
"react-spring": "^8.0.27",
"react-waypoint": "^9.0.2",
"typeface-merriweather": "^0.0.72",
"typeface-raleway": "^0.0.75"
},
"devDependencies": {
"babel-preset-gatsby": "^0.2.20",
"postcss-preset-env": "^6.7.0",
"prettier": "^1.18.2",
"tailwind.macro": "^1.0.0-alpha.10",
"tailwindcss": "^1.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/pauloelias/pauloelias.com"
},
"bugs": {
"url": "https://github.com/pauloelias/pauloelias.com/issues"
}
}