-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.46 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
{
"name": "justin-kaseman",
"description": "Justin Kaseman's portfolio website",
"version": "1.0.1",
"author": "Justin Kaseman <justinkaseman@live.com>",
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"d3": "^6.1.1",
"gatsby": "^2.24.53",
"gatsby-cli": "^2.12.91",
"gatsby-image": "^2.4.16",
"gatsby-plugin-manifest": "^2.4.27",
"gatsby-plugin-offline": "^3.2.26",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sharp": "^2.6.31",
"gatsby-plugin-transition-link": "^1.20.2",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^2.3.27",
"gatsby-transformer-sharp": "^2.5.14",
"gatsby-transformer-yaml": "^2.4.10",
"gsap": "^3.5.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-faux-dom": "^4.5.0",
"react-helmet": "^6.1.0",
"react-motion": "^0.5.2",
"react-simple-maps": "^2.1.2",
"react-three-fiber": "^4.2.21",
"roughjs": "^4.3.1",
"styled-components": "^5.2.0",
"textures": "^1.2.2",
"three": "^0.120.1",
"typewriter-effect": "^2.13.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^2.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/Jkasem/justinkaseman.com"
}
}