This repository has been archived by the owner on Oct 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.73 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
{
"name": "reclab-web",
"private": true,
"description": "Recover Laboratory Website",
"author": "Joonas Häkkinen <[email protected]>",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"dotenv": "^8.2.0",
"gatsby": "^2.24.26",
"gatsby-image": "^2.4.14",
"gatsby-plugin-manifest": "^2.4.21",
"gatsby-plugin-material-ui": "^2.1.10",
"gatsby-plugin-offline": "^3.2.21",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sharp": "^2.6.24",
"gatsby-source-apiserver": "^2.1.7",
"gatsby-source-filesystem": "^2.3.23",
"gatsby-transformer-sharp": "^2.5.12",
"i18next": "^19.7.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"react-i18next": "^11.7.3"
},
"devDependencies": {
"cypress": "^4.12.1",
"eslint": "^7.9.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-cypress": "^2.11.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"gatsby-plugin-eslint": "^2.0.8",
"prettier": "2.0.5"
},
"keywords": [
"gatsby"
],
"license": "EUPL-1.2",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop -op 3000",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx}\"",
"start": "npm run develop; exit 0",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint \"{src,cypress}/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint \"{src,cypress}/**/*.{js,jsx,ts,tsx}\" --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/joonashak/reclab-web"
},
"bugs": {
"url": "https://github.com/joonashak/reclab-web/issues"
}
}