]> git.agnieray.net Git - galette.git/blob - package.json
Create and load fixtures from file rather than rely on faker
[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 },
16 "repository": {
17 "type": "git",
18 "url": "ssh://git.tuxfamily.org/gitroot/galette/galette.git"
19 },
20 "author": "Johan Cwiklinski <johan AT x-tnd DOT be>",
21 "license": "GPL-3.0-or-later",
22 "devDependencies": {
23 "clean-css": "^4.2.3",
24 "css-loader": "^3.5.3",
25 "del": "^5.1.0",
26 "file-loader": "^4.3.0",
27 "gulp": "^4.0.2",
28 "gulp-clean-css": "^4.3.0",
29 "gulp-cli": "^2.2.0",
30 "gulp-concat": "^2.6.1",
31 "gulp-replace": "^1.0.0",
32 "gulp-uglify": "^3.0.2",
33 "merge-stream": "^2.0.0",
34 "uglify-js": "^3.9.1"
35 },
36 "dependencies": {
37 "@fortawesome/fontawesome-free": "^5.13.0",
38 "jquery": "^3.5.0",
39 "jquery-ui": "^1.12.1",
40 "jquery-ui-dist": "^1.12.1",
41 "jquery.cookie": "^1.4.1",
42 "jstree": "^3.3.9",
43 "markitup": "^3.0.0-0",
44 "selectize": "^0.12.6"
45 }
46 }