-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.21 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.21 KB
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
{
"name": "gatsby-theme-osiolabs-drupal-blog",
"version": "1.2.0",
"license": "MIT",
"main": "index.js",
"scripts": {
"format": "prettier --write 'src/**/*.{js,jsx}'",
"lint": "eslint ./src",
"test": "jest"
},
"peerDependencies": {
"gatsby": "^2.15.17",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"semantic-ui-react": "^0.88.1"
},
"dependencies": {
"gatsby-theme-osiolabs-drupal": "git+https://github.com/OsioLabs/gatsby-theme-osiolabs-drupal.git#semver:^1.0",
"react-html-parser": "^2.0.2"
},
"devDependencies": {
"@babel/core": "^7.1.5",
"@testing-library/jest-dom": "^4.0.0",
"@testing-library/react": "^9.1.1",
"babel-core": "^7.0.0-0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-preset-gatsby": "^0.1.3",
"eslint": "5.3.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.11.0",
"gatsby": "^2.13.62",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.8.0",
"prettier": "^1.17.0",
"react": "^16.9.0",
"react-dom": "^16.9.0"
}
}