-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1005 Bytes
/
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
{
"name": "mtb-lohja-web",
"description": "MTB-Lohja web site",
"version": "1.0.0",
"author": "Tero Teelahti",
"dependencies": {
"gatsby": "^4.10.1",
"gatsby-cli": "^4.10.1",
"gatsby-parcel-config": "^0.1.0",
"gatsby-plugin-react-helmet": "^5.10.0",
"gatsby-plugin-react-leaflet": "^3.0.3",
"gatsby-plugin-sass": "^5.10.1",
"gatsby-source-filesystem": "^4.10.0",
"gatsby-transformer-remark": "^5.10.1",
"leaflet": "^1.7.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-leaflet": "^3.2.5"
},
"keywords": [
"gatsby"
],
"license": "UNLICENSED",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"serve": "gatsby serve",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"browserlist": "^1.0.1",
"prettier": "^2.6.0",
"sass": "^1.49.9"
},
"packageManager": "[email protected]"
}