-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 3.43 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "mc-v4",
"description": "VERSION 4",
"version": "0.4.0",
"repository": "https://github.com/MayeulChassagnard/website",
"author": "Mayeul Chassagnard <[email protected]>",
"dependencies": {
"@raae/gatsby-remark-oembed": "^0.1.1",
"@stripe/stripe-js": "^1.0.1",
"babel-plugin-styled-components": "^1.10.6",
"contentful-import": "^7.6.2",
"framer-motion": "^1.6.14",
"fslightbox-react": "^1.4.2",
"gatsby": "^4.3.0",
"gatsby-image": "^2.2.29",
"gatsby-plugin-canonical-urls": "^2.1.13",
"gatsby-plugin-catch-links": "^2.1.15",
"gatsby-plugin-env-variables": "^1.0.1",
"gatsby-plugin-feed": "2.3.6",
"gatsby-plugin-flow": "^1.1.12",
"gatsby-plugin-google-analytics": "^2.2.2",
"gatsby-plugin-google-gtag": "^5.9.0",
"gatsby-plugin-manifest": "^5.4.0",
"gatsby-plugin-mdx": "^3.1.1",
"gatsby-plugin-netlify": "^2.1.21",
"gatsby-plugin-nprogress": "2.1.2",
"gatsby-plugin-offline": "^2.2.7",
"gatsby-plugin-react-helmet": "3.1.3",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-segment-js": "^3.0.1",
"gatsby-plugin-sharp": "^5.8.1",
"gatsby-plugin-sitemap": "^2.2.19",
"gatsby-plugin-styled-components": "^3.1.11",
"gatsby-plugin-typography": "2.3.2",
"gatsby-remark-emojis": "^0.3.3",
"gatsby-remark-figure": "^1.0.0",
"gatsby-remark-figure-caption": "^2.0.0",
"gatsby-remark-images": "^3.1.28",
"gatsby-remark-images-contentful": "^6.4.0",
"gatsby-remark-images-grid": "^1.0.2",
"gatsby-remark-prismjs": "3.3.5",
"gatsby-remark-responsive-iframe": "^2.2.25",
"gatsby-source-contentful": "^2.1.67",
"gatsby-source-filesystem": "^2.1.33",
"gatsby-source-stripe": "^3.2.2",
"gatsby-transformer-remark": "^5.25.1",
"history": "^4.9.0",
"inquirer": "^6.5.1",
"intersection-observer": "^0.7.0",
"lodash": "^4.17.15",
"medium-zoom": "^1.0.4",
"path": "^0.12.7",
"prismjs": "^1.17.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-headroom": "^2.2.8",
"react-helmet": "^5.2.0",
"react-icons": "^3.7.0",
"react-images": "1.0.0",
"react-masonry-responsive": "^2.1.2",
"react-typography": "^0.16.19",
"react-youtube": "^7.9.0",
"rebass": "^3.2.2",
"sharp": "^0.31.3",
"smooth-scroll": "^16.1.0",
"stripe": "^8.170.0",
"styled-components": "^4.3.2",
"typography": "^0.16.19",
"typography-breakpoint-constants": "^0.16.19",
"whatwg-fetch": "2.0.4"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby info && gatsby build",
"develop": "gatsby develop",
"test": "npm run lint:css && npm run lint:js && npm run check-pretty",
"setup": "node ./bin/setup.js",
"dev": "gatsby develop",
"lint:js": "eslint --ext .js,.jsx .",
"lint:css": "stylelint 'src/**/*.js'",
"check-pretty": "prettier -l {,src/**/}*.{js,jsx,json,css,scss}",
"format": "prettier --write \"src/**/*.js\""
},
"devDependencies": {
"@mdx-js/loader": "^1.3.1",
"@mdx-js/mdx": "^1.3.1",
"eslint": "^5.16.0",
"eslint-config-gatsby-standard": "^2.1.0",
"flow-bin": "^0.105.2",
"loader-utils": "^1.2.3",
"prettier": "^1.16.4",
"stylelint": "10.1.0",
"stylelint-config-prettier": "^5.0.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.6.0"
}
}