-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.38 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
{
"name": "gatsby-starter-lander",
"author": "Hunter Chang",
"repository": "https://github.com/codebushi/gatsby-starter-lander",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "gatsby develop",
"build": "gatsby build",
"clean": "gatsby clean"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@styled-icons/boxicons-logos": "^10.18.0",
"gatsby": "^2.27.5",
"gatsby-image": "^2.7.0",
"gatsby-plugin-manifest": "^2.9.0",
"gatsby-plugin-mdx": "^1.6.0",
"gatsby-plugin-offline": "^3.7.0",
"gatsby-plugin-react-helmet": "^3.7.0",
"gatsby-plugin-sharp": "^2.11.1",
"gatsby-remark-images": "^3.8.0",
"gatsby-source-filesystem": "^2.7.0",
"gatsby-theme-codebushi": "1.0.0",
"gatsby-transformer-sharp": "^2.8.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"react-lines-ellipsis": "^0.14.1",
"react-slick": "^0.27.13",
"slick-carousel": "^1.8.1",
"styled-components": "^5.2.1"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^2.5.1",
"prettier": "^1.19.1"
}
}