-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.28 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
{
"name": "rhythmicexcellence.london",
"description": "RhythmicExcellence website",
"version": "1.4.5",
"engines": {
"node": "12.19.0"
},
"author": "andreasonny83 <[email protected]>",
"homepage": "https://github.com/RhythmicExcellence/rhythmicexcellence.london#readme",
"bugs": {
"url": "https://github.com/RhythmicExcellence/rhythmicexcellence.london/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/RhythmicExcellence/rhythmicexcellence.london.git"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"create-react-class": "^15.6.3",
"gatsby": "^2.1.2",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-manifest": "2.12.0",
"gatsby-plugin-netlify": "^2.0.0",
"gatsby-plugin-netlify-cms": "^3.0.0",
"gatsby-plugin-offline": "^2.0.5",
"gatsby-plugin-postcss": "^2.0.0",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-remark-relative-images": "^0.2.1",
"gatsby-source-filesystem": "^2.0.1",
"gatsby-transformer-remark": "^2.1.3",
"netlify-cms": "^2.10.51",
"netlify-cms-lib-auth": "^2.2.8",
"netlify-cms-lib-util": "^2.11.0",
"netlify-cms-ui-default": "^2.11.1",
"postcss-preset-env": "^6.0.3",
"prop-types": "^15.6.2",
"react": "^16.5.1",
"react-burger-menu": "^2.5.2",
"react-cookie": "^3.0.4",
"react-dom": "^16.5.1",
"react-google-maps": "^9.4.5",
"react-helmet": "^5.2.0",
"react-icons": "^3.11.0",
"slate": "^0.41.1"
},
"scripts": {
"lighthouse": "lighthouse-ci http://localhost:64073 --report --score=80",
"serve:dist": "PORT=64073 serve",
"preaudit": "npm run build",
"audit": "npm-run-all -r -p serve:dist lighthouse",
"audit:report": "open lighthouse/report.html",
"build": "gatsby telemetry --disable && gatsby build",
"develop": "gatsby telemetry --disable && gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/googlemaps": "^3.30.13",
"@types/markerclustererplus": "^2.1.33",
"@types/react": "^16.4.14",
"css-loader": "^1.0.0",
"lighthouse-ci": "^1.4.1",
"npm-run-all": "^4.1.3",
"prettier": "^1.14.2",
"serve": "^10.0.1"
}
}