forked from mtierltd/timetracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 858 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 858 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
32
33
34
35
{
"name": "timetrackerjs",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"build": "webpack --config webpack.config.js --mode=production",
"build:dev": "webpack --config webpack.config.js --mode=development",
"audit": "npm audit --package-lock-only"
},
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@nextcloud/browserslist-config": "^3.1.2",
"css-loader": "^7.1.4",
"style-loader": "^4.0.0",
"webpack": "^5.108.2",
"webpack-cli": "^7.1.0"
},
"dependencies": {
"chart.js": "^2.9.4",
"daterangepicker": "^3.1.0",
"jquery": "^3.5.1",
"jquery-migrate": "^3.3.2",
"jqueryui": "^1.11.1",
"moment": "^2.29.4",
"select2": "^4.0.13",
"tabulator-tables": "^4.9.3"
}
}