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
31 lines (31 loc) · 706 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 706 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": "timetrackerjs",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"build": "webpack --config webpack.config.js"
},
"build": "webpack",
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@nextcloud/browserslist-config": "^3.0.1",
"css-loader": "^5.0.1",
"file-loader": "^6.2.0",
"style-loader": "^2.0.0",
"webpack": "^5.94.0",
"webpack-cli": "^4.2.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"
}
}