-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 2.63 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
{
"name": "baptisteries",
"version": "1.0.6",
"description": "",
"scripts": {
"start": "parcel src/index.html",
"start:piscina": "parcel src/static_piscina/index.html",
"start:multiples": "parcel src/static_multiples/index.html",
"start:shape": "parcel src/static_shape/index.html",
"build:piscina": "parcel build src/static_piscina/index.html -d dist/piscina --no-content-hash --public-url ./",
"build:multiples": "parcel build src/static_multiples/index.html -d dist/multiples --no-content-hash --public-url ./",
"build:shape": "parcel build src/static_shape/index.html -d dist/shape --no-content-hash --public-url ./",
"build": "parcel build src/index.html -d dist --no-content-hash --public-url ./",
"build:all": "npm run build && npm run build:piscina && npm run build:multiples && npm run build:shape",
"deploy": "rsync -avz dist/ adamm@10.16.30.211:~/../../var/www/html/maps/baptisteries/",
"deploy:hde": "rsync -avz dist/ hde@hde.geogr.muni.cz:~/../html/baptisteries/",
"build-deploy": "npm run build && npm run deploy",
"gitignore": "git rm -r --cached . && git add . && git commit"
},
"repository": {
"type": "git",
"url": "https://github.com/adammertel/baptistery-map"
},
"keywords": [
"history",
"map",
"leaflet",
"religion",
"digital humanities"
],
"author": "Adam Mertel",
"license": "MIT",
"homepage": "http://dissinet.cz/maps/baptisteries/",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"bulma": "^0.6.0",
"css-loader": "^3.4.2",
"cssnano": "^4.1.10",
"d3": "^4.11.0",
"d3-geo-projection": "^2.3.1",
"d3-scale-chromatic": "^1.1.1",
"leaflet": "^1.6.0",
"leaflet-regular-grid-cluster": "^0.3.2",
"leaflet.awesome-markers": "^2.0.4",
"leaflet.markercluster": "^1.4.1",
"leaflet.markercluster.placementstrategies": "^0.2.0",
"mini-css-extract-plugin": "^0.9.0",
"mobx-react-devtools": "^6.1.1",
"node-sass": "^4.14.1",
"npm": "^6.14.7",
"react-leaflet": "^2.6.1",
"react-leaflet-markercluster": "^2.0.0-rc3",
"resolve-url-loader": "^2.2.0",
"sass": "^1.26.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2"
},
"dependencies": {
"d3-hexbin": "^0.2.2",
"mobx": "^5.5.0",
"mobx-react": "^5.2.8",
"react": "^16.5.2",
"react-dom": "^16.5.2"
}
}