-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2 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
56
57
58
59
60
61
62
63
64
{
"name": "tinney.dev",
"private": true,
"description": "A simple personal website",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"dev": "npm run develop",
"develop": "gatsby develop",
"serve": "gatsby serve",
"start": "npm run develop",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-brands-svg-icons": "^5.8.1",
"@fortawesome/free-regular-svg-icons": "^5.8.1",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"babel-eslint": "10.0.1",
"gatsby": "2.3.29",
"gatsby-link": "2.0.16",
"gatsby-plugin-catch-links": "2.0.13",
"gatsby-plugin-google-analytics": "2.0.18",
"gatsby-plugin-react-helmet": "3.0.12",
"gatsby-plugin-robots-txt": "1.7",
"gatsby-plugin-sitemap": "2.0.12",
"gatsby-remark-autolink-headers": "2.0.16",
"gatsby-remark-custom-blocks": "2.0.7",
"gatsby-remark-prismjs": "3.2.8",
"gatsby-source-filesystem": "2.0.32",
"gatsby-transformer-json": "2.1.11",
"gatsby-transformer-remark": "2.3.11",
"path": "0.12.7",
"pinkie-promise": "git+https://github.com/floatdrop/pinkie-promise.git",
"prismjs": "^1.16.0",
"prop-types": "^15.7.2",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-hamburger-menu": "^1.1.1",
"react-helmet": "5.2.0",
"react-responsive": "6.1.2",
"react-scroll-up": "1.3.3",
"react-tiny-popover": "3.4.2",
"webpack": "^4.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/cdtinney/tinney.dev"
},
"bugs": {
"url": "https://github.com/cdtinney/tinney.dev/issues"
},
"devDependencies": {
"eslint": "6.8.0",
"eslint-config-airbnb": "18.1.0",
"eslint-loader": "3.0.2",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-react": "7.34.3",
"gatsby-plugin-eslint": "2.0.8"
}
}