-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
68 lines (68 loc) · 2.25 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
65
66
67
68
{
"name": "@mondora/website",
"private": true,
"version": "0.1.0",
"author": "Mondora team <[email protected]>",
"dependencies": {
"feather-icons": "^4.28.0",
"gatsby": "2.25.3",
"gatsby-image": "^2.4.21",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-google-tagmanager": "^2.4.1",
"gatsby-plugin-manifest": "^2.5.2",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-sharp": "^2.7.1",
"gatsby-plugin-sitemap": "^2.5.1",
"gatsby-plugin-styled-components": "^3.3.14",
"gatsby-plugin-transition-link": "^1.20.5",
"gatsby-remark-embed-video": "^3.0.10",
"gatsby-remark-images-contentful": "^2.3.20",
"gatsby-remark-responsive-iframe": "^2.4.17",
"gatsby-source-buzzsprout": "^0.3.1",
"gatsby-source-contentful": "^3.1.3",
"gatsby-source-filesystem": "^2.4.2",
"gatsby-source-rss-feed": "^1.2.2",
"gatsby-transformer-remark": "^2.9.2",
"gatsby-transformer-sharp": "^2.5.21",
"gsap": "^3.6.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-html-parser": "^2.0.2",
"react-slick": "^0.27.13",
"reflexbox": "^4.0.6",
"rehype-react": "^6.1.0",
"sharp": "^0.26.2",
"slick-carousel": "^1.8.1",
"styled-components": "^5.0.0"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"babel-plugin-styled-components": "^1.11.1",
"dotenv": "^8.2.0",
"husky": "^4.3.0",
"prettier": "^2.1.2"
},
"eslintConfig": {
"extends": "react-app"
},
"license": "MIT",
"scripts": {
"prettier": "prettier -l src/**/*.js",
"lint": "eslint src --ext .jsx --ext .js",
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --check src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve"
},
"repository": {
"type": "git",
"url": "https://github.com/mondora/website"
},
"bugs": {
"url": "https://github.com/mondora/website/issues"
}
}