-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 800 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 800 Bytes
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
{
"name": "plugin-events",
"version": "1.0.0",
"description": "A [Galette](https://galette.eu) plugin to manage events and bookings",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "webpack",
"build-dist": "webpack --mode=production",
"watch": "webpack --watch",
"clean": "rm -rf ./webroot/js/libs/"
},
"repository": {
"type": "git",
"url": "ssh://git.tuxfamily.org/gitroot/galette/plugin-events.git"
},
"author": "Johan Cwiklinski <johan AT x-tnd DOT be>",
"license": "GPL-3.0-or-later",
"dependencies": {
"fullcalendar": "^7.1.0",
"temporal-polyfill": "^1.0.4"
},
"devDependencies": {
"css-loader": "^7.1.5",
"style-loader": "^4.0.0",
"webpack": "^5.110.3",
"webpack-cli": "^7.2.3"
}
}