-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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
{
"name": "nu-land-map",
"version": "0.0.3",
"targets": {
"demo": {
"source": [
"/src/index.html",
"/src/methodology.html",
"/src/what-the-map-tells-us.html",
"/src/what-can-be-done.html",
"/src/methodology.html",
"/src/existing-commitments-and-slow-progress.html",
"/src/background.html"
]
},
"library": {
"source": "/src/map/map.js"
}
},
"author": {
"name": "Paul Watson",
"email": "[email protected]",
"homepage": "https://peopleslandmap.nu.org.za/"
},
"license": "MIT",
"scripts": {
"dev": "parcel serve --dist-dir dev",
"build": "rm -rf dist && parcel build",
"deploy": "yarn build && netlify deploy -d dist/demo",
"start": "npx serve dist/demo"
},
"devDependencies": {
"@parcel/packager-raw-url": "2.4.1",
"@parcel/transformer-inline-string": "2.4.1",
"@parcel/transformer-sass": "2.4.1",
"@parcel/transformer-webmanifest": "2.4.1",
"parcel": "^2.4.1"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.15.2"
}
}