-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
31 lines (31 loc) · 828 Bytes
/
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
{
"name": "mlinvoice",
"description": "Runtime and development tools",
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "http://github.com/emaijala/MLInvoice"
},
"bugs": {
"url": "http://github.com/emaijala/MLInvoice/issues"
},
"dependencies": {
"datatables.net-bs5": "^1.13.4",
"datatables.net-buttons-bs5": "^2.3.6",
"datatables.net-responsive-bs5": "^2.4.1",
"datatables.net-select-bs5": "^1.6.2",
"jszip": "^3.10.1",
"pdfmake": "^0.2.7",
"select2": "^4.0.13",
"select2-bootstrap-5-theme": "^1.3.0"
},
"devDependencies": {
"eslint": "^8.34.0",
"grunt": "^1.6.1",
"grunt-contrib-sass": "^2.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"lodash": "^4.17.21",
"websocket-extensions": "0.1.4"
}
}