-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.72 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.72 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
54
55
{
"name": "aaronraff.github.io",
"version": "1.0.0",
"description": "Aaron Raff's personal site",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"optimize": "node scripts/optimize.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aaronraff/aaronraff.github.io.git"
},
"author": "Aaron Raff",
"license": "ISC",
"bugs": {
"url": "https://github.com/aaronraff/aaronraff.github.io/issues"
},
"homepage": "https://github.com/aaronraff/aaronraff.github.io#readme",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"disqus-react": "^1.0.8",
"dotenv": "^8.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"gatsby": "^2.32.0",
"gatsby-image": "^2.4.3",
"gatsby-plugin-feed": "^2.13.0",
"gatsby-plugin-postcss": "^2.3.1",
"gatsby-plugin-react-helmet": "^3.3.2",
"gatsby-plugin-sharp": "^2.6.2",
"gatsby-remark-prismjs": "^3.5.2",
"gatsby-source-filesystem": "^2.3.5",
"gatsby-transformer-remark": "^2.8.10",
"gatsby-transformer-sharp": "^2.5.2",
"prismjs": "^1.25.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.0.0",
"tailwindcss": "^1.4.6"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1"
}
}