-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.81 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
{
"name": "django_zbp",
"version": "1.0.0",
"description": "Zentrale Bplan Plattform for Berlin based on Django 1.9.4 and PostgreSQL/PostGIS",
"main": "index.js",
"dependencies": {
"@fortawesome/fontawesome-free": "6.6.0",
"@maplibre/maplibre-gl-leaflet": "0.0.22",
"acorn": "8.12.1",
"angular": "1.8.3",
"angular-animate": "1.8.3",
"angular-loading-bar": "0.9.0",
"autoprefixer": "10.4.20",
"bootstrap": "5.3.3",
"copy-webpack-plugin": "12.0.2",
"css-loader": "7.1.2",
"fibers": "5.0.3",
"file-loader": "6.2.0",
"husky": "9.1.7",
"jquery": "3.7.1",
"leaflet": "1.9.4",
"leaflet-defaulticon-compatibility": "0.1.2",
"leaflet.markercluster": "github:liqd/Leaflet.markercluster#3528578a642e0e4f16ff46d051037a34e4c4c301",
"lodash": "4.17.21",
"maplibre-gl": "4.5.2",
"mini-css-extract-plugin": "2.9.2",
"@popperjs/core": "2.11.8",
"postcss": "8.4.49",
"postcss-loader": "8.1.1",
"sass": "1.77.8",
"sass-loader": "16.0.4",
"terser-webpack-plugin": "5.3.10",
"webpack": "5.93.0",
"webpack-merge": "6.0.1"
},
"devDependencies": {
"webpack-cli": "5.1.4"
},
"scripts": {
"build:prod": "webpack --config webpack.prod.js --mode production",
"build": "webpack --config webpack.dev.js --mode development",
"prepare": "husky",
"watch": "webpack --config webpack.dev.js --watch --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liqd/django_zbp.git"
},
"author": {
"name": "Liquid Democracy e.V.",
"email": "[email protected]",
"url": "https://liqd.net"
},
"license": "AGPL-3.0+",
"bugs": {
"url": "https://github.com/liqd/django_zbp/issues"
},
"homepage": "https://github.com/liqd/django_zbp#readme",
"browserslist": "last 3 versions, ie >= 11"
}