-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 966 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
39
40
{
"dependencies": {
"is-mobile": "^4.0.0",
"ol": "^7.5.2",
"plotly.js-dist-min": "^2.27.0",
"proj4": "^2.9.2"
},
"devDependencies": {
"parcel": "^2.7.0",
"parcel-bundler": "^1.12.5"
},
"name": "portugal-fire-map",
"version": "1.1.0",
"targets": {
"dashboard": {
"source": "/dashboard/index.html",
"context": "browser",
"distDir": "./dist/dashboard"
},
"webmap": {
"source": "/map/index.html",
"context": "browser",
"distDir": "./dist/map"
},
"about": {
"source": "/about/index.html",
"context": "browser",
"distDir": "./dist/about"
}
},
"scripts": {
"start": "parcel",
"copy": "mkdir -p dist/config ; cp -R config/* dist/config ; mkdir -p dist/img ; cp -R img/* dist/img ; cp favicon.ico dist/ ; cp sitemap.txt dist/",
"build": "parcel build ./"
},
"keywords": [],
"author": "",
"license": "Apache 2.0",
"description": ""
}