-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 780 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 780 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
{
"name": "avimoskoff",
"private": false,
"description": "My personal website.",
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@material-ui/core": "^5.0.0-alpha.9",
"d3": "^5.16.0",
"d3-graphviz": "^3.1.0",
"react": "^16.12.0",
"react-dom": "^16.13.1",
"react-refresh": "^0.8.3"
},
"devDependencies": {
"acorn": "^6.4.1",
"gatsby": "^2.24.51",
"gatsby-plugin-manifest": "^2.4.25",
"prettier": "2.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/pireads/pireads.github.io"
}
}