]> git.agnieray.net Git - galette.git/blob - package.json
Fix groups selection widget on member form
[galette.git] / package.json
1 {
2 "name": "Galette",
3 "version": "1.0.0",
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 "clean": "rm -rf node_modules && rm -rf semantic && rm -rf galette/vendor && rm -rf galette/webroot/assets && rm -rf galette/webroot/themes",
11 "fomantic-install": "cd node_modules/fomantic-ui && npx gulp install",
12 "install-deps": "npm run clean && cd galette && composer install -o --ignore-platform-reqs && cd .. && npm install && npm run fomantic-install",
13 "first-build": "npm run fomantic-install && gulp",
14 "build": "gulp",
15 "rebuild": "npm run install-deps && gulp",
16 "watch": "gulp watch"
17 },
18 "repository": {
19 "type": "git",
20 "url": "ssh://git.tuxfamily.org/gitroot/galette/galette.git"
21 },
22 "author": "Johan Cwiklinski <johan AT x-tnd DOT be>",
23 "license": "GPL-3.0-or-later",
24 "devDependencies": {
25 "browser-sync": "^2.29.3",
26 "clean-css": "^5.3.2",
27 "css-loader": "^6.8.1",
28 "del": "^6.1.1",
29 "file-loader": "^6.2.0",
30 "gulp": "^4.0.2",
31 "gulp-clean-css": "^4.3.0",
32 "gulp-cli": "^2.3.0",
33 "gulp-concat": "^2.6.1",
34 "gulp-download": "^0.0.1",
35 "gulp-replace": "^1.1.4",
36 "gulp-uglify": "^3.0.2",
37 "merge-stream": "^2.0.0",
38 "uglify-js": "^3.17.4"
39 },
40 "dependencies": {
41 "chart.js": "^4.4.0",
42 "chartjs-plugin-autocolors": "^0.2.2",
43 "chartjs-plugin-datalabels": "^2.2.0",
44 "darkreader": "^4.9.67",
45 "fomantic-ui": "^2.9.3",
46 "jquery": "^3.7.1",
47 "js-cookie": "^3.0.5",
48 "sortablejs": "^1.15.0",
49 "summernote": "^0.8.20",
50 "twemoji-emojis": "^14.1.0"
51 }
52 }