-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.15 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
{
"name": "lescoureursdesboires",
"version": "1.0.0",
"description": "",
"main": "gatsby-config.js",
"scripts": {
"start": "npm run develop",
"build": "gatsby build",
"dev": "npm run develop",
"develop": "gatsby develop --host 0.0.0.0",
"lint": "npm run lint:es",
"lint:es": "eslint --ext .js,.jsx --ignore-pattern public .",
"format": "pretier-eslint --write \"**/*.{js,jsx}\"",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/wldlab/lescoureursdesboires.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/wldlab/lescoureursdesboires/issues"
},
"homepage": "https://gitlab.com/wldlab/lescoureursdesboires#README",
"dependencies": {
"autoprefixer": "^8.6.3",
"classnames": "^2.2.6",
"dotenv": "^5.0.1",
"gatsby": "^1.9.272",
"gatsby-image": "^1.0.54",
"gatsby-link": "^1.6.44",
"gatsby-plugin-feed": "^1.3.25",
"gatsby-plugin-google-analytics": "^1.0.31",
"gatsby-plugin-google-fonts": "0.0.4",
"gatsby-plugin-netlify": "^1.0.21",
"gatsby-plugin-netlify-cache": "^1.0.0",
"gatsby-plugin-postcss-sass": "^1.0.22",
"gatsby-plugin-react-helmet": "^2.0.11",
"gatsby-plugin-react-next": "^1.0.11",
"gatsby-plugin-sharp": "^1.6.48",
"gatsby-plugin-sitemap": "^1.2.25",
"gatsby-source-contentful": "^1.3.54",
"gatsby-source-filesystem": "^1.5.39",
"gatsby-transformer-remark": "^1.7.44",
"gatsby-transformer-sharp": "^1.6.27",
"normalize.css": "^8.0.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"rehype-react": "^3.0.2"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.9.1",
"prettier": "^1.13.5",
"prettier-eslint": "^8.8.1",
"prettier-stylelint": "^0.4.2",
"react-helmet": "^5.2.0",
"stylelint": "^9.3.0",
"stylelint-config-idiomatic-order": "^5.0.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-order": "^0.8.1",
"stylelint-scss": "^3.1.3"
}
}