This repository has been archived by the owner on Nov 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
87 lines (87 loc) · 2.64 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "liqd-product",
"version": "0.0.1-dev.1",
"license": "AGPL-3.0+",
"author": {
"name": "Liquid Democracy e.V.",
"email": "info@liqd.de",
"url": "https://liqd.net"
},
"files": [
"liqd_product"
],
"repository": "https://github.com/liqd/liqd-product.git",
"dependencies": {
"@babel/core": "7.6.4",
"@babel/plugin-transform-modules-commonjs": "7.6.0",
"@babel/plugin-transform-runtime": "7.6.2",
"@babel/preset-env": "7.6.3",
"@babel/preset-react": "7.6.3",
"@babel/runtime": "7.6.3",
"@fortawesome/fontawesome-free": "5.11.2",
"acorn": "7.1.0",
"adhocracy4": "liqd/adhocracy4#16dd415e65ed927352c5f7e0f9d1375730c1e8e6",
"autoprefixer": "9.6.5",
"babel-loader": "8.0.6",
"bootstrap": "4.3.1",
"copy-webpack-plugin": "5.0.4",
"css-loader": "3.2.0",
"datepicker": "git+https://github.com/liqd/datePicker.git",
"feature-detect": "1.0.0",
"file-loader": "4.2.0",
"file-saver": "2.0.2",
"immutability-helper": "3.0.1",
"jquery": "3.4.1",
"leaflet": "1.5.1",
"leaflet-draw": "1.0.4",
"leaflet.markercluster": "1.4.1",
"mapbox-gl": "1.4.1",
"mapbox-gl-leaflet": "0.0.10",
"mini-css-extract-plugin": "0.8.0",
"node-sass": "4.12.0",
"postcss-loader": "3.0.0",
"popper.js": "1.16.0",
"react-flip-move": "3.0.3",
"sass-loader": "8.0.0",
"sass-planifolia": "0.6.0",
"select2": "4.0.11",
"shpjs": "3.4.3",
"slick-carousel": "github:liqd/slick#pm-2019-07-overwrites",
"terser-webpack-plugin": "2.2.1",
"tether": "1.4.7",
"timeago.js": "4.0.0",
"typeface-libre-franklin": "0.0.75",
"webpack": "4.41.2",
"webpack-merge": "4.2.2"
},
"devDependencies": {
"babel-eslint": "10.0.3",
"eslint": "6.5.1",
"eslint-config-standard": "14.1.0",
"eslint-config-standard-jsx": "8.1.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-node": "10.0.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "7.16.0",
"eslint-plugin-standard": "4.0.1",
"husky": "3.0.9",
"markdownlint-cli": "0.19.0",
"polylint.sh": "0.0.4",
"stylelint": "11.1.1",
"stylelint-config-standard": "19.0.0",
"stylelint-declaration-strict-value": "1.1.6",
"webpack-cli": "3.3.9"
},
"scripts": {
"build:prod": "webpack --config webpack.prod.js --mode production",
"build": "webpack --config webpack.dev.js --mode development",
"watch": "webpack --config webpack.dev.js --watch --mode development"
},
"browserslist": "last 3 versions, ie >= 10",
"husky": {
"hooks": {
"pre-commit": "make lint-quick"
}
}
}