-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.77 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
{
"name": "2019.nitta.studio",
"description": "",
"version": "1.0.0",
"author": "Soichiro Nitta",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"format": "prettier --write src/**/*.{js,ts,jsx,tsx}",
"start": "npm run develop",
"serve": "gatsby serve"
},
"dependencies": {
"@emotion/core": "^10.0.15",
"@emotion/styled": "^10.0.15",
"@fortawesome/fontawesome-svg-core": "^1.2.22",
"@fortawesome/pro-duotone-svg-icons": "^5.10.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"@weknow/gatsby-remark-twitter": "^0.2.3",
"emotion-theming": "^10.0.18",
"gatsby": "^2.15.15",
"gatsby-image": "^2.2.8",
"gatsby-plugin-emotion": "^4.1.2",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-manifest": "^2.2.4",
"gatsby-plugin-offline": "^3.0.6",
"gatsby-plugin-react-helmet": "^3.1.3",
"gatsby-plugin-sass": "^2.1.13",
"gatsby-plugin-sharp": "^2.2.9",
"gatsby-plugin-twitter": "^2.1.7",
"gatsby-plugin-typescript": "^2.1.2",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-source-filesystem": "^2.1.9",
"gatsby-transformer-remark": "^2.6.11",
"gatsby-transformer-sharp": "^2.2.5",
"node-sass": "^4.12.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1"
},
"devDependencies": {
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/react-helmet": "^5.0.15",
"@typescript-eslint/eslint-plugin": "^2.1.0",
"@typescript-eslint/parser": "^2.1.0",
"babel-eslint": "^10.0.2",
"eslint": "^6.3.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"prettier": "^1.18.2",
"typescript": "^3.6.2"
}
}