-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.2 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
{
"name": "beneroch-calendar",
"title": "bCalendar",
"version": "2.0.5",
"author": "Bene <bene@beneroch.com>",
"description": "Javascript plugin that offers a calendar view to interact with data.",
"homepage": "http://beneroch.com/calendar/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/BeneRoch/calendar"
},
"bugs": {
"url": "https://github.com/BeneRoch/calendar/issues"
},
"main": "dist/js/app.js",
"keywords": [
"beneroch",
"calendar",
"events"
],
"scripts": {
"build": "webpack --mode production",
"start": "webpack-dev-server --mode development --open"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"babel-loader": "^9.1.3",
"concat-cli": "^4.0.0",
"css-loader": "^6.8.1",
"mini-css-extract-plugin": "^2.7.6",
"node-sass": "^9.0.0",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-merge-and-include-globally": "^2.3.4"
}
}