This repository has been archived by the owner on Sep 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
64 lines (64 loc) · 2.12 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
{
"name": "gatsby-portfolio-blog",
"description": "gatsby template of portfolio and blog.",
"version": "1.0.0",
"author": "Shota Tamura <[email protected]>",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.2",
"@fortawesome/free-regular-svg-icons": "^5.2.0",
"@fortawesome/free-solid-svg-icons": "^5.2.0",
"@fortawesome/react-fontawesome": "^0.1.1",
"axios": "^0.18.0",
"babel-eslint": "^8.2.3",
"babel-polyfill": "^6.26.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"gatsby": "^2.4.3",
"gatsby-link": "^2.1.1",
"gatsby-plugin-feed": "^2.0.5",
"gatsby-plugin-glamor": "^2.1.3",
"gatsby-plugin-google-analytics": "^2.0.6",
"gatsby-plugin-google-tagmanager": "^2.0.5",
"gatsby-plugin-nprogress": "^2.0.5",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-sentry": "^0.1.0",
"gatsby-plugin-sharp": "^2.0.5",
"gatsby-plugin-sitemap": "^2.0.1",
"gatsby-plugin-typography": "^2.2.0",
"gatsby-remark-images": "^3.1.31",
"gatsby-remark-prismjs": "^3.0.0",
"gatsby-remark-relative-images": "^0.2.3",
"gatsby-source-filesystem": "^2.0.1",
"gatsby-transformer-remark": "^2.1.3",
"glamor": "^2.20.40",
"prismjs": "^1.23.0",
"prop-types": "^15.6.1",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-helmet": "^5.2.0",
"react-modal": "^3.3.2",
"react-onclickoutside": "^6.7.1",
"react-scroll": "^1.7.10",
"react-spinners": "^0.3.1",
"react-tooltip": "^3.4.0",
"react-typography": "^0.16.19",
"string.prototype.startswith": "^0.2.0",
"typography": "^0.16.19"
},
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"lint": "eslint --ext .js,.jsx .",
"prettier": "prettier --write \"src/**/*.{js,jsx,css}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0",
"prettier": "^1.12.1"
}
}