-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.05 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": "emdaer.me",
"version": "1.0.0",
"description": "emdaer website",
"main": "n/a",
"repository": "[email protected]:emdaer/emdaer.me.git",
"author": "Luke Herrington <[email protected]>",
"license": "MIT",
"scripts": {
"precommit": "make precommit",
"commitmsg": "make commitmsg",
"predeploy": "make predeploy"
},
"engines": {
"node": ">=8.0.0"
},
"resolutions": {
"gatsby/graphql": "0.10.5",
"gatsby/react": "16.0.0",
"gatsby/react-dom": "16.0.0"
},
"devDependencies": {
"@commitlint/config-conventional": "^6.1.3",
"@emdaer/cli": "^3.0.0",
"@emdaer/core": "^3.0.0",
"@emdaer/plugin-contributors-details-github": "^3.0.0",
"@emdaer/plugin-import": "^3.0.0",
"@emdaer/plugin-license-reference": "^3.0.0",
"@emdaer/plugin-shields": "^3.0.0",
"@emdaer/plugin-value-from-package": "^3.0.0",
"@emdaer/transform-prettier": "^3.0.0",
"@emdaer/transform-table-of-contents": "^3.0.0",
"babel-eslint": "^8.0.1",
"commitlint": "^6.1.3",
"eslint": "^4.9.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.6.0",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jest": "^21.2.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-react": "^7.4.0",
"gh-pages": "^1.0.0",
"husky": "^0.14.3",
"lint-staged": "^7.0.4",
"prettier": "^1.7.4"
},
"dependencies": {
"@emdaer/meta": "^3.0.0",
"bootstrap": "4.1.1",
"gatsby": "^1.9.118",
"gatsby-link": "^1.6.24",
"gatsby-plugin-glamor": "^1.6.8",
"gatsby-plugin-react-helmet": "^2.0.10",
"gatsby-plugin-typography": "^1.7.10",
"gatsby-source-filesystem": "^1.5.34",
"gatsby-transformer-remark": "^1.7.40",
"glamorous": "^4.11.0",
"html-to-react": "^1.3.3",
"prop-types": "^15.6.0",
"react-helmet": "^5.2.0",
"react-icons": "^2.2.7",
"reactstrap": "^5.0.0-alpha.3",
"typography": "^0.16.6",
"typography-theme-bootstrap": "^0.16.7"
}
}