-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 1003 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
{
"name": "landmatrix",
"version": "1.0.0",
"repository": "https://github.com/sinnwerkstatt/landmatrix",
"license": "AGPL-3.0-only",
"scripts": {
"watch": "cd frontend; npm run watch",
"build_frontend": "cd frontend; npm ci; npm run build"
},
"dependencies": {
"bootstrap": "3.3.6",
"bootstrap-switch": "3.3.2",
"chart.js": "~2.5.0",
"d3": "~3.5",
"d3-sankey": "~0.12.1",
"eonasdan-bootstrap-datetimepicker": "~4.17.47",
"font-awesome": "~4.7.0",
"handlebars": "~4.0.6",
"humanize-duration": "~3.20.0",
"jquery": "~1.12",
"moment": "~2.13.0",
"moment-timezone": "~0.5.3",
"nprogress": "~0.2.0",
"ol-layerswitcher": "^3.3.0",
"ol3-google-maps": "0.12.3",
"openlayers": "npm:[email protected]",
"openlayers-four": "npm:ol@~4.1.1",
"po2json": "^0.4.5",
"prettier": "^2.0.1",
"raphael": "~2.1.4",
"select2": "4.0.2"
},
"prettier": {
"vueIndentScriptAndStyle": true,
"printWidth": 88
}
}