-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
87 lines (87 loc) · 2.88 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
{
"name": "rhythmicexcellence.london",
"description": "RhythmicExcellence website",
"version": "1.8.0",
"engines": {
"npm": "please-use-yarn",
"yarn": ">=1.0.0 <3.0.0",
"node": ">=18.0.0 <19.0.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.27.2",
"create-react-class": "^15.6.3",
"gatsby": "^4.19.2",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-manifest": "^4.19.0",
"gatsby-plugin-netlify": "^5.0.1",
"gatsby-plugin-netlify-cms": "^6.19.0",
"gatsby-plugin-offline": "^5.19.0",
"gatsby-plugin-postcss": "^5.19.0",
"gatsby-plugin-sharp": "^4.19.0",
"gatsby-remark-images": "^6.19.0",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-source-filesystem": "^4.19.0",
"gatsby-transformer-remark": "^5.19.0",
"gatsby-transformer-sharp": "^4.19.0",
"netlify-cms-app": "^2.15.72",
"netlify-cms-lib-auth": "^2.2.8",
"netlify-cms-lib-util": "^2.11.0",
"netlify-cms-ui-default": "^2.11.1",
"postcss": "^8.4.14",
"postcss-preset-env": "^7.7.2",
"prop-types": "^15.6.2",
"react": "^16.0.0",
"react-burger-menu": "^3.0.8",
"react-cookie": "^4.1.1",
"react-dom": "^16.0.0",
"react-google-maps": "^9.4.5",
"react-icons": "^4.4.0",
"slate": "^0.81.1"
},
"scripts": {
"postinstall": "yarn gatsby clean",
"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",
"prebuild": "yarn gatsby clean",
"build": "gatsby telemetry --disable && gatsby build",
"lint": "eslint \"src/**/*.{js,jsx}\" --fix",
"predevelop": "yarn gatsby clean",
"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.0.0",
"css-loader": "^6.7.1",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"lighthouse-ci": "^1.4.1",
"npm-run-all": "^4.1.3",
"prettier": "^2.7.1",
"serve": "^14.0.1",
"typescript": "^4.7.4"
}
}