-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.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
{
"name": "open.mirego.com",
"description": "The website that showcases our open source projects on https://open.mirego.com",
"private": false,
"version": "1.1.0",
"license": "BSD-3",
"author": "Rémi Prévost <[email protected]>",
"dependencies": {
"@emotion/core": "^10.1.1",
"@emotion/styled": "^10.0.23",
"gatsby": "^2.29.1",
"gatsby-image": "^2.0.35",
"gatsby-plugin-emotion": "^4.5.0",
"gatsby-plugin-google-tagmanager": "^2.9.0",
"gatsby-plugin-react-helmet": "^3.7.0",
"gatsby-plugin-sharp": "^2.11.1",
"gatsby-plugin-sitemap": "^2.11.0",
"gatsby-source-filesystem": "^2.8.0",
"gatsby-transformer-sharp": "^2.9.0",
"node-fetch": "^2.6.1",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"simple-css-reset": "^3.0.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.11.0",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-mirego": "^0.0.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "2.2.1",
"stylelint": "^15.10.1",
"stylelint-config-mirego": "^1.0.6",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0"
}
}