-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.48 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": "hakka",
"version": "1.0.0",
"private": true,
"description": "Hakka",
"author": "Thanh Tam",
"keywords": [
"gatsby"
],
"homepage": "",
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@fontsource/open-sans": "^4.2.2",
"@rebass/preset": "^4.0.5",
"emotion-theming": "^11.0.0",
"gatsby": "^3.1.2",
"gatsby-plugin-google-analytics": "^3.1.0",
"gatsby-plugin-image": "^1.1.2",
"gatsby-plugin-manifest": "^3.1.0",
"gatsby-plugin-react-helmet": "^4.1.0",
"gatsby-plugin-sharp": "^3.1.2",
"gatsby-plugin-sitemap": "^3.1.0",
"gatsby-plugin-theme-ui": "^0.6.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^3.1.0",
"gatsby-transformer-sharp": "^3.1.0",
"lodash": "^4.17.21",
"node-fetch": "^2.6.1",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-router-dom": "^5.2.0",
"react-spring": "^9.1.2",
"rebass": "^4.0.7",
"theme-ui": "^0.6.0"
},
"devDependencies": {
"eslint": "^7.23.0",
"eslint-config-react-app": "^6.0.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.23.1",
"gatsby-plugin-root-import": "^2.0.6"
}
}