forked from jenkinsci/calendar-view-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.24 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.24 KB
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
42
43
44
{
"name": "calendar-view",
"version": "1.0.0",
"description": "",
"main": "src/main/js/index.js",
"scripts": {
"mvnbuild": "npm run build",
"mvntest": "npm run test",
"test": "nyc --exclude 'src/test/js/**/*.js' mocha 'src/test/js/**/*.js'",
"coverage": "nyc --exclude 'src/test/js/**/*.js' mocha 'src/test/js/**/*.js' && nyc report --reporter=html",
"build": "webpack --mode production",
"dev": "webpack --watch --mode development"
},
"author": "Sven Schoenung <sven.schoenung@gmail.com>",
"license": "MIT",
"dependencies": {
"fullcalendar": "3.10.5",
"smoothscroll-polyfill": "0.4.4",
"tippy.js": "2.6.0"
},
"devDependencies": {
"@babel/preset-env": "7.28.6",
"@babel/register": "7.28.6",
"babel-loader": "10.0.0",
"chai": "6.2.2",
"css-loader": "7.1.2",
"css-minimizer-webpack-plugin": "7.0.4",
"eslint": "9.39.2",
"eslint-webpack-plugin": "5.0.2",
"import-fresh": "3.3.1",
"jsdom": "15.2.1",
"mini-css-extract-plugin": "2.10.0",
"mocha": "11.7.5",
"mockery": "2.1.0",
"nyc": "17.1.0",
"terser-webpack-plugin": "5.3.16",
"webpack": "5.104.1",
"webpack-cli": "6.0.1"
},
"engines": {
"node": ">=24"
},
"packageManager": "npm@11.6.2"
}