]> git.agnieray.net Git - galette.git/blob - package.json
Replace jQuery UI Sortable with SortableJS
[galette.git] / package.json
1 {
2 "name": "Galette",
3 "version": "0.9.3",
4 "description": "[Galette](https://galette.eu) is a Free/Libre Open Source membership management web application dedicated towards non profit organizations.",
5 "main": "galette-main.js",
6 "directories": {
7 "lib": "lib"
8 },
9 "scripts": {
10 "build": "webpack",
11 "build-dist": "webpack --mode=production",
12 "watch": "webpack --watch",
13 "clean": "rm -rf ./webroot/js/libs/",
14 "gulp": "gulp",
15 "gulp-ui": "cp -r ./theme/theme* ./semantic/src && cd semantic && gulp"
16 },
17 "repository": {
18 "type": "git",
19 "url": "ssh://git.tuxfamily.org/gitroot/galette/galette.git"
20 },
21 "author": "Johan Cwiklinski <johan AT x-tnd DOT be>",
22 "license": "GPL-3.0-or-later",
23 "devDependencies": {
24 "clean-css": "^4.2.3",
25 "css-loader": "^3.5.3",
26 "del": "^5.1.0",
27 "file-loader": "^4.3.0",
28 "gulp": "^4.0.2",
29 "gulp-clean-css": "^4.3.0",
30 "gulp-cli": "^2.2.0",
31 "gulp-concat": "^2.6.1",
32 "gulp-replace": "^1.0.0",
33 "gulp-uglify": "^3.0.2",
34 "merge-stream": "^2.0.0",
35 "uglify-js": "^3.9.1"
36 },
37 "dependencies": {
38 "chart.js": "^3.8.0",
39 "chartjs-plugin-autocolors": "^0.0.5",
40 "chartjs-plugin-datalabels": "^2.0.0",
41 "fomantic-ui": "^2.8.8",
42 "jquery": "^3.5.0",
43 "jquery-ui": "^1.12.1",
44 "jquery-ui-dist": "^1.12.1",
45 "js-cookie": "^3.0.1",
46 "selectize": "^0.12.6",
47 "sortablejs": "^1.15.0",
48 "summernote": "^0.8.18"
49 }
50 }