This repository has been archived by the owner on Sep 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
91 lines (91 loc) · 2.56 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "sensors.AFRICA-SeaSensors",
"description": "Sea Sensors",
"version": "0.1.0",
"author": "Code for Africa <support@codeforafrica.org>",
"dependencies": {
"@babel/polyfill": "^7.2.5",
"@fortawesome/fontawesome-svg-core": "^1.2.12",
"@fortawesome/free-brands-svg-icons": "^5.6.3",
"@fortawesome/free-regular-svg-icons": "^5.6.3",
"@fortawesome/free-solid-svg-icons": "^5.6.3",
"@fortawesome/react-fontawesome": "^0.1.4",
"@material-ui/core": "^3.4.0",
"classnames": "^2.2.6",
"core-js": "^2.6.1",
"font-awesome": "^4.7.0",
"gatsby": "^2.0.19",
"gatsby-image": "^2.0.15",
"gatsby-plugin-manifest": "^2.1.1",
"gatsby-plugin-offline": "^2.0.11",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-react-svg": "^2.0.0",
"gatsby-plugin-sharp": "^2.0.31",
"gatsby-source-filesystem": "^2.0.4",
"gatsby-transformer-sharp": "^2.1.4",
"jss": "^9.8.7",
"prop-types": "^15.6.2",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-helmet": "^5.2.1",
"react-jss": "^8.6.1",
"react-responsive-carousel": "^3.1.46",
"react-share": "^3.0.0",
"tabletop": "^1.5.2",
"wavesurfer.js": "^2.2.1",
"snyk": "^1.189.0"
},
"keywords": [
"SeaSensors",
"sensors.AFRICA"
],
"license": "GPL-3.0-or-later",
"scripts": {
"lint": "node_modules/eslint/bin/eslint.js --fix src",
"prebuild": "yarn lint",
"build": "gatsby build",
"develop": "gatsby develop",
"start": "yarn develop",
"test": "echo \"Error: no test specified\" && exit 1",
"preserve": "yarn build",
"serve": "node_modules/.bin/serve public",
"predeploy": "yarn build",
"deploy": "gh-pages -t -d public",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"gh-pages": "^2.0.1",
"husky": "^2.3.0",
"lint-staged": "^8.1.1",
"prettier": "^1.16.2",
"serve": "^11.0.1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/**/*.{js,json,scss,md}": [
"yarn lint",
"git add"
]
},
"eslintConfig": {
"extends": "react-app"
},
"repository": {
"type": "git",
"url": "https://github.com/CodeForAfricaLabs/sensors.AFRICA-SeaSensors"
},
"snyk": true
}