-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2 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
{
"name": "mapa-innovacio",
"title": "Mapa de la innovació pedagògica de Catalunya",
"version": "1.4.3",
"author": {
"name": "Departament d'Educació de la Generalitat de Catalunya",
"email": "[email protected]",
"url": "http://xtec.gencat.cat/ca/innovacio/"
},
"private": true,
"homepage": "",
"repository": {
"type": "git",
"url": "https://github.com/projectestac/mapa-innovacio-edu"
},
"keywords": [
"education",
"school",
"maps",
"pwa"
],
"licenses": [
{
"type": "EUPL-1.2",
"url": "https://spdx.org/licenses/EUPL-1.2.html"
}
],
"license": "EUPL-1.2",
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.3",
"@material-ui/styles": "^4.11.4",
"fontfaceobserver": "^2.3.0",
"fuse.js": "^6.5.3",
"json2csv": "^5.0.7",
"leaflet": "^1.7.1",
"leaflet.markercluster": "^1.5.3",
"mdi-material-ui": "^6.22.0",
"proj4leaflet": "^1.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-ga": "^3.3.1",
"react-helmet": "^6.1.0",
"react-leaflet": "^2.8.0",
"react-leaflet-fullscreen": "^1.0.1",
"react-markdown": "^8.0.1",
"react-router-dom": "^5.2.0",
"rehype-raw": "^6.1.1"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"chalk": "^4.1.2",
"csv": "^6.3.6",
"dotenv-flow": "^4.1.0",
"react-scripts": "5.0.1",
"workbox-build": "^7.0.0",
"xml": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"update-manifest": "node ./utils/update-manifest.js",
"build-sitemap": "node ./utils/build-sitemap.js",
"build-sw": "node ./sw/sw-build.js",
"build": "react-scripts build && npm run update-manifest && npm run build-sitemap && npm run build-sw",
"lint": "eslint src sw utils",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
"defaults",
">0.5% in ES"
]
}