-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.77 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
{
"name": "offcourse-website",
"description": "Offcourse_",
"version": "1.0.0",
"author": "Joris de Ruiter <joris@stay-bold.com>",
"dependencies": {
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-regenerator": "^6.26.0",
"email-validator": "^2.0.3",
"gatsby": "^1.9.202",
"gatsby-image": "^1.0.41",
"gatsby-link": "^1.6.37",
"gatsby-plugin-less": "^1.1.5",
"gatsby-plugin-react-helmet": "^2.0.5",
"gatsby-plugin-react-next": "^1.0.10",
"gatsby-plugin-sharp": "^1.6.41",
"gatsby-remark-copy-linked-files": "^1.5.30",
"gatsby-remark-images": "^1.5.56",
"gatsby-source-filesystem": "^1.5.26",
"gatsby-transformer-remark": "^1.7.36",
"gatsby-transformer-sharp": "^1.6.22",
"gh-pages": "^1.1.0",
"lodash": "^4.17.5",
"offcourse-ui-components": "^0.2.4",
"react": "16.2",
"react-dom": "16.2",
"react-helmet": "^5.2.0",
"react-tippy": "^1.2.2",
"regenerator-runtime": "^0.11.1",
"rehype-react": "^3.0.2",
"semantic-ui-less": "^2.2.14",
"semantic-ui-react": "^0.78.3",
"voca": "^1.4.0"
},
"_engines": {
"node": ">=8.10.0 <9.0.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "node semantic-fix.js && gatsby build",
"develop": "node semantic-fix.js && gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node semantic-fix.js"
},
"devDependencies": {
"eslint": "^4.18.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.6.1",
"prettier": "^1.10.2"
}
}