-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.8 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.8 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "jobcore-website",
"description": "JobCore website",
"version": "1.0.0",
"author": "Manten <jorgemsm19@gmail.com>",
"keywords": [
"gatsby",
"jobs"
],
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"c9": "gatsby develop -p $PORT -H $IP",
"eslint": "eslint . --ext .js,.jsx --quiet",
"stylelint": "stylelint 'src/scss/*.scss'"
},
"pre-commit": [
"eslint",
"stylelint"
],
"dependencies": {
"bootstrap": "^4.1.0",
"font-awesome": "^4.7.0",
"fs-extra": "^5.0.0",
"gatsby": "^1.9.253",
"gatsby-link": "^1.6.41",
"gatsby-paginate": "^1.0.14",
"gatsby-plugin-catch-links": "^1.0.19",
"gatsby-plugin-react-helmet": "^2.0.11",
"gatsby-plugin-sass": "^1.0.26",
"gatsby-source-filesystem": "^1.5.33",
"gatsby-transformer-remark": "^1.7.40",
"i18next": "^11.2.3",
"i18next-browser-languagedetector": "^2.2.0",
"i18next-xhr-backend": "^1.5.1",
"jquery": "^3.3.1",
"popper.js": "^1.14.3",
"prop-types": "^15.6.1",
"react-bootstrap": "^0.32.1",
"react-helmet": "^5.2.0",
"react-i18next": "^7.6.0",
"uuid": "^3.2.1",
"video-react": "^0.10.4",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"pre-commit": "^1.2.2",
"prettier": "^1.12.1",
"stylelint": "^9.2.0",
"stylelint-config-sass-guidelines": "^5.0.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.0.1"
}
}